|
@@ -13,7 +13,7 @@
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item-row">
|
|
<view class="item-row">
|
|
|
- <view class="mark">{{ info.addTime.substr(2,14) }}
|
|
|
|
|
|
|
+ <view class="mark">{{ info.entryTime?info.entryTime.substr(2,14):'' }}
|
|
|
<text v-if="info.yfPayWay ==2" style="margin-left:16upx;color:#333333;">到付</text></view>
|
|
<text v-if="info.yfPayWay ==2" style="margin-left:16upx;color:#333333;">到付</text></view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-if="!$util.isEmpty(info.remark)" class="item-row">
|
|
<view v-if="!$util.isEmpty(info.remark)" class="item-row">
|