Commit 363baf25 authored by 袁玲利's avatar 袁玲利

h5跳转支付宝小程序

parent 51b7208f
...@@ -597,6 +597,14 @@ ...@@ -597,6 +597,14 @@
"navigationBarTitleText": "设备交易明细", "navigationBarTitleText": "设备交易明细",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},
{
"path": "pages/toAliPay/toAliPay",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
} }
], ],
"globalStyle": { "globalStyle": {
......
<template>
<view class="container"> </view>
</template>
<script>
export default {
data() {
return {};
},
onLoad() {
// uni.showLoading({
// mask: true,
// title: "请稍后......."
// })
// uni.navigateTo({
// url: "/pages/ClsWeekReport/ClsWeekReport?hex=5cfced54d879e4b8ef17d3f8d87e4567",
// success: function() {
// uni.hideLoading()
// }
// })
//(外部H5页面)代码
window.location.href =
"alipays://platformapi/startapp?appId=2019081366244084&page=pages/OpenAccount/OpenAccount&typeCode='BOCOM'";
},
created: function () {
// console.log(this.$echarts);
},
methods: {},
mounted: function () {},
};
</script>
<style scoped>
</style>
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