From 9097806e25cfc60ea8ab3fa102612fb1843d0de3 Mon Sep 17 00:00:00 2001 From: Eratosici Date: Tue, 15 Jun 2021 16:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E5=8D=95=E6=97=B6?= =?UTF-8?q?=E4=B9=B0=E5=AE=B6=E7=95=99=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4uni/pages/orderList/orderList.vue | 2 +- mall4uni/pages/submit-order/submit-order.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }] },