|
@@ -138,7 +138,7 @@ export default {
|
|
|
defaultIndex: 0, //温度默认值
|
|
|
order:0,
|
|
|
userInfo: {}, //用户信息
|
|
|
- pdbm:'12.5rem',
|
|
|
+ pdbm:'10rem',
|
|
|
waring:'', //错误提示语
|
|
|
wrong:false, //是否显示错误toast
|
|
|
showConfirm: false,
|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
},
|
|
|
updata(){
|
|
|
this.symptomQasList = [];
|
|
|
- this.pdbm = '8.5rem';
|
|
|
+ //this.pdbm = '8.5rem';
|
|
|
this.showUsual=true;
|
|
|
this.num = 0;
|
|
|
},
|