app.js 74 B

1234567
  1. //app.js
  2. App({
  3. onLaunch: function () {
  4. },
  5. globalData: {
  6. }
  7. })