From f14ea940fb32105de8b592992e3f53c62f31d84d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 22 一月 2026 16:42:51 +0800
Subject: [PATCH] 2026.1.22

---
 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