data: {
founder:"",
avatarUrl:"",
founder_name:"",
class_id:"",
stu_id:"",
identity:"",
master:"",
identity_array:['班长','副班长','团支书','心理委员','学习委员','组织委员','宣传委员','生活委员'],
master_array:['是','否'],
},
这是我page中的data,页面加载完成后APPdata里面缺少三个变量
我在onload中调用了一个自定义函数,这个函数会执行wx.request然后在success中进行set.Data操作,但是set.Data没办法完成,提示无变量。