diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 442b95c..38f9bd4 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -119,7 +119,7 @@ - + 专家咨询订单 @@ -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" + }) + } } } \ No newline at end of file +