通过微信开发者工具 商城模板 创建新小程序
This commit is contained in:
8
mini-program/app.js
Normal file
8
mini-program/app.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import updateManager from './common/updateManager';
|
||||
|
||||
App({
|
||||
onLaunch: function () {},
|
||||
onShow: function () {
|
||||
updateManager();
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user