riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
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,
        });
      }
    })
  },