From 77b1ff244bbda413def25419f4640c80ee63952e Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 5 Jun 2025 21:48:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=AE=A0=E7=89=A9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=92=8C=E5=AD=97=E6=AE=B5=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正宠物信息跳转链接使用错误的orderId字段 - 统一清洁要求相关字段命名(catLitter->litterBox, urinePad->peePad) - 调整步骤条激活状态文字颜色为白色 - 移除未使用的steps-custom.scss引用 --- otherPages/myOrdersManage/service/detail.vue | 112 +++++++++++++------------- otherPages/orderTakingManage/detail/index.vue | 2 +- utils/getUrl.js | 4 +- 3 files changed, 60 insertions(+), 58 deletions(-) diff --git a/otherPages/myOrdersManage/service/detail.vue b/otherPages/myOrdersManage/service/detail.vue index 45c92c5..fd2f21e 100644 --- a/otherPages/myOrdersManage/service/detail.vue +++ b/otherPages/myOrdersManage/service/detail.vue @@ -5,11 +5,11 @@ + :titleStyle="{fontSize: '32rpx', fontWeight: 'bold', color: currentStep === 0 ? '#fff' : '#999999'}"> + :titleStyle="{fontSize: '32rpx', fontWeight: 'bold', color: currentStep === 1 ? '#fff' : '#999999'}"> + :titleStyle="{fontSize: '32rpx', fontWeight: 'bold', color: currentStep === 2 ? '#fff' : '#999999'}"> @@ -319,7 +319,8 @@ - 您需要的清洁内容 + 您需要的清洁内容 + + + 尿垫更换频率 - - @@ -414,7 +416,7 @@ 备注信息 - @@ -768,7 +770,7 @@ diff --git a/otherPages/orderTakingManage/detail/index.vue b/otherPages/orderTakingManage/detail/index.vue index 269de40..7e38464 100644 --- a/otherPages/orderTakingManage/detail/index.vue +++ b/otherPages/orderTakingManage/detail/index.vue @@ -326,7 +326,7 @@ // 查看宠物信息 const petInfo = () => { uni.navigateTo({ - url: "/otherPages/orderTakingManage/pet/index?id=" + orderId.value + url: "/otherPages/orderTakingManage/pet/index?id=" + orderDetail.value.order.orderId }) } diff --git a/utils/getUrl.js b/utils/getUrl.js index 1d1a292..ac138f6 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -3,10 +3,10 @@ const accountInfo = wx.getAccountInfoSync(); // current = accountInfo.miniProgram.envVersion; const api = { - // develop:"http://127.0.0.1:8002", + develop:"http://127.0.0.1:8002", // develop:"http://h5.xzaiyp.top", // develop:"https://api.catmdogd.com/prod-api", - develop:"https://pet-admin.hhlm1688.com/api", + // develop:"https://pet-admin.hhlm1688.com/api", // develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 trial: "https://api.catmdogd.com/prod-api", //测试 release: "https://api.catmdogd.com/prod-api",