|
@@ -16,21 +16,26 @@
|
|
<block wx:if="{{chargeRecordList.length !== 0}}">
|
|
<block wx:if="{{chargeRecordList.length !== 0}}">
|
|
<view class="record-item ittflex-jcs" wx:for="{{chargeRecordList}}" wx:key="index">
|
|
<view class="record-item ittflex-jcs" wx:for="{{chargeRecordList}}" wx:key="index">
|
|
<view class="left icon">
|
|
<view class="left icon">
|
|
- <!-- <image class="image" src="../../imaes/shiti@2x.png"></image> -->
|
|
|
|
- <image class="image" src="../../imaes/dianzi@2x.png"></image>
|
|
|
|
|
|
+ <image class="image" src="{{item.goodsImg}}"></image>
|
|
</view>
|
|
</view>
|
|
<view class="center info">
|
|
<view class="center info">
|
|
- <view class="title info-item">一次体验卡</view>
|
|
|
|
|
|
+ <view class="title info-item">
|
|
|
|
+ <!-- 充值类型 充值类型 【1、购买套餐,2、实体卡 3、体验卡 4、活动赠送 -->
|
|
|
|
+ <text wx:if="{{item.chargeType == 1}}">购买套餐</text>
|
|
|
|
+ <text wx:if="{{item.chargeType == 2}}">实体卡</text>
|
|
|
|
+ <text wx:if="{{item.chargeType == 3}}">体验卡</text>
|
|
|
|
+ <text wx:if="{{item.chargeType == 4}}">活动赠送</text>
|
|
|
|
+ </view>
|
|
<view class="carno info-item">
|
|
<view class="carno info-item">
|
|
<text>卡编号:</text>
|
|
<text>卡编号:</text>
|
|
- <text>2000202020202020</text>
|
|
|
|
|
|
+ <text>{{item.orderCode}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="time info-item">
|
|
<view class="time info-item">
|
|
<text>激活时间:</text>
|
|
<text>激活时间:</text>
|
|
- <text>2022-10-10 22:22</text>
|
|
|
|
|
|
+ <text>{{item.addTime}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="right count">+199</view>
|
|
|
|
|
|
+ <view class="right count">+{{item.useNumber}}</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|