Commit 55188f70 authored by 刘用法's avatar 刘用法

Merge branch 'master' into dev

parents 6f1f9c2d 09088c8f
......@@ -57,7 +57,7 @@
return this.vuex_settled && this.vuex_settled.avatar
},
name() {
return (this.settled && (this.settled.id_card_name || this.settled.name)) || (this.vuex_user && (this.vuex_user.name || this.vuex_user.loginName))
return (this.settled && this.settled.nickname) || (this.vuex_user && (this.vuex_user.name || this.vuex_user.loginName))
},
mobile() {
return (this.settled && this.settled.mobile) || (this.vuex_user && this.vuex_user.mobile)
......@@ -116,7 +116,7 @@
]
},
telTip() {
return this.mobile && '已绑定手机'|| '绑定手机号'
return this.mobile || '绑定手机号'
},
headImageUrl() {
return this.avatar || this.placeholderImage
......@@ -241,7 +241,7 @@
background-color: #FFFFFF;
border-radius: 26rpx;
color: #2272FF;
width: 164rpx;
width: 180rpx;
height: 52rpx;
font-size: 20rpx;
display: flex;
......
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