This commit is contained in:
cun-nan 2024-09-24 08:43:29 +08:00
parent 5e8783b763
commit 83a7509e3f

View File

@ -1,15 +1,11 @@
<template>
<view class="content">
<view class="container">
<view class="my-header">
<view class="my-icons" @click="goback"> <uni-icons type="left" size="16"></uni-icons> </view>
<view class="my-text">兑换记录</view>
<view class="my-icons"></view>
</view>
<!-- 顶部区域 -->
<view class="ail" v-if="list.length != 0 ">
<view class="box-order" v-for="(item,index) in list" :key="index">
<view class="ail">
<view class="box-order">
<view class="or-box-top">
<view class="chengg" style="font-weight: bold;">礼品卡</view>
@ -21,7 +17,7 @@
</view>
<view class="but-box">
<view class="huis">兑换金额</view>
<view class="reds">{{item.cardAmount || "暂无"}}</view>
<view class="reds">{{item.cardAmount || 0}}</view>
</view>
<view class="but-box">
<view class="huis">订单时间</view>
@ -137,7 +133,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
padding-top: 88px;
padding-top: 10px;
}
.my-header {