bug修改
This commit is contained in:
@@ -38,6 +38,7 @@ import { BasicConstant, customAttachment,DataWebModel } from '@itcast/basic'
|
||||
import { router } from '@kit.ArkUI'
|
||||
import { videoTools } from 'home'
|
||||
import { HMRouterMgr } from '@hadss/hmrouter'
|
||||
import { StringIsEmpty } from '@nimkit/common'
|
||||
|
||||
@ComponentV2
|
||||
export struct messageContent {
|
||||
@@ -836,7 +837,7 @@ export struct customBuilder {
|
||||
{
|
||||
this.content=custom.gdxz_content
|
||||
}
|
||||
if(custom.gdxz_title!=null&&custom.gdxz_title.includes("互联网医院"))
|
||||
if(custom.gdxz_title!=null&&custom.gdxz_title.includes("互联网医院")||!StringIsEmpty(custom.gdxz_img))
|
||||
{
|
||||
this.photoUrl=custom.gdxz_img
|
||||
|
||||
|
||||
Reference in New Issue
Block a user