|
@@ -16,7 +16,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="title">互相点赞联系双方</view>
|
|
<view class="title">互相点赞联系双方</view>
|
|
- <view class="praiseMain">
|
|
|
|
|
|
+ <view class="praiseMain" v-if="homePageList.length > 0">
|
|
<view class="praiseMain-item" v-for="(item ,index) in homePageList" :key="item.id">
|
|
<view class="praiseMain-item" v-for="(item ,index) in homePageList" :key="item.id">
|
|
<view class="praiseMain-tit">恭喜配对成功!</view>
|
|
<view class="praiseMain-tit">恭喜配对成功!</view>
|
|
<view class="praiseMain-pic">
|
|
<view class="praiseMain-pic">
|
|
@@ -39,6 +39,10 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="jpDefault" v-else>
|
|
|
|
+ <u-image width="179px" height="126px" src="/static/img/default1.png"></u-image>
|
|
|
|
+ <p>暂无配对成功记录</p>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -106,6 +110,17 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+ .jpDefault{
|
|
|
|
+ padding-top:90px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ p{
|
|
|
|
+ color: #A69F9F;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ margin-top: 12px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.newsList-img{
|
|
.newsList-img{
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|