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