支付宝小程序内跳转基金组合页面
this.$global.urlHandler(`https://open.antfortune.com/p/q/normal-kczk6olu/pages/index/index.html`) // 创金来福组合 我们这边的业务
this.$global.urlHandler(`https://open.antfortune.com/p/q/normal-k83v4u9x/pages/index/index.html`) // 中欧固收佳 从这个组合突破的
支付宝小程序内跳转基金页面
this.$global.urlHandler(`alipayFinanceApi:type=fundDetail&fundCode=004359`) // 基金详情
this.$global.urlHandler(`alipayFinanceApi:type=fundBuy&fundCode=004359`) // 基金购买
支付宝小程序内跳转财富号
this.$global.urlHandler(`alipays://platformapi/startapp?appId=2019101768404279&query=publicId%3D2018061160393077&nbupdate=syncforcee`)
支付宝H5跳转官方基金详情页面
window.location.href = `alipays://platformapi/startapp?appId=20000793&pullRefresh=NO&appClearTop=false&startMultApp=YES&url=/www/detail.html?productId=20170216000230030000000000011913`
跳转不过去的话可尝试在链接前面加上 https://render.alipay.com/p/s/i/?scheme=
如果还不行可尝试对链接进行编码操作
|