From 26cd798485937ef169eecd05e815b11476e7b26b Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 11 Jun 2025 16:54:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(pay):=20=E6=94=AF=E4=BB=98=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E6=B6=88=E5=B1=95=E7=A4=BA=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index bdc7771..fb973a6 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -461,6 +461,42 @@ +
+
{{ '重消会员信息' }}
+
+
+
{{ '会员编号' }}
+
{{ orderData.memberCode }}
+
+
+
{{ '会员姓名' }}
+
{{ orderData.memberName }}
+
+
+
{{ '发货方式' }}
+
{{ orderData.deliveryWayVal }}
+
+
+
{{ '运输方式' }}
+
{{ orderData.transTypeVal }}
+
+
+
{{ '收货人' }}
+
{{ orderData.recName }}
+
+
+
{{ '收货电话' }}
+
{{ orderData.recPhone }}
+
+
+
{{ '收货地址' }}
+
+ {{ orderData.recProvince }}{{ orderData.recCity + }}{{ orderData.recAddress }} +
+
+
+