mo преди 3 години
родител
ревизия
518e165d09
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/views/resetTeaming/modals/subject-preview.vue

+ 3 - 3
src/views/resetTeaming/modals/subject-preview.vue

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