diff --git a/components/navbar/navbar.js b/components/navbar/navbar.js index 2e6f0bd..8772db3 100644 --- a/components/navbar/navbar.js +++ b/components/navbar/navbar.js @@ -25,9 +25,9 @@ Component({ this.triggerEvent('handleFocus',true) }, goInquirtForm(){ - wx.navigateTo({ - url: '/healthyService/pages/visitList/visitList', - }) + // wx.navigateTo({ + // url: '/healthyService/pages/visitList/visitList', + // }) } }, diff --git a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js index 9c69453..7265df2 100644 --- a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js +++ b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js @@ -128,7 +128,7 @@ Page({ showProduct:!this.data.showProduct }) let list=this.data.yaoList; - if(!this.data.Product){ + if(!this.data.showProduct){ this.setData({ productList:list.slice(0,1) }) @@ -142,7 +142,7 @@ Page({ wx.navigateToMiniProgram({ appId: 'wxdee7006582529713', - path:'/pages/index/index', + path:'/pages/home/dashboard/index', envVersion: 'release', success(res) { // 打开成功 diff --git a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml index 18fbf5c..9aabb75 100644 --- a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml +++ b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml @@ -224,7 +224,7 @@ {{equity.order_service_package_detail.monthly_frequency==0?'不限':(equity.order_service_package_detail.remaining_inquiry_count)}}次图文 - {{showExpand?'收起':'展开'}} + {{showExpand?'收起':'展开'}} {{equity.order_service_package_detail.remaining_quantity}}盒肝爽颗粒(步长) - {{showProduct?'收起':'展开'}} + {{showProduct?'收起':'展开'}} 下单时间:{{item.created_at}}