| | |
| | | </view> |
| | | </view> |
| | | <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> |
| | | </view> |
| | | <view class="list-item-b"> |
| | | 邀请好友成功,获得500积分 |
| | | </view> |
| | | <view class="list-item-xian"></view> |
| | | <view class="list-item-c"> |
| | | <text>2025-11-21 09:00:00</text> |
| | | <view class="list-item-c-to"> |
| | | <text>查看详情</text> |
| | | <image src="/static/icon/ic_ar2@2x.png" mode="widthFix"></image> |
| | | <template v-if="noticeList.length > 0"> |
| | | <view class="list-item" v-for="(item, index) in noticeList" :key="index"> |
| | | <view class="list-item-a"> |
| | | <text>{{item.title}}</text> |
| | | <view class="dian" v-if="item.status == 0"></view> |
| | | </view> |
| | | <view class="list-item-b"> |
| | | {{item.content}} |
| | | </view> |
| | | <view class="list-item-xian"></view> |
| | | <view class="list-item-c"> |
| | | <text>{{item.createDate}}</text> |
| | | <view class="list-item-c-to"> |
| | | <text>查看详情</text> |
| | | <image src="/static/icon/ic_ar2@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | <template v-else> |
| | | <view class="wushuju"> |
| | | <image src="/static/images/default_nodata_white.png" mode="widthFix"></image> |
| | | </view> |
| | | </template> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | width: 100%; |
| | | padding: 22rpx 30rpx; |
| | | box-sizing: border-box; |
| | | .wushuju { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-top: 200rpx; |
| | | image { |
| | | width: 320rpx; |
| | | height: 320rpx; |
| | | } |
| | | } |
| | | .list-item { |
| | | width: 100%; |
| | | padding: 30rpx; |