YY 2 years ago
parent
commit
6e35186f15
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/schAdmin/courseexam/list.js

+ 0 - 1
pages/schAdmin/courseexam/list.js

@@ -54,7 +54,6 @@ Page({
                 if (arr.errcode == '0') {
                 if (arr.errcode == '0') {
                     that.setData({ list: [...that.data.list, ...arr.data] });
                     that.setData({ list: [...that.data.list, ...arr.data] });
                     that.setData({ total: arr.total });
                     that.setData({ total: arr.total });
-                    console.log(arr.data);
                 }
                 }
                 else { wx.showToast({ title: `${arr.errmsg}`, icon: 'error', duration: 2000 }) }
                 else { wx.showToast({ title: `${arr.errmsg}`, icon: 'error', duration: 2000 }) }
             },
             },