抖火综法
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user