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