mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-07 06:24:00 +08:00
v2.1.3
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
//app.js
|
||||
App({
|
||||
onLaunch: function() {
|
||||
if (wx.cloud) {
|
||||
wx.cloud.init({
|
||||
traceUser: true
|
||||
})
|
||||
}
|
||||
wx.getSystemInfo({
|
||||
success: e => {
|
||||
this.globalData.StatusBar = e.statusBarHeight;
|
||||
|
||||
Reference in New Issue
Block a user