@@ -29,7 +29,7 @@ import { useLocation } from "../../lib/use/use-location";
Page({
data: {
- isShowComplete: false,
+ isShowComplete: true,
careList: [],
displayList: [] as {
id: number;
@@ -442,7 +442,6 @@ Page({
this.setData({ "healthReport.loading": true });
try {
const data = await healthReportMethod();
-
if (!data) {
this.setData({
isShowComplete: true,