alert
This commit is contained in:
parent
f86fee2718
commit
67bb04c4c5
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue