Commit eca9539b authored by wangxuelai's avatar wangxuelai

'dd'

parent 6db8159d
......@@ -130,10 +130,10 @@ Page({
if (code != 200) {
// 失败的处理
} else {
if (data.total == 0) {
this.warnToCreateCircle();
return;
}
// if (data.total == 0) {
// // this.warnToCreateCircle();
// return;
// }
data.list = data.list.map(item => {
return {
id: item.id,
......@@ -298,10 +298,10 @@ Page({
// 作业列表tab切换
subjectStatusShift(e) {
let that = this;
if (that.data.classList.length == 0) {
that.warnToCreateCircle();
return;
}
// if (that.data.classList.length == 0) {
// // that.warnToCreateCircle();
// return;
// }
const { themestatus } = e.currentTarget.dataset;
if (themestatus == this.data.themeStatus) {
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment