Browse Source

回退3207

zhouna 5 years ago
parent
commit
7ba507af51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/MainPage.vue

+ 2 - 2
src/components/MainPage.vue

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