litian
2025-03-11 2c1a13eae201887fdee0a7e0007b7dccdfb4e1db
app.js
@@ -4,8 +4,10 @@
App({
  MG: MG,
  config: config,
  onLaunch: function () { },
  onLaunch: function () {
    wx.setStorageSync('stateMenu', 'true')
  },
  onShow: function () {
    updateManager();
  },
});
});