//index.js //获取应用实例 const app = getApp() Page({ data: { }, onReady: function(res){ }, //事件处理函数 onLoad: function () { } })