This commit is contained in:
lf 2024-07-24 09:25:01 +08:00
parent f86fee2718
commit 67bb04c4c5
6 changed files with 6 additions and 0 deletions

View File

@ -552,6 +552,7 @@
let ua = navigator.userAgent;
// 邮储-唤起微信小程序
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(4)
Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",

View File

@ -568,6 +568,7 @@
let ua = navigator.userAgent;
// 邮储-唤起微信小程序
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(6)
return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",

View File

@ -263,6 +263,7 @@
}
if (self.plaflam == 2) {
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(5)
return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",

View File

@ -260,6 +260,7 @@
if (self.plaflam == 2) {
// 邮储-唤起微信小程序
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(3)
return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",

View File

@ -268,6 +268,7 @@
let ua = navigator.userAgent;
// 邮储-唤起微信小程序
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(1)
return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",

View File

@ -518,6 +518,7 @@
// 邮储-唤起微信小程序
let ua = navigator.userAgent;
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
alert(2)
Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1",
path: "pages/index/index",