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