群发消息显示
This commit is contained in:
@@ -76,9 +76,9 @@ import { TextMessageDetailDialog } from '../view/TextMessageDetailDialog';
|
||||
import { TeachDialog } from '../view/TeachDialog';
|
||||
import { NewWaDialog } from '../view/NewWaDialog';
|
||||
import { PerfactInputSheet } from '@itcast/basic/src/main/ets/Views/PerfactInputSheet'
|
||||
import { hdHttp, HdResponse,BasicConstant, authStore, preferenceStore, ChatParam} from '@itcast/basic'
|
||||
import { hdHttp, HdResponse,BasicConstant, authStore, preferenceStore, ChatParam,
|
||||
customAttachment} from '@itcast/basic'
|
||||
import { HashMap } from '@kit.ArkTS';
|
||||
import { customAttachment } from '../view/MessageComponentBuilder'
|
||||
import { HMRouter, HMRouterMgr, HMRouterPathCallback, HMRouterPathInfo } from '@hadss/hmrouter';
|
||||
@HMRouter({
|
||||
pageUrl: 'ChatP2PPage'
|
||||
|
||||
@@ -34,7 +34,7 @@ import { ChatAitNode } from '../model/ChatAitNode'
|
||||
import { MergedMessageAttachment } from '@nimkit/chatkit'
|
||||
import { ChatInfo } from '../model/ChatInfo'
|
||||
import { Markdown } from '@nimkit/markdown'
|
||||
import { BasicConstant,DataWebModel } from '@itcast/basic'
|
||||
import { BasicConstant, customAttachment,DataWebModel } from '@itcast/basic'
|
||||
import { router } from '@kit.ArkUI'
|
||||
import { videoTools } from 'home'
|
||||
import { HMRouterMgr } from '@hadss/hmrouter'
|
||||
@@ -969,14 +969,3 @@ function ToWeb(u:string,t:string)
|
||||
})
|
||||
}
|
||||
|
||||
export interface customAttachment
|
||||
{
|
||||
|
||||
gdxz_title:string;//标题
|
||||
gdxz_url:string;//内容url
|
||||
gdxz_content:string;//内容
|
||||
gdxz_id:string;//id
|
||||
gdxz_img:string;//照片
|
||||
gdxz_type:string;//类型
|
||||
gdxz_ext_data:string;//备用字段,json字符串
|
||||
}
|
||||
Reference in New Issue
Block a user