Browse Source

回退3207

zhouna 5 năm trước cách đây
mục cha
commit
7ba507af51
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/MainPage.vue

+ 2 - 2
src/components/MainPage.vue

@@ -153,7 +153,7 @@ export default {
     this.allMoudles = tmpModule.data;
     this.updata()
   },
-  /*mounted(){
+  mounted(){
     this.$nextTick(()=>{
       let bs = new BScroll('.wrapper', {
         probeType: 3,
@@ -163,7 +163,7 @@ export default {
     })
     // this.tmpSymptom = JSON.parse(JSON.stringify(data))
     //this.symptomResult = data.symptom.result;
-  },*/
+  },
   computed:{
     ...mapState({
       imgs: state => state.diagnose.imgSrc,