Browse Source

修改消费记录不显示时间的问题

zyh
Gaoxs 4 years ago
parent
commit
fdd9d1d72d
  1. 2
      pages/user/UserBill/index.vue

2
pages/user/UserBill/index.vue

@ -13,7 +13,7 @@
<view class="itemn acea-row row-between-wrapper">
<view>
<view class="name line1">{{ val.title }}</view>
<view>{{ val.add_time }}</view>
<view>{{ val.addTime }}</view>
</view>
<view
class="num"

Loading…
Cancel
Save