1.2.0部分代码

This commit is contained in:
xiaoxiao
2025-08-27 16:11:20 +08:00
parent ca7d1dd379
commit e89a5f15ce
74 changed files with 2704 additions and 192 deletions
@@ -4,7 +4,7 @@ import { PerfactInputSheet } from '@itcast/basic/src/main/ets/Views/PerfactInput
import { LengthMetrics, router } from '@kit.ArkUI'
import { ChatKitClient } from '@nimkit/chatkit';
import { StringIsEmpty } from '@nimkit/common';
import { PatientTBean } from '../model/TeachModel';
import { PatientTBean } from '@itcast/basic/src/main/ets/models/TeachModel';
@Preview
@@ -1,31 +0,0 @@
export interface TeachModel {
code:string;
data:PatientTBean[];
message:string;
totalPage:number
}
export interface PatientTBean{
expertName:string;
imgPath:string;
topic:string;
publisherUuid:string;
recommendedUuid:string;
isOriginal:string;
isThrough:string;
filePath:number;
uuid:string;
agreenum:number;
readnum:number;
submitDate:string;
modifyDate:string;
summary:string;
type:string;
path:string;
tags:string;
content:string;
}
@@ -3,7 +3,7 @@ import { HMRouter, HMRouterMgr } from '@hadss/hmrouter'
import { PullToRefreshLayout, RefreshController } from 'refreshlib'
import { HashMap } from '@kit.ArkTS';
import { BusinessError } from '@kit.BasicServicesKit';
import { PatientTBean, TeachModel } from '../model/TeachModel';
import { PatientTBean, TeachModel } from '@itcast/basic/src/main/ets/models/TeachModel';
import { promptAction } from '@kit.ArkUI';
import { ItemCompTeach } from '../components/ItemCompTeach';
import { PatientVBean, TeachVideoModel } from '../model/TeachVideoModel';
@@ -3,7 +3,7 @@ import { HMRouter, HMRouterMgr, HMRouterPathCallback, HMRouterPathInfo } from '@
import { PullToRefreshLayout, RefreshController } from 'refreshlib'
import { HashMap } from '@kit.ArkTS';
import { BusinessError } from '@kit.BasicServicesKit';
import { PatientTBean, TeachModel } from '../model/TeachModel';
import { PatientTBean, TeachModel } from '@itcast/basic/src/main/ets/models/TeachModel';
import { promptAction } from '@kit.ArkUI';
import { ItemCompTeach } from '../components/ItemCompTeach';
import { StringIsEmpty } from '@nimkit/common';