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",