wangguoyu 1 month ago
parent
commit
cd1fbd667c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/chanpinneirong/chanpin1.vue

+ 1 - 1
pages/chanpinneirong/chanpin1.vue

@@ -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("未找到课程信息");