Commit 28c76c1b authored by 黄媛媛's avatar 黄媛媛

11

parent 7cb2f911
......@@ -28,7 +28,7 @@
<view class='record-wrapper' id="recordWrapper">
<view wx:for="{{messageArr}}" wx:for-item="message" wx:key="{{message.time}}">
<view class='record-item-time-wrapper' wx:if="{{message.displayTimeHeader != ''}}">
{{message.custom}}
<!-- {{message.custom}} -->
<text class='record-item-time'>{{message.displayTimeHeader}}</text>
</view>
<view wx:if="{{message.sendOrReceive == 'send'}}" class='{{message.sendOrReceive == "send" ? "record-chatting-item self" : ""}}' style='justify-content: {{message.type === "tip" || message.type === "notification" ? "center" : "flex-end"}}' data-message="{{message}}" bindlongpress='showEditorMenu'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment