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, }); } }) },