作者 吴孟雨

优化年级分类接口

... ... @@ -73,6 +73,9 @@ Page({
// 滑动个人信息picker
bindChangePicker(e) {
if(e.detail.value[0] !== this.data.value[0]) {
this.setData({
value: e.detail.value,
});
this.getSchool();
}
this.setData({
... ...