浏览代码

滚动调试

zhouna 5 年之前
父节点
当前提交
4b5cb0f46e
共有 1 个文件被更改,包括 2 次插入2 次删除
  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))