|
|
@@ -65,7 +65,7 @@ Ext.define('school.view.viewport.ViewportController', {
|
|
|
schoolStatus: res.data.school_status,
|
|
|
schoolSecret: res.data.school_secret,
|
|
|
schoolClassHours: res.data.school_classHours,
|
|
|
- schoolWechatPush: res.data.school_wechatPush == -1 ? 'on' : 'off',
|
|
|
+ schoolWechatPush: res.data.school_wechatPush == 1 ? 'on' : 'off',
|
|
|
};
|
|
|
me.getViewModel().setData(d);
|
|
|
}
|