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

客户端设置、创建订单部分样式多语言适配

parent 0883ab70
......@@ -106,7 +106,7 @@
if(res.code == 0 && res.data.length > 0){
for(let i in res.data){
that.areaData.push(res.data[i].tel)
that.areaName.push('+'+res.data[i].tel + ' ' + res.data[i][this.$lang.name])
that.areaName.push('+'+res.data[i].tel + ' ' + res.data[i][that.$lang.name])
}
}
})
......@@ -287,7 +287,7 @@ page{
padding: 0 10upx;
margin-right: 20upx;
font-size: var(--f26);
width: 20%;
min-width: 21%;
}
.login-phone .login-area text{
margin-right: 10upx;
......
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