|
@@ -20,7 +20,7 @@
|
|
|
<view>
|
|
<view>
|
|
|
<text>{{item.name || '-'}}</text>
|
|
<text>{{item.name || '-'}}</text>
|
|
|
<text style="visibility: hidden;">A</text>
|
|
<text style="visibility: hidden;">A</text>
|
|
|
- <text>购买了产品</text>
|
|
|
|
|
|
|
+ <text v-show=" item.name!=='分享奖励' ">购买了产品</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view>
|
|
<view>
|
|
|
<text style="color:#ccc;font-size: 28rpx;">{{item.time || '-'}}</text>
|
|
<text style="color:#ccc;font-size: 28rpx;">{{item.time || '-'}}</text>
|