Merge branch 'main' of http://49.235.147.88:3000/zhangkai/dyqc_hdapp
This commit is contained in:
commit
4b39643e68
@ -43,7 +43,7 @@
|
||||
</view>
|
||||
</scroll-view>
|
||||
<!-- <u-loadmore :status="loadStatus" /> -->
|
||||
<view class="flex flex-column flex-start align-items" v-if="alllist.length == 0" style="margin-top: 100rpx;">
|
||||
<view class="flex flex-column flex-start align-items" v-if="alllist.length == 0" style="margin-top: 240rpx;">
|
||||
<image src="/static/message/message.png" mode="" style="width: 256rpx;height: 240rpx;">
|
||||
</image>
|
||||
<view>暂无活动消息~</view>
|
||||
|
@ -24,7 +24,7 @@
|
||||
</view>
|
||||
</u-navbar>
|
||||
</view>
|
||||
<view style="margin-top: 180rpx;">
|
||||
<view style="margin-top: 180rpx;" v-if="list.length > 0">
|
||||
<view class="center flex flex-column flex-start" v-for="detail,index in list" :key="index" @click="only(detail.id,detail.type)">
|
||||
<span class="title">
|
||||
<span class="jiao" v-if="detail.type == 1">
|
||||
@ -39,7 +39,12 @@
|
||||
<span class="span" style="margin-top: 20rpx; color: #999999 ;">{{detail.createtime_text}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<u-loadmore :status="loadStatus" nomoreText="已经到底啦~"/>
|
||||
<!-- <u-loadmore :status="loadStatus" nomoreText="已经到底啦~"/> -->
|
||||
<view class="flex flex-column flex-start align-items" v-else>
|
||||
<image src="/static/message/message.png" mode="" style="width: 256rpx;height: 240rpx;">
|
||||
</image>
|
||||
<view>暂无消息~</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user