Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1bb6bde497
@ -229,7 +229,7 @@
|
|||||||
if (res.data.loginFlag) {
|
if (res.data.loginFlag) {
|
||||||
that.usershow = false
|
that.usershow = false
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/confirmation/confirmation?price=${item.consultingFee}&hospitalPersonId=${item.id}&&personName=${item.personName}`
|
url: `/pagesB/confirmation/confirmation?price=${item.consultingFee}&hospitalPersonId=${item.id}&&personName=${item.personName}`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
that.usershow = true
|
that.usershow = true
|
||||||
@ -254,7 +254,7 @@
|
|||||||
goinformation() {
|
goinformation() {
|
||||||
this.usershow = false
|
this.usershow = false
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/information/information'
|
url: '/pagesB/information/information'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
goConsultationDetails() {
|
goConsultationDetails() {
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" v-if='nurseItemClassifyInfoList.length==7&&lengthlistshow' @tap='lengthlist'>
|
<view class="item" v-if='nurseItemClassifyInfoList.length==7&&lengthlistshow' @tap='lengthlist'>
|
||||||
<image src="../../static/gd.png" mode=""></image>
|
<image src="../../static/pagesB/gd.png" mode=""></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
更多
|
更多
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user