|
@@ -55,6 +55,7 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
async handleGoApply(){
|
|
async handleGoApply(){
|
|
|
|
+ await this.checkUserIsBind()
|
|
if(this.info.type=='apply'){
|
|
if(this.info.type=='apply'){
|
|
if(this.info.customer_info.has_apply){// 已经申请过
|
|
if(this.info.customer_info.has_apply){// 已经申请过
|
|
this.pupData.show=true
|
|
this.pupData.show=true
|
|
@@ -97,7 +98,7 @@ export default {
|
|
handleBack(){
|
|
handleBack(){
|
|
uni.navigateBack({
|
|
uni.navigateBack({
|
|
fail:()=>{
|
|
fail:()=>{
|
|
- uni.switchTab({ url: '/pages/activity/activity' })
|
|
|
|
|
|
+ uni.switchTab({ url: '/pages/report/report' })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|