From a2c5def7cf9562312a54216bc195a6ea071a26c5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 21 一月 2026 17:38:36 +0800
Subject: [PATCH] 2026.1.21
---
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