alert
This commit is contained in:
parent
4670d01da5
commit
80db8d0950
18
reduce.html
18
reduce.html
|
@ -259,17 +259,17 @@
|
||||||
}
|
}
|
||||||
if (self.plaflam == 2) {
|
if (self.plaflam == 2) {
|
||||||
// 邮储-唤起微信小程序
|
// 邮储-唤起微信小程序
|
||||||
alert(3)
|
alert(ua.indexOf("CreditCardAppNew UnionPay/1.0"))
|
||||||
|
return Fw.device.api.openWXMiniProgram({
|
||||||
|
programID: "wx9ed74283ad25bca1",
|
||||||
|
path: "pages/index/index",
|
||||||
|
miniType: 2, // 1 开发版 2 体验版
|
||||||
|
extJson: {
|
||||||
|
order_number: res.data.order_number
|
||||||
|
}
|
||||||
|
})
|
||||||
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
if (ua.indexOf("CreditCardAppNew UnionPay/1.0") > -1) {
|
||||||
alert(33)
|
alert(33)
|
||||||
return Fw.device.api.openWXMiniProgram({
|
|
||||||
programID: "wx9ed74283ad25bca1",
|
|
||||||
path: "pages/index/index",
|
|
||||||
miniType: 2, // 1 开发版 2 体验版
|
|
||||||
extJson: {
|
|
||||||
order_number: res.data.order_number
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
//微信
|
//微信
|
||||||
// if (ua.indexOf("dingtalk") > -1) {
|
// if (ua.indexOf("dingtalk") > -1) {
|
||||||
|
|
Loading…
Reference in New Issue