riku
2026-03-05 9465dc404f7e7cd56100e4859ee0946a3fef7b09
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,
        });
      }
    })
  },