From 43b68351f5a8cfa849081209cb7f121b3e143e5e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 28 Oct 2023 16:47:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=88=E8=B4=A7=E5=90=8E?= =?UTF-8?q?=E6=AC=BE=E5=8D=95=E7=8B=AC=E6=A0=B7=E5=BC=8F,=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BB=98=E6=AC=BE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/order_list/indexCopy.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pages/users/order_list/indexCopy.vue b/pages/users/order_list/indexCopy.vue index 55fe401..a7f527b 100644 --- a/pages/users/order_list/indexCopy.vue +++ b/pages/users/order_list/indexCopy.vue @@ -143,10 +143,7 @@ - - 共{{item.total_num || 0}}件商品,总金额 - ¥{{item.pay_price}} - + @@ -248,12 +245,16 @@ ¥{{goods.cart_info.productAttr.price}} x{{goods.product_num}} + 先货后款 实付:¥0.00 共{{item.orderNum || 0}}件商品,总金额 ¥{{item.presell_price}} + 共{{item.orderNum || 0}}件商品,结算周期到期后付款 + ¥{{item.pay_price}} + 共{{item.orderNum || 0}}件商品,总金额 ¥{{item.pay_price}} @@ -301,10 +302,14 @@ 发布种草 --> - 去结算 - + --> + + 去结算 + 去评价 @@ -520,6 +525,12 @@ }) } }, + // 先货后款去支付 + navToPay(item){ + uni.navigateTo({ + url: `/pages/users/payment/payment?order_id=${item.group_order_id}&product_type=${item.orderProduct[0]?.product_type||''}` + }) + }, onLoadFun() { this.isShowAuth = false; this.getOrderData();