self_mall_xcx/app.js
2023-05-30 20:21:16 +08:00

9 lines
141 B
JavaScript

import updateManager from './common/updateManager';
App({
onLaunch: function () {},
onShow: function () {
updateManager();
},
});