Ver código fonte

滚动调试

zhouna 5 anos atrás
pai
commit
4b5cb0f46e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/MainPage.vue

+ 2 - 2
src/components/MainPage.vue

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