unknown 3 년 전
부모
커밋
9e6d00872e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/containers/center/market/index.vue

+ 1 - 0
src/containers/center/market/index.vue

@@ -132,6 +132,7 @@ export default {
   beforeMount(){
     if( this.typeList.length >0 ){
       this.type = this.typeList[0].name
+      this.getData()
     }
   },
   beforeDestroy() {