Commit 3ec893b6 authored by 袁玲利's avatar 袁玲利

暂存

parent d864a406
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
// }); // });
}, },
onShow() { onShow() {
console.log(this.faceType, "lalalallalala"); console.log(this.faceType, "lalalallalala", this.fromPage);
if (this.fromPage == "WECHAT") { if (this.fromPage == "WECHAT") {
if (this.faceType == "OPEN_ACCOUNT") { if (this.faceType == "OPEN_ACCOUNT") {
// 开户 // 开户
my.navigateTo({ wx.navigateTo({
url: `/pages_subpack/pages/BankOpenAccount/BankOpenAccount?faceAuth=1`, url: `/pages_subpack/pages/BankOpenAccount/BankOpenAccount?faceAuth=1`,
}); });
} }
......
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