Browse Source

fix: 购买页修复切换tab选中问题

cuiyalong 1 năm trước cách đây
mục cha
commit
d2ba309c77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/order/create/index.vue

+ 1 - 1
src/pages/order/create/index.vue

@@ -274,8 +274,8 @@ export default {
             }
           })
         }
-        this.activeSpec = 0
         this.specList = specList
+        this.activeSpec = this.formatSpecList[0].id
       })
     },
     checkedChange (f) {