| | |
| | | <u-badge :isDot="true" |
| | | type="error" |
| | | v-if="item.status !== 1"></u-badge> |
| | | <u-cell size="large" |
| | | :title="item.title" |
| | | @click="messageDetails(item, index)"> |
| | | <u-parse :content="item.content" |
| | | <!-- @click="messageDetails(item, index)" --> |
| | | <u-cell size="large"> |
| | | <u-parse |
| | | :content="item.content" |
| | | slot="label"></u-parse> |
| | | |
| | | <view class="prepose" |
| | | slot="icon"><u-icon name="volume" |
| | | color="#035CFB" |
| | | size="40"></u-icon></view> |
| | | <span slot="right-icon" style="font-size: 12px;">{{ item.createTime }}</span> |
| | | </u-cell> |
| | | </u-swipe-action-item> |
| | | </u-swipe-action> |
| | |
| | | return { |
| | | ...v, |
| | | title: v.title.slice(0, 8) + '...', |
| | | content: removeTags(v.content).trim().slice(0, 8) + '...' |
| | | content: removeTags(v.content).trim() |
| | | }; |
| | | }); |
| | | } else if (this.pageNum == 1) { |
| | |
| | | return { |
| | | ...v, |
| | | title: v.title.slice(0, 8) + '...', |
| | | content: removeTags(v.content).trim().slice(0, 8) + '...' |
| | | content: removeTags(v.content).trim() |
| | | }; |
| | | }); |
| | | } |
| | |
| | | .message-body { |
| | | width: 100%; |
| | | height: 100%; |
| | | background-color: #cccccc26; |
| | | |
| | | .message-list { |
| | | margin: vww(5) 0; |