|
@@ -801,8 +801,8 @@ export default {
|
|
|
// 判断用户是否可以选择
|
|
|
if (item.checkBuy) {
|
|
|
item.isStatus = !item.isStatus
|
|
|
- this.calcPrice()
|
|
|
}
|
|
|
+ this.calcPrice()
|
|
|
},
|
|
|
init () {
|
|
|
if (this.$route.query.search) {
|
|
@@ -1710,6 +1710,7 @@ export default {
|
|
|
contractGoodsIds = ""; // 合同所需要的商品Id (只需要乐器编号)
|
|
|
// 课程 this.topfor payfor checkfor
|
|
|
let mgs = this.lookPreviewRow.yuji;
|
|
|
+
|
|
|
let coursePrice = Number(mgs)
|
|
|
let csi = this.checkfor;
|
|
|
let newStudent = this.newStudentfor
|