From dbfe69e7de59e4c2ebc37ff0e5e2d79f8b4f844d Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 26 Apr 2024 18:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8C=85=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/navbar/navbar.js | 6 +++--- .../pages/healthyOrderDetail/healthyOrderDetail.js | 4 ++-- .../pages/healthyOrderDetail/healthyOrderDetail.wxml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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}}