diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index 4d0f468..d4710ae 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -8,7 +8,7 @@ - + - + - + - + - - 加钟信息 - - - - - 是否加钟 - - - - 服务项目 - - - - - 项目价格 - - - - - 加钟数量 - - - - - - 加钟费用 - - - - - 小计 - - - - - - - - - 服务升级 - - - - - 是否升级 - - - - 升级前项目 - - - - - 升级前价格 - - - - - 升级后项目 - - - - - 升级后价格 - - - - - - 支付差价 - - - - - 小计 - - - - - - + + 预计收益 @@ -1233,14 +1164,6 @@ 车费收益 ¥{{order.taxiMoney}} - - 加钟收益 - - - - - 升级收益 - - - 技师收益 @@ -1295,8 +1218,6 @@ - - 现在出发 @@ -1321,8 +1242,8 @@ 拒单申请 联系客服 - 联系客户 + @@ -1511,13 +1432,13 @@ type:'bottom', checkbox1: [0], hobby: [{ - text: '服务承诺1', + text: '未服务全额退款', value: '0' }, { - text: '服务承诺2', + text: '不满意重做', value: '1' }, { - text: '服务承诺3', + text: '最快30分钟上门', value: '2' }], fuwuBtn:[], @@ -1713,6 +1634,9 @@ if (res.code == 0) { that.$queue.showToast(res.msg); this.$refs.popup.close(this.type); + uni.switchTab({ + url:'/pages/order/index' + }) } else { that.$queue.showToast(res.msg); @@ -1839,6 +1763,9 @@ try { if (resA.code == 0) { websocketUtils.uploadAudioEnd(); //关闭音频上传 + uni.switchTab({ + url:'/pages/order/index' + }) } else { that.$queue.showToast(resA.msg); } @@ -2517,9 +2444,9 @@ position: fixed; left: var(--window-left); right: var(--window-right); - height: 44px; - height: calc(44px + constant(safe-area-inset-top)); - height: calc(44px + env(safe-area-inset-top)); + height: 60px; + height: calc(60px + constant(safe-area-inset-top)); + height: calc(60px + env(safe-area-inset-top)); padding: 7px 3px; padding-top: calc(7px + constant(safe-area-inset-top)); padding-top: calc(7px + env(safe-area-inset-top)); @@ -2527,7 +2454,7 @@ display: -webkit-flex; display: flex; flex-direction: row; - align-items: center; + align-items: flex-end; overflow: hidden; -webkit-box-pack: justify; -webkit-justify-content: space-between; @@ -2560,7 +2487,6 @@ align-items: center; flex-wrap: wrap; box-sizing: border-box; - justify-content: space-between; } .huiBtn{ background: #E2E2E2; diff --git a/pages/index/index.vue b/pages/index/index.vue index b97bad8..6b31dc0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,4 +1,5 @@