test mini
This commit is contained in:
parent
982573f9d0
commit
dc5c7a578b
|
@ -19,7 +19,7 @@ App({
|
|||
if(res.code==200){
|
||||
this.globalData.token = res.data.token
|
||||
this.globalData.userinfo = res.data.userinfo
|
||||
wx.hideLoading()
|
||||
|
||||
// var pages = getCurrentPages() //获取加载的页面
|
||||
// var currentPage = pages[pages.length - 1] //获取当前页面的对象
|
||||
// currentPage.showExp()
|
||||
|
@ -41,6 +41,7 @@ App({
|
|||
}
|
||||
} catch (e) { }
|
||||
}
|
||||
wx.hideLoading()
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"useCompilerModule": true,
|
||||
"useCompilerModule": false,
|
||||
"userConfirmedUseCompilerModuleSwitch": false,
|
||||
"compileHotReLoad": false,
|
||||
"useIsolateContext": true
|
||||
|
|
Loading…
Reference in New Issue