问题修复

This commit is contained in:
2025-11-07 16:21:45 +08:00
parent ab350ccc14
commit bfdd099840
7 changed files with 21 additions and 16 deletions

View File

@@ -893,7 +893,7 @@ const goToPay = async (payParams) => {
}
// 余额支付
if (payParams.payType == "accountPay") {
if (orderVIP.value.payPwd == "") {
if (orderVIP.value.payPwd == "" &&userInfo.usePayPwd) {
uni.showModal({
title: "提示",
content: "您还未设置支付密码,是否去设置?",