Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-15 17:28:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd4f447f19fdb5f1dd5fd2f18fdb000a18ba9788
cd4f447f
1 parent
f10a27ee
fix:bug[17459] 搜索结果>人民号,只有1个号主信息,号主简介丢失、粉丝数据不对
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
cd4f447
...
...
@@ -105,7 +105,9 @@ export struct SearchResultContentComponent {
} else {
this.bean.cnFansNum = item.fansNum + ""
}
this.bean.introduction = item.introduction
let regex:RegExp = new RegExp('\n','g')
this.bean.introduction = item.introduction.replace(regex,'')
this.bean.mainControl = item.mainControl
this.bean.banControl = item.banControl
this.bean.cnUserType = item.userType
...
...
Please
register
or
login
to post a comment