重点看标红部分,其他代码只是写的上下逻辑,可忽略
wxml:
<view style="position: relative;width: 100%;height: 100%;">
<scroll-view scroll-y="{ {true}}" scroll-with-animation="{ {true}}" scroll-into-view="{ {scrollBottom}}" class="barrage" bindscrolltolower="scrollBottomMet">
<view class="forBarrage" wx:for="{ {chatRecord}}" wx:key="key">
<text decode="{ {true}}" style="{ {item.msgType==2?'color:orange':item.msgType==3?'color:green':item.isManage==1?'color:red':item.isSelf?'':'color:yellow'}}">{ {item.nickName}}{ {item.msgType=