This commit is contained in:
lf 2024-07-24 10:53:47 +08:00
parent 05205848a6
commit a4c611412c
1 changed files with 3 additions and 3 deletions

View File

@ -259,10 +259,10 @@
if (self.plaflam == 2) { if (self.plaflam == 2) {
// 邮储-唤起微信小程序 // 邮储-唤起微信小程序
let ua = navigator.userAgent; //判断用户打开链接环境 let ua = navigator.userAgent; //判断用户打开链接环境
alert(7) alert(8)
if (ua.indexOf("CreditCardAppNew") > -1) { if (ua.indexOf("CreditCardAppNew") > -1) {
alert(7) alert(8)
window.open(res.data.redirect_url) window.open("weixin://dl/business/?t=qFSkO5EQyFh")
// return Fw.device.api.openWXMiniProgram({ // return Fw.device.api.openWXMiniProgram({
// programID: "wx9ed74283ad25bca1", // programID: "wx9ed74283ad25bca1",
// path: "pages/index/index", // path: "pages/index/index",