Commit 3ab967ca authored by honghy's avatar honghy Committed by wux

订单明细多国语

parent 7db939c9
......@@ -261,7 +261,7 @@
.title{
width: 100%;
position: relative;
text-align: center;
left: 10upx;
color: #333;
}
.title text{
......
......@@ -134,9 +134,9 @@
<text>{{$lang.lang.orderInfo.logistics}}</text>
</view>
<view class="order-info-txt">
<view class="mudi">{{$lang.lang.orderInfo.startCity}}{{orderData.initialLogisticsInfoDto?($lang.locale=='zh'?orderData.initialLogisticsInfoDto.startTitleZh:orderData.initialLogisticsInfoDto.startTitleZh):''}}</view>
<view class="mudi">{{$lang.lang.orderInfo.startCity}}{{orderData.initialLogisticsInfoDto?($lang.locale=='zh'?orderData.initialLogisticsInfoDto.startTitleZh:$lang.locale=='en'?orderData.initialLogisticsInfoDto.startTitleEn:orderData.initialLogisticsInfoDto.startTitleFr):''}}</view>
<!-- <view class="">{{$lang.lang.orderInfo.address}}{{orderData.logisticsInfoDto?($lang.locale=='zh'?orderData.logisticsInfoDto.startAddressZh:orderData.logisticsInfoDto.startAddressEn):''}} </view> -->
<view>{{$lang.lang.orderInfo.endCity}}{{orderData.initialLogisticsInfoDto?($lang.locale=='zh'?(orderData.initialLogisticsInfoDto.destCountryTitleZh+'-'+(objectCity?objectCity.titleZh:'')+'-'+orderData.initialLogisticsInfoDto.destTitleZh):(orderData.initialLogisticsInfoDto.destCountryTitleEn+'-'+(objectCity?objectCity.titleEn:'')+'-'+orderData.initialLogisticsInfoDto.destTitleEn)):''}}</view>
<view>{{$lang.lang.orderInfo.endCity}}{{orderData.initialLogisticsInfoDto?($lang.locale=='zh'?(orderData.initialLogisticsInfoDto.destCountryTitleZh+'-'+(objectCity?objectCity.titleZh:'')+'-'+orderData.initialLogisticsInfoDto.destTitleZh):$lang.locale=='en'?(orderData.initialLogisticsInfoDto.destCountryTitleEn+'-'+(objectCity?objectCity.titleEn:'')+'-'+orderData.initialLogisticsInfoDto.destTitleEn):(orderData.initialLogisticsInfoDto.destCountryTitleFr+'-'+(objectCity?objectCity.titleFr:'')+'-'+orderData.initialLogisticsInfoDto.destTitleFr)):''}}</view>
</view>
<view class="order-info-txt">
<view class="">{{$lang.lang.orderInfo.transport}}{{getConfigLabel('transport',orderData.transportId)}}</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