Page({ data: { isAll: true, }, onLoad(options) { }, changeAll() { this.setData({ isAll: !this.data.isAll }) }, onReady() { }, })