This commit is contained in:
zhangguoping 2024-08-01 14:06:47 +08:00
parent a2b70dbc25
commit b6d40c9b27
3 changed files with 4 additions and 0 deletions

View File

@ -561,6 +561,7 @@
})
})
} else if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
alert(ua, 33)
function upWXSmallProgramYouBank(){
function objectToQueryString(path) {
const obj = JSON.parse(JSON.stringify(path));

View File

@ -271,7 +271,9 @@
})
}
// 手机银行--唤起微信小程序
alert(1)
if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
alert(ua, 11)
this.loading = false;
function upWXSmallProgramYouBank(){
function objectToQueryString(path) {

View File

@ -538,6 +538,7 @@
})
})
} else if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
alert(ua, 22)
function upWXSmallProgramYouBank(){
function objectToQueryString(path) {
const obj = JSON.parse(JSON.stringify(path));