parent
13fdef4b16
commit
97d9fc62e7
@ -0,0 +1,13 @@
|
|||||||
|
App({
|
||||||
|
onLaunch: function () {
|
||||||
|
// 初始化云开发
|
||||||
|
wx.cloud.init({
|
||||||
|
env: 'rollcall-7gk1ko7v5ea7b3c1'
|
||||||
|
});
|
||||||
|
|
||||||
|
// 初始化全局数据
|
||||||
|
this.globalData = {
|
||||||
|
students: []
|
||||||
|
};
|
||||||
|
}
|
||||||
|
});
|
Loading…
Reference in new issue