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

调试

parent 755a9d09
......@@ -7,12 +7,16 @@ export default {
data() {
return {};
},
onShow() {
console.log('准备跳转了哦1')
onLoad: function(options) {
console.log(options)
console.log('准备跳转了哦1')
//faceAuth = 1 人脸活体检测成功
my.navigateTo({
url: `/pages/BankModule/OpenAccount/OpenAccount?faceAuth=1`,
});
// my.navigateTo({
// url: `/pages/BankModule/OpenAccount/OpenAccount?faceAuth=1`,
// });
},
onShow() {
},
created: function () {
// console.log(this.$echarts);
......
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