闫增涛
2025-03-28 abbd7d18ea431ee8b6b8e634abf3e8ccb1fbb1b3
app.js
@@ -4,8 +4,10 @@
App({
  MG: MG,
  config: config,
  onLaunch: function () { },
  onLaunch: function () {
    wx.setStorageSync('stateMenu', 'true')
  },
  onShow: function () {
    updateManager();
  },
});
});