From e2671484c24807162ef9ab44f9c42dc6ca8a323a Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Tue, 27 Feb 2024 14:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 12 +- pages/news/recycling/orderDetail.vue | 6 +- pages/news/recycling/orderList.vue | 1000 +++++++++++++++----------- pages/user/index.vue | 20 +- 4 files changed, 588 insertions(+), 450 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index cd0255a..8a9e930 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -14,16 +14,16 @@ 获取验证码 {{countdown}} - - 查看并同意《用户服务协议》《隐私政策》 + + 同意《用户服务协议》《隐私政策》 登录 - - + + 手机号快捷登录 @@ -114,6 +114,10 @@ }) }, login() { + if(this.isCheckout == false){ + this.$toast('请勾选用户协议') + return ; + } // 登录 if (!this.validatePhoneNumber(this.phoneNum)) { this.$toast('请输入正确的手机号') diff --git a/pages/news/recycling/orderDetail.vue b/pages/news/recycling/orderDetail.vue index e98752e..3ec13bf 100644 --- a/pages/news/recycling/orderDetail.vue +++ b/pages/news/recycling/orderDetail.vue @@ -123,13 +123,11 @@ isShow: false, currentIndex: 0, background: { - background: `url(${this.$picUrl}/static/news/refund-bg.png) center -10px no-repeat`, - // background: 'url('+ img+') center -10px no-repeat', + background: `url(${this.$picUrl}/static/news/refund-bg.png) center top no-repeat`, backgroundSize: '100%', }, background1: { - background: `url(${this.$picUrl}/static/news/login-bg.png) center -10px no-repeat`, - // background: 'url('+ img1+') center -10px no-repeat', + background: `url(${this.$picUrl}/static/news/login-bg.png) center top no-repeat`, backgroundSize: '100%', }, info: {}, diff --git a/pages/news/recycling/orderList.vue b/pages/news/recycling/orderList.vue index be8186f..fb42eff 100644 --- a/pages/news/recycling/orderList.vue +++ b/pages/news/recycling/orderList.vue @@ -3,7 +3,7 @@ - + @@ -14,239 +14,314 @@ 全部 - + {{item.name}} - + 订单号:{{item.order_no}} {{item.order_status_text}} - + - 名称:{{item.recovery_name}} - 品牌:{{item.brand}} + {{item.server_name}} - + x1 ¥ - {{item.expect_price}} + {{item.pay_price}} + + + 共计: + ¥{{item.pay_price}} + - 联系电话:{{item.mobile}} + 收件人姓名 {{item.username}} - - {{item.remake}} + + {{item.buyer_remark}} - 修改订单 - 取消订单 - 完成 + 取消订单 + 去支付 + 去派单 + 立即完成 + 已完成 + 已取消 - - - + + + + + + + + 订单筛选 + + + + + 下单时间 + + + + - + + + + + + 来源 + + + + {{item.name}} + + + + + + 支付方式 + + + + {{item.name}} + + + + + + + 重置 + + + 确定 + + + + + + + .btnGroup{ + display: flex; + justify-content: center; + margin-top:100upx; + padding-bottom:60upx; + .resetBtn{ + width: 216upx; + height: 70upx; + line-height: 66upx; + background: #DBDBDB; + border-radius: 22px 22px 22px 22px; + opacity: 1; + + font-size: 28upx; + font-family: PingFang SC, PingFang SC; + font-weight: 500; + color: #585858; + text-align: center; + + } + .confrim{ + width: 216upx; + height: 70upx; + text-align: center; + background: linear-gradient(180deg, #FD5D06 0%, #F3211A 100%); + border-radius: 50px 50px 50px 50px; + opacity: 1; + line-height: 66upx; + font-size: 28upx; + font-family: PingFang SC, PingFang SC; + font-weight: 500; + color: #FFFFFF; + margin-left:24upx; + + } + } +} + \ No newline at end of file diff --git a/pages/user/index.vue b/pages/user/index.vue index d5407a3..762db37 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -213,12 +213,20 @@ + + + + {{orderTodoInfo.service_order.payment_number}} + 待支付 + + {{orderTodoInfo.service_order.confirm_number}} - 待确认 + 待服务 @@ -226,15 +234,7 @@ {{orderTodoInfo.service_order.service_number}} - 待服务 - - - - - - {{orderTodoInfo.service_order.payment_number}} - 待支付 + 待派单