Commit 57222993 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_2.1' into uat

parents c73ed311 755a9d09
......@@ -597,6 +597,14 @@
"navigationBarTitleText": "设备交易明细",
"enablePullDownRefresh": false
}
},
{
"path": "pages/toAliPay/toAliPay",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
......
<template>
<view class="container"></view>
</template>
<script>
export default {
data() {
return {};
},
onShow() {
console.log('准备跳转了哦1')
//faceAuth = 1 人脸活体检测成功
my.navigateTo({
url: `/pages/BankModule/OpenAccount/OpenAccount?faceAuth=1`,
});
},
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