Explorar el Código

权限取值修正

xiaohaizhao hace 1 año
padre
commit
4d4acade3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packageA/opponent/detail.js

+ 1 - 1
packageA/opponent/detail.js

@@ -10,7 +10,7 @@ Page({
 
     },
     onLoad(options) {
-        const appAuth = wx.getStorageSync('auth').wPublicCustomer;
+        const appAuth = wx.getStorageSync('auth').wcompetitor;
         console.log("appAuth", appAuth)
         let tabsList = [{
             label: "详细信息",