Browse Source

滚动调试

zhouna 5 years atrás
parent
commit
4b5cb0f46e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/MainPage.vue

+ 2 - 2
src/components/MainPage.vue

@@ -138,7 +138,7 @@ export default {
       defaultIndex: 0, //温度默认值
       order:0,
       userInfo: {}, //用户信息
-      pdbm:'8.5rem',
+      pdbm:'9.93rem',
       waring:'',        //错误提示语
       wrong:false,      //是否显示错误toast
       showConfirm: false,
@@ -158,7 +158,7 @@ export default {
       let bs = new BScroll('.wrapper', {
         probeType: 3,
         click:true
-      })
+      });
       this.scroll = bs
     })
     // this.tmpSymptom = JSON.parse(JSON.stringify(data))