alert
This commit is contained in:
parent
c2e4ef84fd
commit
faef14036a
|
@ -259,9 +259,9 @@
|
||||||
if (self.plaflam == 2) {
|
if (self.plaflam == 2) {
|
||||||
// 邮储-唤起微信小程序
|
// 邮储-唤起微信小程序
|
||||||
let ua = navigator.userAgent; //判断用户打开链接环境
|
let ua = navigator.userAgent; //判断用户打开链接环境
|
||||||
alert(3)
|
alert(4)
|
||||||
if (ua.indexOf("CreditCardAppNew") > -1) {
|
if (ua.indexOf("CreditCardAppNew") > -1) {
|
||||||
alert(33)
|
alert(44)
|
||||||
return Fw.device.api.openWXMiniProgram({
|
return Fw.device.api.openWXMiniProgram({
|
||||||
programID: "wx9ed74283ad25bca1",
|
programID: "wx9ed74283ad25bca1",
|
||||||
path: "weixin://dl/business/?t=ZBl03HYOtOj",
|
path: "weixin://dl/business/?t=ZBl03HYOtOj",
|
||||||
|
|
Loading…
Reference in New Issue