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))