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

个人信息样式调整

parent 7a6168ac
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<image src=".../../static/img/site_tel.png" mode=""></image> <image src=".../../static/img/site_tel.png" mode=""></image>
<view class="items-v-it"> <view class="items-v-it">
<text v-if="userInfo" <text v-if="userInfo"
>{{ $lang.lang.site.bindTel }}: >{{ $lang.lang.site.bindTel }}:<br>
{{ userInfo.areaCode ? $request.checkAddIcon(userInfo.areaCode) : '' {{ userInfo.areaCode ? $request.checkAddIcon(userInfo.areaCode) : ''
}}{{ }}{{
userInfo.mobile userInfo.mobile
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
<view class="items-v"> <view class="items-v">
<image src=".../../static/img/mail.png" mode=""></image> <image src=".../../static/img/mail.png" mode=""></image>
<view class="items-v-it"> <view class="items-v-it">
<text v-if="userInfo" style="width: 80%;" <text v-if="userInfo"
>{{ $lang.lang.site.bindEmail }}:<span class="email">{{ >{{ $lang.lang.site.bindEmail }}:<br><span class="email">{{
userInfo.email || $lang.lang.site.unbind userInfo.email || $lang.lang.site.unbind
}}</span></text }}</span></text
> >
......
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