riku
2026-01-22 f14ea940fb32105de8b592992e3f53c62f31d84d
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,
        });
      }
    })
  },