跳转
This commit is contained in:
parent
9bd174617d
commit
5da1b3f906
@ -119,7 +119,7 @@
|
||||
<image src="../../static/huijiantou.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="myorder titles">
|
||||
<view class="myorder titles" @tap="expertOrder">
|
||||
<view class="title">
|
||||
专家咨询订单
|
||||
</view>
|
||||
@ -307,6 +307,7 @@
|
||||
},
|
||||
//全部订单
|
||||
goorder(index, item) {
|
||||
console.log(index, item)
|
||||
const value = uni.getStorageSync('openid');
|
||||
const value2 = uni.getStorageSync('patientId');
|
||||
if (value && value2) {
|
||||
@ -378,10 +379,16 @@
|
||||
this.gologin();
|
||||
}
|
||||
},
|
||||
// 专家咨询订单
|
||||
expertOrder(){
|
||||
uni.navigateTo({
|
||||
url:"/pagesB/ExpertlookOrder/ExpertlookOrder"
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import './myinformation.scss'
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user