alert
This commit is contained in:
parent
b6d40c9b27
commit
3b48a825d1
|
@ -554,14 +554,13 @@
|
|||
Fw.device.api.openWXMiniProgram({
|
||||
programID: "gh_07fecf7a6d31",
|
||||
path: `pages/index/index?code_batch_id=${this.code_batch_id}&token=${this.token}`,
|
||||
// miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
extMsg: JSON.stringify({
|
||||
code_batch_id: this.code_batch_id,
|
||||
token: this.token,
|
||||
})
|
||||
})
|
||||
} else if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
|
||||
alert(ua, 33)
|
||||
function upWXSmallProgramYouBank(){
|
||||
function objectToQueryString(path) {
|
||||
const obj = JSON.parse(JSON.stringify(path));
|
||||
|
|
|
@ -264,16 +264,14 @@
|
|||
return Fw.device.api.openWXMiniProgram({
|
||||
programID: "gh_07fecf7a6d31",
|
||||
path: `pages/index/index?order_number=${res.data.order_number}`,
|
||||
// miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
extMsg: JSON.stringify({
|
||||
order_number: res.data.order_number
|
||||
})
|
||||
})
|
||||
}
|
||||
// 手机银行--唤起微信小程序
|
||||
alert(1)
|
||||
if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
|
||||
alert(ua, 11)
|
||||
this.loading = false;
|
||||
function upWXSmallProgramYouBank(){
|
||||
function objectToQueryString(path) {
|
||||
|
|
|
@ -531,14 +531,13 @@
|
|||
Fw.device.api.openWXMiniProgram({
|
||||
programID: "gh_07fecf7a6d31",
|
||||
path: `pages/index/index?code_batch_id=${this.code_batch_id}&token=${this.token}`,
|
||||
// miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
|
||||
extMsg: JSON.stringify({
|
||||
code_batch_id: this.code_batch_id,
|
||||
token: this.token,
|
||||
})
|
||||
})
|
||||
} else if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
|
||||
alert(ua, 22)
|
||||
function upWXSmallProgramYouBank(){
|
||||
function objectToQueryString(path) {
|
||||
const obj = JSON.parse(JSON.stringify(path));
|
||||
|
|
Loading…
Reference in New Issue