Commit 89a14972 authored by 袁玲利's avatar 袁玲利

h5跳转支付宝小程序

parent d7b6473a
...@@ -7,7 +7,7 @@ export default { ...@@ -7,7 +7,7 @@ export default {
data() { data() {
return {}; return {};
}, },
onLaunch() { onLoad() {
// uni.showLoading({ // uni.showLoading({
// mask: true, // mask: true,
// title: "请稍后......." // title: "请稍后......."
...@@ -18,6 +18,7 @@ export default { ...@@ -18,6 +18,7 @@ export default {
// uni.hideLoading() // uni.hideLoading()
// } // }
// }) // })
console.log('准备跳转了哦')
//(外部H5页面)代码 //(外部H5页面)代码
window.location.href = window.location.href =
"alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount&typeCode=BOCOM"; "alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount&typeCode=BOCOM";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment