Commit b2c8cb0a authored by honghy's avatar honghy Committed by wux

默认地址多语言

parent 82c8c052
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
color="#ff4d4f" color="#ff4d4f"
:checked="check == item.id" :checked="check == item.id"
:value="item.name" :value="item.name"
/>设为默认地址</label />{{$lang.lang.create.default}}</label
> >
</view> </view>
<view class="item-footer-right"> <view class="item-footer-right">
......
...@@ -125,4 +125,5 @@ export default { ...@@ -125,4 +125,5 @@ export default {
"hideBillLadingPrice": "No", "hideBillLadingPrice": "No",
"tips": "Tips", "tips": "Tips",
"areaCodeAndDestCountryCheckFail": "The location of the number is different from the destination country. Please check", "areaCodeAndDestCountryCheckFail": "The location of the number is different from the destination country. Please check",
} "default": "Default"
\ No newline at end of file }
...@@ -124,5 +124,6 @@ export default { ...@@ -124,5 +124,6 @@ export default {
"displayBillLadingPrice": "Oui", "displayBillLadingPrice": "Oui",
"hideBillLadingPrice": "Non", "hideBillLadingPrice": "Non",
"tips": "Conseils", "tips": "Conseils",
"areaCodeAndDestCountryCheckFail": "L'emplacement du numéro est différent du pays de destination. Veuillez vérifier" "areaCodeAndDestCountryCheckFail": "L'emplacement du numéro est différent du pays de destination. Veuillez vérifier",
"default": "Valeur par défaut"
} }
...@@ -125,4 +125,5 @@ export default { ...@@ -125,4 +125,5 @@ export default {
"hideBillLadingPrice": "不显示", "hideBillLadingPrice": "不显示",
"tips": "提示", "tips": "提示",
"areaCodeAndDestCountryCheckFail": "电话所在国与目的国不一致,请检查", "areaCodeAndDestCountryCheckFail": "电话所在国与目的国不一致,请检查",
"default": "默认值"
} }
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