抖火综法

This commit is contained in:
唐明明
2023-05-23 17:20:12 +08:00
parent f7824e3e86
commit 9b00b0fe4a
22 changed files with 2092 additions and 102 deletions

View File

@@ -103,11 +103,14 @@
}
}
synthesisObj = synthesisArr.find(val => val.synthesis_id === this.businessId)
if(synthesisObj.can.buy){
console.log('提交免费咨询')
// this.$Router.replace({
// name: 'PersonWrite'
// })
this.$Router.replace({
name : 'FeeWrite',
params : {
synthesisId : synthesisObj.synthesis_id
}
})
return
}
uni.showModal({
@@ -118,7 +121,7 @@
success : modalRes => {
if(modalRes.confirm){
this.$Router.replace({
name: 'PersonWrite'
name: 'Individual'
})
}
}