App({ onLaunch: function () { // 初始化云开发 wx.cloud.init({ env: 'rollcall-7gk1ko7v5ea7b3c1' }); // 初始化全局数据 this.globalData = { students: [] }; } });