app.js 276 B

1234567891011121314
  1. // app.js
  2. App({
  3. onLaunch:function(){
  4. if(!wx.cloud){
  5. console.error()
  6. }else{
  7. wx.cloud.init({
  8. env:'weiyong-6gzb21u1bf15680a',
  9. traceUser:true,
  10. })
  11. }
  12. this.globalData={}
  13. }
  14. })