Commit 68953595 authored by Smile's avatar Smile

英文下单成功页面,显示中文名称修改

parent fc1f3898
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</view> </view>
<view class="finish-info"> <view class="finish-info">
<text>{{$lang.lang.finsh.address}}:</text> <text>{{$lang.lang.finsh.address}}:</text>
<text>{{orderData.logisticsInfoDto?orderData.logisticsInfoDto.startAddressZh:''}}</text> <text>{{orderData.logisticsInfoDto?orderData.logisticsInfoDto[$lang.startAddress]:''}}</text>
</view> </view>
<view class="finish-info"> <view class="finish-info">
<text>{{$lang.lang.finsh.phone}}:</text> <text>{{$lang.lang.finsh.phone}}:</text>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
var name = [] var name = []
if(this.orderData.orderItemVOList.length>0){ if(this.orderData.orderItemVOList.length>0){
this.orderData.orderItemVOList.forEach((item)=>{ this.orderData.orderItemVOList.forEach((item)=>{
name.push(item.prodTitleZh) name.push(item[this.$lang.prodTitle])
}) })
this.orderData.goodsName = name.join(',') this.orderData.goodsName = name.join(',')
} }
......
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