diff --git a/mall4uni/pages/orderList/orderList.vue b/mall4uni/pages/orderList/orderList.vue index a223666..5dbdfd5 100644 --- a/mall4uni/pages/orderList/orderList.vue +++ b/mall4uni/pages/orderList/orderList.vue @@ -79,7 +79,7 @@ 取消订单 - 再次购买 + 再次购买 付款 查看物流 确认收货 diff --git a/mall4uni/pages/submit-order/submit-order.vue b/mall4uni/pages/submit-order/submit-order.vue index 8051afe..c527bbe 100644 --- a/mall4uni/pages/submit-order/submit-order.vue +++ b/mall4uni/pages/submit-order/submit-order.vue @@ -87,7 +87,7 @@ 买家留言: - + @@ -205,7 +205,7 @@ export default { totalCount: 0, transfee: 0, reduceAmount: 0, - remark: "", + remarks: "", couponIds: [], coupons: {}, shopReduce: "" @@ -384,7 +384,7 @@ export default { method: "POST", data: { orderShopParam: [{ - remarks: this.remark, + remarks: this.remarks, shopId: 1 }] },