|
@@ -1107,14 +1107,14 @@ Page({
|
|
|
// lazyLoad: true, // 懒加载
|
|
// lazyLoad: true, // 懒加载
|
|
|
onInit: initChartRespiratoryLine
|
|
onInit: initChartRespiratoryLine
|
|
|
},
|
|
},
|
|
|
- ecSnoringLine: {
|
|
|
|
|
- // lazyLoad: true, // 懒加载
|
|
|
|
|
- onInit: initSnoringLine
|
|
|
|
|
- },
|
|
|
|
|
- ecApneaLine: {
|
|
|
|
|
- // lazyLoad: true, // 懒加载
|
|
|
|
|
- onInit: initApneaLine
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // ecSnoringLine: {
|
|
|
|
|
+ // // lazyLoad: true, // 懒加载
|
|
|
|
|
+ // onInit: initSnoringLine
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ecApneaLine: {
|
|
|
|
|
+ // // lazyLoad: true, // 懒加载
|
|
|
|
|
+ // onInit: initApneaLine
|
|
|
|
|
+ // },
|
|
|
ecTimeWaterfall: {
|
|
ecTimeWaterfall: {
|
|
|
// lazyLoad: true, // 懒加载
|
|
// lazyLoad: true, // 懒加载
|
|
|
onInit: initChartTimeWaterfall
|
|
onInit: initChartTimeWaterfall
|
|
@@ -1898,8 +1898,8 @@ Page({
|
|
|
that.initBodyMovements(ress.data.results);
|
|
that.initBodyMovements(ress.data.results);
|
|
|
that.initCardiacSystem(ress.data.results);
|
|
that.initCardiacSystem(ress.data.results);
|
|
|
that.initChartRespiratory(ress.data.results);
|
|
that.initChartRespiratory(ress.data.results);
|
|
|
- that.initChartSnoring(ress.data.results);
|
|
|
|
|
- that.initChartApnea(ress.data.results);
|
|
|
|
|
|
|
+ // that.initChartSnoring(ress.data.results);
|
|
|
|
|
+ // that.initChartApnea(ress.data.results);
|
|
|
that.initTimeWaterfall(ress.data.results);
|
|
that.initTimeWaterfall(ress.data.results);
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
});
|
|
});
|
|
@@ -1965,8 +1965,8 @@ Page({
|
|
|
that.initBodyMovements(ress.data.data);
|
|
that.initBodyMovements(ress.data.data);
|
|
|
that.initCardiacSystem(ress.data.data);
|
|
that.initCardiacSystem(ress.data.data);
|
|
|
that.initChartRespiratory(ress.data.data);
|
|
that.initChartRespiratory(ress.data.data);
|
|
|
- that.initChartSnoring(ress.data.data);
|
|
|
|
|
- that.initChartApnea(ress.data.data);
|
|
|
|
|
|
|
+ // that.initChartSnoring(ress.data.data);
|
|
|
|
|
+ // that.initChartApnea(ress.data.data);
|
|
|
that.initTimeWaterfall(ress.data.data);
|
|
that.initTimeWaterfall(ress.data.data);
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
});
|
|
});
|