|
|
@@ -14,7 +14,7 @@
|
|
|
<view class="radish-main__line" wx:key="{{index}}" bindtap="getDetail" data-val="{{item.id}}" wx:for="{{list}}">
|
|
|
<view class="radish-main__left">
|
|
|
<view class="radish-main__text ellipsis">{{item.source_name}} - {{item.remark}}</view>
|
|
|
- <view class="radish-main__time"><format-time type="formatTime" value="{{item.ctime}}" ></format-time></view>
|
|
|
+ <view class="radish-main__time"><format-time type="formatTime" value="{{item.c_time}}" ></format-time></view>
|
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
|
<view class="radish-main__count">{{item.count / 100}}积分</view>
|