app.js 99 B

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