From 1b2e99522efaf125df99024dc5389fe870ae7992 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 1 Apr 2025 16:24:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=98=AF=E5=90=A6=E4=BD=BF=E7=94=A8=E4=BC=9A?= =?UTF-8?q?=E5=91=98=E4=BB=B7=E5=88=A4=E6=96=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/components/order.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/Instead/components/order.vue b/src/views/tool/Instead/components/order.vue index eb4a1a8..990c31c 100644 --- a/src/views/tool/Instead/components/order.vue +++ b/src/views/tool/Instead/components/order.vue @@ -470,7 +470,7 @@ function returnPayParams() { shopId: localStorage.getItem("shopId"), authCode: authCode, checkOrderPay: { - vipPrice: props.user.id && props.user.isVip ? 1 : 0, + vipPrice: shopUser.userInfo.isMemberPrice && props.user.id && props.user.isVip ? 1 : 0, orderId: props.orderInfo.id, // discountRatio: (checkOrderPay.discount / 100).toFixed(2), discountRatio: 0,