From 9b09d13712c0c005891450a3bf4b6d848ec0ff37 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 29 十一月 2023 10:28:24 +0800
Subject: [PATCH] 2023.11.29
---
pages/mUser/sceneauthentication/sceneauthentication.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/pages/mUser/sceneauthentication/sceneauthentication.js b/pages/mUser/sceneauthentication/sceneauthentication.js
index 8a75ed4..5f6500b 100644
--- a/pages/mUser/sceneauthentication/sceneauthentication.js
+++ b/pages/mUser/sceneauthentication/sceneauthentication.js
@@ -1,5 +1,5 @@
// pages/mUser/sceneauthentication/sceneauthentication.js
-
+import $f from "../../../service/baserequest";
const app = getApp()
@@ -9,7 +9,7 @@
* 椤甸潰鐨勫垵濮嬫暟鎹�
*/
data: {
-
+ icon1: $f.baseIconUrl + 'res/companyinfo-1.png'
},
/**
@@ -23,6 +23,11 @@
this.setData({
authStatus: data.authStatus
})
+ if (data.barTitle) {
+ wx.setNavigationBarTitle({
+ title: data.barTitle,
+ });
+ }
})
},
--
Gitblit v1.9.3