|
@@ -2,6 +2,7 @@ import PageContainerBehavior from "../../../../core/behavior/page-container.beha
|
|
|
import TickleBehavior, { getTickleContext } from "../../../../core/behavior/tickle.behavior";
|
|
import TickleBehavior, { getTickleContext } from "../../../../core/behavior/tickle.behavior";
|
|
|
|
|
|
|
|
// module/health/pages/analysis/analysis.ts
|
|
// module/health/pages/analysis/analysis.ts
|
|
|
|
|
+import { toHomePage } from "../../router";
|
|
|
import { healthAnalysisMethod } from "../../request";
|
|
import { healthAnalysisMethod } from "../../request";
|
|
|
import { AnalysisModel } from "../../model/health.model";
|
|
import { AnalysisModel } from "../../model/health.model";
|
|
|
|
|
|
|
@@ -31,4 +32,6 @@ Page({
|
|
|
}
|
|
}
|
|
|
wx.hideLoading();
|
|
wx.hideLoading();
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
|
|
+ toHomePage() { toHomePage(); },
|
|
|
});
|
|
});
|