@@ -229,8 +229,8 @@
})
},
toAdd(data) {
- if (!this.addFlag) {
-
+ // 收费课程绑定时 课程数量不能为0,免费课程可以绑定
+ if (!this.addFlag && data.leixing==1) {
toast('课程剩余数量不足')
return false
}