修改专家咨询
This commit is contained in:
parent
2e62e6fa6a
commit
0a18d1b8d3
@ -280,10 +280,10 @@
|
||||
if (!this.userinfo) {
|
||||
this.gologin();
|
||||
} else {
|
||||
if (this.region == "3") {
|
||||
this.family()
|
||||
} else {
|
||||
if (this.cityCode == "1" || this.cityCode == "2") {
|
||||
// if (this.region == "3") {
|
||||
// this.family()
|
||||
// } else {
|
||||
// if (this.cityCode == "1" || this.cityCode == "2") {
|
||||
if (!this.checkSign) {
|
||||
this.$refs.uToast.show({
|
||||
title: '未签约,请先签约',
|
||||
@ -297,12 +297,12 @@
|
||||
})
|
||||
}
|
||||
|
||||
} else {
|
||||
this.family()
|
||||
// } else {
|
||||
// this.family()
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
@ -372,4 +372,4 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "./homepage.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
</view>
|
||||
<view class="submits" @tap='Receipts'>确定</view>
|
||||
</u-popup>
|
||||
|
||||
|
||||
</view> -->
|
||||
<u-popup v-model="evaluatenurse" mode="bottom" length="50%" border-radius="20" :closeable='true' class='masks'>
|
||||
<view class="titleitem">
|
||||
@ -286,12 +286,10 @@
|
||||
},
|
||||
//返回上一页
|
||||
goprevious() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/myinformation/myinformation'
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
// uni.navigateBack({
|
||||
// delta: 1
|
||||
// })
|
||||
return true;
|
||||
},
|
||||
//查看评价
|
||||
golookrate(item) {
|
||||
@ -826,4 +824,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -192,6 +192,7 @@
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
return true;
|
||||
},
|
||||
//支付
|
||||
pay() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user