// app.js App({ onLaunch:function(){ if(!wx.cloud){ console.error() }else{ wx.cloud.init({ env:'weiyong-6gzb21u1bf15680a', traceUser:true, }) } this.globalData={} } })