alert
This commit is contained in:
parent
67bb04c4c5
commit
4670d01da5
|
@ -551,8 +551,9 @@
|
|||
/* 小程序 */
|
||||
let ua = navigator.userAgent;
|
||||
// 邮储-唤起微信小程序
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(4)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(44)
|
||||
Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
|
@ -567,8 +567,9 @@
|
|||
/* 小程序 */
|
||||
let ua = navigator.userAgent;
|
||||
// 邮储-唤起微信小程序
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(6)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(66)
|
||||
return Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
|
@ -262,8 +262,9 @@
|
|||
self.toLinkAlipay();
|
||||
}
|
||||
if (self.plaflam == 2) {
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(5)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(55)
|
||||
return Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
|
@ -259,8 +259,9 @@
|
|||
}
|
||||
if (self.plaflam == 2) {
|
||||
// 邮储-唤起微信小程序
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(3)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(33)
|
||||
return Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
|
@ -267,8 +267,9 @@
|
|||
this.loading = false;
|
||||
let ua = navigator.userAgent;
|
||||
// 邮储-唤起微信小程序
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(1)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(11)
|
||||
return Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
|
@ -517,8 +517,9 @@
|
|||
/* 小程序 */
|
||||
// 邮储-唤起微信小程序
|
||||
let ua = navigator.userAgent;
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(2)
|
||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||
alert(22)
|
||||
Fw.device.api.openWXMiniProgram({
|
||||
programID: "wx9ed74283ad25bca1",
|
||||
path: "pages/index/index",
|
||||
|
|
Loading…
Reference in New Issue