yangan
2024-08-15 d9b1b7643c4c8d0db32aae07fc2276364553d4be
pages/public-page/message/message.vue
@@ -20,16 +20,17 @@
                     <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>
@@ -97,7 +98,7 @@
                        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) {
@@ -106,7 +107,7 @@
                        return {
                           ...v,
                           title: v.title.slice(0, 8) + '...',
                           content: removeTags(v.content).trim().slice(0, 8) + '...'
                           content: removeTags(v.content).trim()
                        };
                     });
                  }
@@ -200,6 +201,7 @@
   .message-body {
      width: 100%;
      height: 100%;
       background-color: #cccccc26;
      .message-list {
         margin: vww(5) 0;