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 }) }
             },