Commit a257e514 authored by qipeng's avatar qipeng

订单列表 订单时间修改为游玩时间

parent 50ca7c70
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
</view> </view>
<view class="block-main"> <view class="block-main">
<view class="mian-InfoWrap"> <view class="mian-InfoWrap">
<view class="InfoWrap-mb30">订单时间:{{item.playDate.substr(0,10)}}</view> <view class="InfoWrap-mb30">游玩时间:{{item.playDate.substr(0,10)}}</view>
<view> <view>
购买数量: 购买数量:
<template v-if="item.orderType==1&&item.subOrderType!=4">{{item.orderNum}}</template> <template v-if="item.orderType==1&&item.subOrderType!=4">{{item.orderNum}}</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment