Files
gmTouringMiniApp/files/打卡/app.js
T

8 lines
122 B
JavaScript

// app.js
App({
onLaunch() {
// 可以在此做全局初始化,如上报启动日志等
},
globalData: {}
});