You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
App({
|
|
onLaunch: function () {
|
|
// 初始化云开发
|
|
wx.cloud.init({
|
|
env: 'rollcall-7gk1ko7v5ea7b3c1' // 替换为你的云开发环境ID
|
|
});
|
|
|
|
// 初始化全局数据
|
|
this.globalData = {
|
|
students: []
|
|
};
|
|
}
|
|
}); |