diff --git a/otherPages/myOrdersManage/clock/index.vue b/otherPages/myOrdersManage/clock/index.vue index 0b14209..0bea85f 100644 --- a/otherPages/myOrdersManage/clock/index.vue +++ b/otherPages/myOrdersManage/clock/index.vue @@ -404,7 +404,6 @@ workPalyImage: fileList.testb?.map(item => item.url).join(',') || '', // 备注信息 notes: form.value.notes || '', - submitFlag : 1, } if(form.value.id) { @@ -412,7 +411,7 @@ } if(flag) { - params.submitFlag = 2 + params.submitFlag = 1 } orderItemLogAddOrUpdate(params) diff --git a/pages/myOrdersManage/index.vue b/pages/myOrdersManage/index.vue index c87e9e7..dd0d2e5 100644 --- a/pages/myOrdersManage/index.vue +++ b/pages/myOrdersManage/index.vue @@ -16,7 +16,9 @@ }" :inactiveStyle="{ color: '#FFFFFF', transform: 'scale(1)' - }" :itemStyle="{height:'88rpx',width : '33%'}" lineColor="#FFFFFF"> + }" :itemStyle="{height:'88rpx',width : '33%'}" + + lineColor="#FFFFFF"> @@ -29,7 +31,9 @@ }" :inactiveStyle="{ color: '#FFFFFF', transform: 'scale(1)' - }" :itemStyle="{height:'88rpx',padding:'0 52rpx', width : '400rpx'}" lineColor="#FFFFFF"> + }" :itemStyle="{height:'88rpx',padding:'0 52rpx', width : '400rpx'}" + @click="classIfyClickTab" + lineColor="#FFFFFF"> diff --git a/utils/getUrl.js b/utils/getUrl.js index 8d9f1cc..6b4ba63 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -3,7 +3,7 @@ const accountInfo = wx.getAccountInfoSync(); current = accountInfo.miniProgram.envVersion; const api = { - develop:"https://pet-admin.hhlm1688.com/api", + develop:"http://h5.xzaiyp.top", // develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 trial: "https://pet-admin.hhlm1688.com/api", //测试 release: "https://pet-admin.hhlm1688.com/api", // 线上