bug修复
This commit is contained in:
parent
e3c0ae2df9
commit
d00fd34336
@ -19,11 +19,11 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="deposit-list" style="padding-top: 30px;">
|
||||
<view class="deposit-list" style="padding-top: 20px;">
|
||||
<view class="card" v-for="(item, index) in list">
|
||||
<view class="item">
|
||||
<view>创建时间:</view>
|
||||
<view class="text" style="color: red;">{{item.create_time}}</view>
|
||||
<view class="text" style="color: black;">{{item.create_time}}</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view>充值金额:</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user