|
|
@@ -20,13 +20,13 @@ onMounted(() => {
|
|
|
<image src="https://oss.xiaoxiongcode.com/static/个人中心/图层 13.png" mode="heightFix" class=" h-full" />
|
|
|
</view>
|
|
|
<view class="flex flex-col justify-around h-full">
|
|
|
- <view class="text-[16px] font-bold text-[#FC500F]">
|
|
|
+ <view class="text-[3vh] font-bold text-[#FC500F]">
|
|
|
{{ item.mainTitle }}
|
|
|
</view>
|
|
|
- <view class="text-[14px] text-[#999]">
|
|
|
+ <view class="text-[2vh] text-[#999]">
|
|
|
兑换时间:{{ item.createTime }}
|
|
|
</view>
|
|
|
- <view class="text-[14px] text-[#999]">
|
|
|
+ <view class="text-[2vh] text-[#999]">
|
|
|
到期时间:{{ item.updateTime }}
|
|
|
</view>
|
|
|
</view>
|