YY 2 年之前
父節點
當前提交
6e35186f15
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pages/schAdmin/courseexam/list.js

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

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