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();