Commit 36eadf92 authored by Smile's avatar Smile

Merge remote-tracking branch 'origin/jd_dev' into jd_dev

parents 7be4cc0c e6f1aa33
...@@ -168,6 +168,6 @@ ...@@ -168,6 +168,6 @@
<style> <style>
@import url("../../static/css/forget.css"); @import url("../../static/css/forget.css");
.area picker{ .area picker{
width: 80upx; width: 110upx;
} }
</style> </style>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<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" <text v-if="userInfo" style="width: 80%;"
>{{ $lang.lang.site.bindEmail }}:<span class="email">{{ >{{ $lang.lang.site.bindEmail }}:<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