Selaa lähdekoodia

修改判断逻辑

lex 2 vuotta sitten
vanhempi
commit
b1aa7bb620
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/views/buildVip/index.vue
  2. 1 1
      src/views/categroyManager/modals/payInfo.vue

+ 1 - 1
src/views/buildVip/index.vue

@@ -548,7 +548,7 @@
             </el-table-column>
           </el-table>
           <!--  class="computeMoney"  -->
-          <div style="overflow: hidden" v-if="!fixedCourseNumFlag">
+          <div style="overflow: hidden">
             <el-button
               type="primary"
               class="computeMoney"

+ 1 - 1
src/views/categroyManager/modals/payInfo.vue

@@ -283,7 +283,7 @@
         </el-row>
       </div>
       <el-row
-        v-if="activityChannel != 1 || payForm.fixedCourseNumFlag === false"
+        v-if="activityChannel != 1 && !payForm.fixedCourseNumFlag"
       >
         <!--  {
               pattern: /^100$|^(\d|[1-9]\d)(\.\d{1,8})*$/,