|
@@ -271,7 +271,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<div v-for="(con, index) in i" :key="index" @click="instrumentF(con)">
|
|
|
- <el-row class="option-row" v-if="courseViewType == 2 && organId == 50 && !toolsPackage[0].isStatus">
|
|
|
+ <el-row class="option-row" v-if="courseViewType == 2 && organId == 55 && !toolsPackage[0].isStatus">
|
|
|
<el-col :span="12">
|
|
|
<i
|
|
|
class="check_default"
|
|
@@ -1029,7 +1029,7 @@ export default {
|
|
|
// 团购
|
|
|
if (
|
|
|
this.courseViewType == 2 &&
|
|
|
- this.organId == 50 &&
|
|
|
+ this.organId == 55 &&
|
|
|
!this.toolsPackage[0].isStatus
|
|
|
) {
|
|
|
amount += parseFloat(item.marketPrice);
|
|
@@ -1066,7 +1066,7 @@ export default {
|
|
|
// && parseFloat(item.price - couponPrice) > 0
|
|
|
if (
|
|
|
this.courseViewType == 2 &&
|
|
|
- this.organId == 50 &&
|
|
|
+ this.organId == 55 &&
|
|
|
!this.toolsPackage[0].isStatus
|
|
|
) {
|
|
|
buyList.push({
|