app.js 98 B

123456789
  1. // app.js
  2. App({
  3. onLaunch() {
  4. },
  5. globalData: {
  6. systemInfo: wx.getSystemInfoSync()
  7. }
  8. })