fix: 代客下单修复先打折后选会员导致结算价格为负数问题。订单退款增加安全密码校验,代客下单修复选择用户手机号未展示问题

This commit is contained in:
2025-03-21 16:01:07 +08:00
parent 5891fe6e1f
commit d097d73f12
6 changed files with 409 additions and 92 deletions

View File

@@ -347,6 +347,10 @@ watch(
() => props.user.id,
(newval) => {
quansSelArr.value = [];
checkOrderPay.discountAmount = 0;
checkOrderPay.discount = 0;
score.sel = -1;
usePointsNumber.value = 0;
if (newval !== "") {
pointsInit();
}