Commit feccff74 authored by Smile's avatar Smile Committed by wux

bug193:(app/h5)-订单列表去掉:订单号、提单号、冒号

parent 64a65226
...@@ -120,11 +120,11 @@ ...@@ -120,11 +120,11 @@
<view class="item-til"> <view class="item-til">
<view class="full-width"> <view class="full-width">
<image src="../../static/img/sn.png" mode=""></image> <image src="../../static/img/sn.png" mode=""></image>
<view class="orderNo">{{ $lang.lang.index.orderNo }}:{{ item.orderNo }}</view> <view class="orderNo">{{ item.orderNo }}</view>
<view class="marks">{{ $lang.lang.index.marks }}:{{ item.marks }}</view> <view class="marks">{{ $lang.lang.index.marks }}:{{ item.marks }}</view>
</view> </view>
<view class="tidan-no" v-if="item.tidanNo"> <view class="tidan-no" v-if="item.tidanNo">
<view class="tidanNo">{{ $lang.lang.index.tidanNo }}:{{ item.tidanNo }}</view> <view class="tidanNo">{{ item.tidanNo }}</view>
</view> </view>
</view> </view>
<view class="item-body"> <view class="item-body">
......
...@@ -58,11 +58,11 @@ ...@@ -58,11 +58,11 @@
<view class="order-list-it-v"> <view class="order-list-it-v">
<view class="fa-v"> <view class="fa-v">
<view class="order-no"> <view class="order-no">
<text>{{$lang.lang.order.orderNo}}:{{item.orderNo}}</text> <text>{{item.orderNo}}</text>
<text>{{formatMsg(item.status)}}</text> <text>{{formatMsg(item.status)}}</text>
</view> </view>
<view v-if="item.tidanNo"> <view v-if="item.tidanNo">
<text>{{ $lang.lang.index.tidanNo }}:{{ item.tidanNo }}</text> <text>{{ item.tidanNo }}</text>
</view> </view>
<!-- <text>{{getStatusName(item.status)}}</text> --> <!-- <text>{{getStatusName(item.status)}}</text> -->
</view> </view>
......
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