This commit is contained in:
@fawn-nine
2023-04-04 17:41:43 +08:00
parent 9f63a8a989
commit c9d3c72b71

View File

@@ -148,7 +148,7 @@
<text>{{item.introduce | ellipsis}}</text>
</view>
<image :src="item.image"></image>
<!-- <b v-if="item.isVip==0">免费</b> -->
<!-- <b v-if="item.isVip==0">免费</b> -->
<b v-if="item.isVip==1" style="background: #c79119;">VIP</b>
<b v-if="item.isVip==2" style="background: #c74119;">付费</b>
</view>