邮储app 唤起微信小程序

This commit is contained in:
lf 2024-07-24 11:57:29 +08:00
parent 760ecdeb2b
commit 4050c112f0
6 changed files with 50 additions and 54 deletions

View File

@ -549,16 +549,15 @@
this.publicCollection(); this.publicCollection();
} else { } else {
/* 小程序 */ /* 小程序 */
let ua = navigator.userAgent; let ua = navigator.userAgent; //判断用户打开链接环境
// 邮储-唤起微信小程序 if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
if (ua.indexOf("CreditCardAppNew") > -1) {
Fw.device.api.openWXMiniProgram({ Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1", programID: "gh_07fecf7a6d31",
path: "pages/index/index", path: "pages/index/index",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
extJson: { extJson: JSON.stringify({
order_number: res.data.order_number ...res.data
} })
}) })
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);

View File

@ -565,16 +565,15 @@
this.publicCollection(); this.publicCollection();
} else { } else {
/* 小程序 */ /* 小程序 */
let ua = navigator.userAgent; let ua = navigator.userAgent; //判断用户打开链接环境
// 邮储-唤起微信小程序 if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
if (ua.indexOf("CreditCardAppNew") > -1) { Fw.device.api.openWXMiniProgram({
return Fw.device.api.openWXMiniProgram({ programID: "gh_07fecf7a6d31",
programID: "wx9ed74283ad25bca1",
path: "pages/index/index", path: "pages/index/index",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
extJson: { extJson: JSON.stringify({
order_number: res.data.order_number ...res.data
} })
}) })
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);

View File

@ -262,14 +262,14 @@
self.toLinkAlipay(); self.toLinkAlipay();
} }
if (self.plaflam == 2) { if (self.plaflam == 2) {
if (ua.indexOf("CreditCardAppNew") > -1) { if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
return Fw.device.api.openWXMiniProgram({ return Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1", programID: "gh_07fecf7a6d31",
path: "pages/index/index", path: "pages/index/index",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
extJson: { extJson: JSON.stringify({
order_number: res.data.order_number ...res.data
} })
}) })
} }
//微信 //微信

View File

@ -258,18 +258,18 @@
} }
if (self.plaflam == 2) { if (self.plaflam == 2) {
// 邮储-唤起微信小程序 // 邮储-唤起微信小程序
alert(3) let ua = navigator.userAgent; //判断用户打开链接环境
// let ua = navigator.userAgent; //判断用户打开链接环境 if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
// if (ua.indexOf("CreditCardAppNew") > -1) { this.loading = false;
// 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 体验版 // 正式z 删除
// extJson: JSON.stringify({ extJson: JSON.stringify({
// ...res.data ...res.data
// }) })
// }) })
// } }
//微信 //微信
// if (ua.indexOf("dingtalk") > -1) { // if (ua.indexOf("dingtalk") > -1) {
// //在钉钉内置环境打开,不能唤起微信小程序 // //在钉钉内置环境打开,不能唤起微信小程序
@ -280,8 +280,7 @@
} else { } else {
this.loading = false; this.loading = false;
//唤起微信福利官小程序 //唤起微信福利官小程序
// window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);
window.open(res.data.redirect_url)
} }
// } // }

View File

@ -265,16 +265,15 @@
} else { } else {
// 第二步:其它环境 微信小程序 // 第二步:其它环境 微信小程序
this.loading = false; this.loading = false;
let ua = navigator.userAgent; let ua = navigator.userAgent; //判断用户打开链接环境
// 邮储-唤起微信小程序 if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
if (ua.indexOf("CreditCardAppNew") > -1) { Fw.device.api.openWXMiniProgram({
return Fw.device.api.openWXMiniProgram({ programID: "gh_07fecf7a6d31",
programID: "wx9ed74283ad25bca1",
path: "pages/index/index", path: "pages/index/index",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
extJson: { extJson: JSON.stringify({
order_number: res.data.order_number ...res.data
} })
}) })
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);

View File

@ -516,15 +516,15 @@
} else { } else {
/* 小程序 */ /* 小程序 */
// 邮储-唤起微信小程序 // 邮储-唤起微信小程序
let ua = navigator.userAgent; let ua = navigator.userAgent; //判断用户打开链接环境
if (ua.indexOf("CreditCardAppNew") > -1) { if (ua.indexOf("CreditCardAppNew") > -1) { // 正式z 用 CreditCardAppNew UnionPay/1.0
Fw.device.api.openWXMiniProgram({ Fw.device.api.openWXMiniProgram({
programID: "wx9ed74283ad25bca1", programID: "gh_07fecf7a6d31",
path: "pages/index/index", path: "pages/index/index",
miniType: 2, // 1 开发版 2 体验版 miniType: 2, // 1 开发版 2 体验版 // 正式z 删除
extJson: { extJson: JSON.stringify({
order_number: res.data.order_number ...res.data
} })
}) })
} else { } else {
window.location.replace(res.data.redirect_url); window.location.replace(res.data.redirect_url);