wangguoyu před 2 měsíci
rodič
revize
cd1fbd667c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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("未找到课程信息");