|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<view class="box">
|
|
|
- <text style="margin-bottom: 24rpx">我收到的亲情卡</text>
|
|
|
+ <text style="margin-bottom: 24rpx" v-if="gotList.length>0">我收到的亲情卡</text>
|
|
|
|
|
|
<view class="getCard Card" v-for="item in gotList" @click="jumpToDetail(item)">
|
|
|
<view style="display: flex;align-items: center">
|
|
|
<u-avatar :src="item.url || '/static/me/ud4.png'"></u-avatar>
|
|
|
- <text style="margin:0 10rpx;color:#FFFFFF ">会员{{ item.userNo }}送的亲情卡</text>
|
|
|
+ <text style="margin:0 10rpx;color:#FFFFFF ">{{item.presentUserName}}{{ item.presentUserNo}}送的亲情卡</text>
|
|
|
</view>
|
|
|
<view class="Lines">
|
|
|
<text style="float: right;margin:0 10rpx;color:#FFFFFF ">已用额度</text>
|
|
|
@@ -27,7 +27,7 @@
|
|
|
<view class="postCard Card" v-for="item in giveList" @click="jumpToDetail(item.id)">
|
|
|
<view style="display: flex;align-items: center">
|
|
|
<u-avatar :src="item.url || '/static/me/ud4.png'"></u-avatar>
|
|
|
- <text style="margin:0 10rpx;">会员{{ item.userNo }}送的亲情卡</text>
|
|
|
+ <text style="margin:0 10rpx;">{{item.userName}}{{ item.userNo }}</text>
|
|
|
</view>
|
|
|
<view class="Lines">
|
|
|
<text style="float: right;margin:0 10rpx;">已用额度</text>
|