| | |
| | | "./pages/system/index.js"; |
| | | "./pages/system/authmobile.js"; |
| | | "./pages/agreement/mini.js"; |
| | | "./pages/invitefriend/invitefriend.js"; |
| | | "./pages/agreement/xieyi.js"; |
| | | "./pages/index/ability/index.js"; |
| | | "./pages/index/search/index.js"; |
| | |
| | | } |
| | | const _sfc_main = { |
| | | onLaunch: function() { |
| | | console.log("App Launch"); |
| | | var user = common_vendor.index.getStorageSync("ojxuser"); |
| | | if (user != "") { |
| | | this.globalData.user = user; |
| | | } |
| | | }, |
| | | onShow: function() { |
| | | console.log("App Show"); |
| | |
| | | console.log("App Hide"); |
| | | }, |
| | | globalData: { |
| | | wxuser: { |
| | | user: { |
| | | wxopenid: "", |
| | | mobile: "", |
| | | userid: "" |
| | | userid: "", |
| | | invitecode: "" |
| | | } |
| | | } |
| | | }; |