优化各项
This commit is contained in:
@@ -135,7 +135,7 @@ async function passwordSuccess(e) {
|
||||
shopId: store.userInfo.shopId,
|
||||
memberId: props.userInfo.id,
|
||||
amount: money.value,
|
||||
// pwd: md5(e),
|
||||
pwd: md5(e),
|
||||
});
|
||||
payLoading.value = false;
|
||||
ElMessage.success("支付成功");
|
||||
@@ -175,8 +175,8 @@ async function confirmOrder() {
|
||||
emit("paySuccess");
|
||||
} else {
|
||||
// 会员充值
|
||||
// takeFoodCodeRef.value.show();
|
||||
passwordSuccess()
|
||||
takeFoodCodeRef.value.show();
|
||||
// passwordSuccess()
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user