|
@@ -57,7 +57,8 @@ color: #666666;">{{item.name_ita}}</view>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
<view class="" v-else style="height: 300rpx;text-align: center;line-height: 300rpx;font-size: 24rpx;">
|
|
|
- {{i18n.nodata}}</view>
|
|
|
+ {{i18n.nodata}}
|
|
|
+ </view>
|
|
|
<view class="bottom">
|
|
|
<view class="btn" @click="enter">{{i18n.enter}}</view>
|
|
|
</view>
|
|
@@ -187,9 +188,24 @@ color: #666666;">{{item.name_ita}}</view>
|
|
|
this.leftchange = this.leftchangea
|
|
|
this.rightchange = this.rightchangea
|
|
|
this.container(this.typeida)
|
|
|
- this.typeid = this.transportList[0].id
|
|
|
+ this.typeid = this.transportList[0].id
|
|
|
} else {
|
|
|
+ this.leftchange = index
|
|
|
+ this.typeid = res[0].id
|
|
|
this.container(res[0].id)
|
|
|
+ if (this.language == 'en-US') {
|
|
|
+ this.leftname = item.name_en
|
|
|
+ }
|
|
|
+ if (this.language == 'es-ES') {
|
|
|
+ this.leftname = item.name_es
|
|
|
+ }
|
|
|
+ if (this.language == 'it-IT') {
|
|
|
+ this.leftname = item.name_ita
|
|
|
+ }
|
|
|
+
|
|
|
+ if (this.language == 'zh-CN') {
|
|
|
+ this.leftname = item.name_cn
|
|
|
+ }
|
|
|
}
|
|
|
}).catch(() => {
|
|
|
|
|
@@ -202,7 +218,7 @@ color: #666666;">{{item.name_ita}}</view>
|
|
|
this.typeid = item.id
|
|
|
this.container(item.id)
|
|
|
this.rightname = '',
|
|
|
- this.dateid = ''
|
|
|
+ this.dateid = ''
|
|
|
if (this.language == 'en-US') {
|
|
|
this.leftname = item.name_en
|
|
|
}
|