This commit is contained in:
gyq
2024-06-07 18:26:05 +08:00
parent a1c8757aaf
commit 0b42be9964
3 changed files with 4 additions and 88 deletions

View File

@@ -204,8 +204,9 @@ async function queryPayTypeAjax() {
shopId: store.userInfo.shopId
})
payList.value = res
if (res[0].payType == 'scanCode') {
if (res[0].payType == 'scanCode' || res[0].payType == 'deposit') {
scanModalRef.value.show()
payType.value = res[0].payType
}
} catch (error) {
console.log(error)