alert
This commit is contained in:
parent
f6a5c45639
commit
5bc458e8b6
|
@ -259,15 +259,16 @@
|
||||||
if (self.plaflam == 2) {
|
if (self.plaflam == 2) {
|
||||||
// 邮储-唤起微信小程序
|
// 邮储-唤起微信小程序
|
||||||
let ua = navigator.userAgent; //判断用户打开链接环境
|
let ua = navigator.userAgent; //判断用户打开链接环境
|
||||||
alert(1)
|
alert(2)
|
||||||
if (ua.indexOf("CreditCardAppNew") > -1) {
|
if (ua.indexOf("CreditCardAppNew") > -1) {
|
||||||
alert(1)
|
alert(2)
|
||||||
return Fw.device.api.openWXMiniProgram({
|
return Fw.device.api.openWXMiniProgram({
|
||||||
programID: "gh_07fecf7a6d31",
|
programID: "gh_07fecf7a6d31",
|
||||||
path: "pages/index/index",
|
path: "pages/index/index",
|
||||||
miniType: 2, // 1 开发版 2 体验版
|
// miniType: 2, // 1 开发版 2 体验版
|
||||||
extJson: JSON.stringify({
|
extJson: JSON.stringify({
|
||||||
order_number: res.data.order_number
|
// order_number: res.data.order_number
|
||||||
|
...res.data
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue