优化各项

This commit is contained in:
gyq
2024-07-15 09:46:40 +08:00
parent e00feb82ec
commit 38366601d4
7 changed files with 36 additions and 14 deletions

View File

@@ -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: