|
|
|
@ -1,14 +1,8 @@ |
|
|
|
<view class="chat-page-container"> |
|
|
|
<view class="chat-header"> |
|
|
|
<view class="header-back" bindtap="onBack"> |
|
|
|
<text>←</text> |
|
|
|
</view> |
|
|
|
<view class="header-info"> |
|
|
|
<text class="header-name">{{chatTitle}}</text> |
|
|
|
</view> |
|
|
|
<view class="header-more"> |
|
|
|
<text>⋮</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<scroll-view |
|
|
|
|