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