yangchenggong1_wd

fix:bug[17459] 搜索结果>人民号,只有1个号主信息,号主简介丢失、粉丝数据不对

... ... @@ -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
... ...