From 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 12 十月 2022 17:43:02 +0800
Subject: [PATCH] 2022.10.12
---
pages/m_user/sceneauthentication/sceneauthentication.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/pages/m_user/sceneauthentication/sceneauthentication.js b/pages/m_user/sceneauthentication/sceneauthentication.js
index 8e1a6bd..f6326ad 100644
--- a/pages/m_user/sceneauthentication/sceneauthentication.js
+++ b/pages/m_user/sceneauthentication/sceneauthentication.js
@@ -1,4 +1,6 @@
// pages/m_user/sceneauthentication/sceneauthentication.js
+
+
const app = getApp()
Page({
@@ -7,19 +9,25 @@
* 椤甸潰鐨勫垵濮嬫暟鎹�
*/
data: {
-
+
},
/**
* 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍔犺浇
*/
onLoad(options) {
- console.log(app.globalData.userInfo.extension2);
this.setData({
sceneType: app.globalData.userInfo.extension2
})
+ this.getOpenerEventChannel().on('acceptDataFromOpenerPage', (data) => {
+ this.setData({
+ authStatus: data.authStatus
+ })
+ })
},
+
+
onSubmit(e) {
console.log(e);
const info = e.detail
--
Gitblit v1.9.3