From f071a4c7eeaed13e98df3a878f02e48b5661f12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Sat, 8 Feb 2025 16:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 +- my/order/pay.vue | 8 +- my/order/revenueDetails.vue | 57 ++++--- pages/index/addClock.vue | 17 +- pages/index/currentPoints.vue | 4 +- pages/index/index.vue | 46 +++-- pages/index/previousAdditions.vue | 17 +- pages/my/index.vue | 7 +- pages/my/mangshi.vue | 59 ++++++- pages/my/scrollbarEndPicker.vue | 137 +++++++++------ pages/my/scrollbarPicker.vue | 135 +++++++++------ pages/order/index.vue | 22 +-- pages/video/setVideo.vue | 275 +++++++++++++++++------------- 13 files changed, 498 insertions(+), 292 deletions(-) diff --git a/App.vue b/App.vue index 9b543d8..51a92d2 100644 --- a/App.vue +++ b/App.vue @@ -757,9 +757,9 @@ export default { // /deep/.uni-scroll-view-content{ // height: 350px !important; // } -/deep/.uni-picker-view-wrapper uni-picker-view-column:nth-child(1) { - display: none !important; - } +// /deep/.uni-picker-view-wrapper uni-picker-view-column:nth-child(1) { +// display: none !important; +// } /deep/uni-page-body { background-color: #f7f7f7 !important; } diff --git a/my/order/pay.vue b/my/order/pay.vue index 34eacbf..b1d0b08 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -3,7 +3,7 @@ 待付款... - 待服务 + 已接单 已完成 服务中 已出发 @@ -1252,9 +1252,9 @@ .lxkf { width: 48%; text-align: center; - background-color: #f7f7f7; - border: 1px #ccc solid; - color: #333; + background-color: #fff; + border: 1px #029D88 solid; + color: #029D88; border-radius: 53px !important; height: 42px; line-height: 42px; diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index 25c7b9f..0df5f23 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -24,14 +24,15 @@ {{order.entryName}} - 待服务 + 已接单 待评价 已完成 服务中 - 技师出发 - 技师到达 - 确认接单 + 已出发 + 已到达 + 待接单 + 拒单审核中 服务时长: {{order.entryName}} - 待服务 + 已接单 待评价 已完成 服务中 - 技师出发 - 技师到达 - 确认接单 + 已出发 + 已到达 + 待接单 + 拒单审核中 服务时长: {{order.entryName}} - 待服务 + 已接单 待评价 已完成 服务中 - 技师出发 - 技师到达 - 确认接单 + 已出发 + 已到达 + 待接单 + 拒单审核中 服务时长: {{order.entryName}} - 待服务 + 已接单 待评价 已完成 服务中 - 技师出发 - 技师到达 - 确认接单 + 已出发 + 已到达 + 待接单 + 拒单审核中 服务时长: {{order.entryName}} - 待服务 + 已接单 待评价 已完成 服务中 - 技师出发 - 技师到达 - 确认接单 + 已出发 + 已到达 + 待接单 + 拒单审核中 服务时长: - 确认接单 + 接单 @@ -2036,7 +2041,7 @@ } }, - nineState(ordersId) { //确认接单 + nineState(ordersId) { //接单 var that = this; this.$Request.getT("/app/artificer/jishiQueren", { ordersId: ordersId @@ -3533,4 +3538,12 @@ border-bottom: 1px #e5e5e5 solid; margin: 30rpx 0; } + .progress-status-jd{ + color: #fff; + border-radius:30rpx 30rpx 30rpx 8rpx ; + padding: 0 14rpx; + background-image: linear-gradient(-45deg, #ff8c01, #ff5600); + font-size: 26rpx; + line-height: 46rpx; + } diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue index 6837e78..cdcf816 100644 --- a/pages/index/addClock.vue +++ b/pages/index/addClock.vue @@ -36,6 +36,8 @@ 本期{{isSfwc=='1'?'已加钟':'未加钟'}}订单 本期{{isSfwc=='1'?'已充值':'未充值'}}订单 + 加钟总金额: ¥{{totalMoney}} + 充值总金额: ¥{{totalMoney}} 订单数量: {{totalCount}} @@ -67,7 +69,10 @@ 服务地址 : {{item.address}} - 项目金额 : ¥{{item.priceTotal}} + + 加钟金额:¥{{item.addArtificerMoney}} + 充值金额:¥{{item.addArtificerMoney}} + 本单收益: ¥{{item.artificerMoneyTotal}} @@ -106,7 +111,9 @@ 服务地址 : {{item.address}} - 项目金额 : ¥{{item.priceTotal}} + + + 本单收益: ¥{{item.artificerMoneyTotal}} @@ -147,7 +154,8 @@ isSfwc:'1', homePageCountData:'', earnings:'0', - totalCount:'' + totalCount:'', + totalMoney:'' } }, onLoad(e) { @@ -239,7 +247,8 @@ if (that.page == 1) that.listData = []; //如果是第一页需手动制空列表 that.listData = [...that.listData, ...res.data.list]; //追加新数据 that.earnings = res.earnings; - that.totalCount=res.data.totalCount + that.totalCount=res.data.totalCount; + that.totalMoney=res.data.totalMoney; } else { that.$queue.showToast(res.msg); } diff --git a/pages/index/currentPoints.vue b/pages/index/currentPoints.vue index 7d9614e..b985198 100644 --- a/pages/index/currentPoints.vue +++ b/pages/index/currentPoints.vue @@ -71,8 +71,8 @@ 项目金额 : ¥{{item.priceTotal}} - 本单收益: - ¥{{item.artificerMoneyTotal}} + 本单积分: + {{item.jifen}} diff --git a/pages/index/index.vue b/pages/index/index.vue index 6e9dbd7..4f81ed0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -56,14 +56,14 @@ 登录 + + 时间:{{ loglattime }} + \ No newline at end of file + + \ No newline at end of file diff --git a/pages/my/scrollbarPicker.vue b/pages/my/scrollbarPicker.vue index 6e5ea85..94e8f97 100644 --- a/pages/my/scrollbarPicker.vue +++ b/pages/my/scrollbarPicker.vue @@ -1,99 +1,99 @@ \ No newline at end of file + + \ No newline at end of file diff --git a/pages/order/index.vue b/pages/order/index.vue index a75a884..903739a 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -92,15 +92,15 @@ {{ item.serveTime }} - 待服务 + 已接单 待评价 已取消 已完成 服务中 - 技师出发 - 技师到达 - 待确认 - 拒单审核中 + 已出发 + 已到达 + 待接单 + 拒单审核 待补单 [超时]