@@ -270,7 +270,7 @@
}
console.log('req', req);
const res = await shuxueSave(req);
- if (res.code == 0 && res.data) {
+ if (res.code == 0) {
let curJieAndDanyuan = this.getJieAndDanyuan(this.banbenInfo, jieId);
if (!curJieAndDanyuan) {
toast("未找到课程信息");