| | |
| | | <view class="list"> |
| | | <view class="list-item" v-for="(item, index) in noticeList" :key="index"> |
| | | <view class="list-item-a"> |
| | | <text>积分变动通知</text> |
| | | <view class="dian"></view> |
| | | <text>{{item.title}}</text> |
| | | <view class="dian" v-if="item.status == 0"></view> |
| | | </view> |
| | | <view class="list-item-b"> |
| | | 邀请好友成功,获得500积分 |
| | | {{item.content}} |
| | | </view> |
| | | <view class="list-item-xian"></view> |
| | | <view class="list-item-c"> |
| | | <text>2025-11-21 09:00:00</text> |
| | | <text>{{item.createDate}}</text> |
| | | <view class="list-item-c-to"> |
| | | <text>查看详情</text> |
| | | <image src="/static/icon/ic_ar2@2x.png" mode="widthFix"></image> |