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