fuwei 5 лет назад
Родитель
Сommit
eb44a1ab37
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghs/src/components/app-formRadio-btn.vue

+ 1 - 1
ghs/src/components/app-formRadio-btn.vue

@@ -7,7 +7,7 @@
                 v-for="(item,index) in selectOptions"
                 v-for="(item,index) in selectOptions"
                 :key="index"
                 :key="index"
                 @click="changeWay(index)"
                 @click="changeWay(index)"
-                :class="['admin-button-com','mini-btn',selectOptions==index?'blue':'default']">
+                :class="['admin-button-com','mini-btn',currenSelect==index?'blue':'default']">
                 {{item.name}}
                 {{item.name}}
             </button>
             </button>
         </view>
         </view>