修改专家咨询
This commit is contained in:
parent
2e62e6fa6a
commit
0a18d1b8d3
@ -280,10 +280,10 @@
|
|||||||
if (!this.userinfo) {
|
if (!this.userinfo) {
|
||||||
this.gologin();
|
this.gologin();
|
||||||
} else {
|
} else {
|
||||||
if (this.region == "3") {
|
// if (this.region == "3") {
|
||||||
this.family()
|
// this.family()
|
||||||
} else {
|
// } else {
|
||||||
if (this.cityCode == "1" || this.cityCode == "2") {
|
// if (this.cityCode == "1" || this.cityCode == "2") {
|
||||||
if (!this.checkSign) {
|
if (!this.checkSign) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '未签约,请先签约',
|
title: '未签约,请先签约',
|
||||||
@ -297,12 +297,12 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
// } else {
|
||||||
this.family()
|
// this.family()
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -286,12 +286,10 @@
|
|||||||
},
|
},
|
||||||
//返回上一页
|
//返回上一页
|
||||||
goprevious() {
|
goprevious() {
|
||||||
uni.navigateTo({
|
uni.navigateBack({
|
||||||
url: '/pages/myinformation/myinformation'
|
delta: 1
|
||||||
})
|
})
|
||||||
// uni.navigateBack({
|
return true;
|
||||||
// delta: 1
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
//查看评价
|
//查看评价
|
||||||
golookrate(item) {
|
golookrate(item) {
|
||||||
|
|||||||
@ -192,6 +192,7 @@
|
|||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
delta: 1
|
delta: 1
|
||||||
})
|
})
|
||||||
|
return true;
|
||||||
},
|
},
|
||||||
//支付
|
//支付
|
||||||
pay() {
|
pay() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user