YY 2 năm trước cách đây
mục cha
commit
6e35186f15
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 }) }
             },