Browse Source

直播商品切换

yuhongqi 2 days ago
parent
commit
442cf89f77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/live/liveConfig/goods.vue

+ 1 - 1
src/views/live/liveConfig/goods.vue

@@ -65,7 +65,7 @@
         <template slot-scope="scope">
           <el-switch
             v-model="scope.row.isShow"
-            @click.native.capture.prevent="handleSwitchClick(scope.row)"
+            @change="handleSwitchClick(scope.row)"
             active-color="#13ce66"
             inactive-color="#ff4949">
           </el-switch>