瀏覽代碼

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

cuiyalong 1 年之前
父節點
當前提交
d2ba309c77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {