diff --git a/combining.html b/combining.html index 7ec93e9..f263902 100644 --- a/combining.html +++ b/combining.html @@ -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)); diff --git a/reduce.html b/reduce.html index 8e79f82..a366798 100644 --- a/reduce.html +++ b/reduce.html @@ -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) { diff --git a/wx-combining.html b/wx-combining.html index 87e7b96..a4f574c 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -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));