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,