Quellcode durchsuchen

帐户中心权限管理我的增加UU字段

huangb vor 7 Jahren
Ursprung
Commit
7001b065df
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      src/main/webapp/resources/view/sso/forstore/ssoCenter.html

+ 5 - 2
src/main/webapp/resources/view/sso/forstore/ssoCenter.html

@@ -24,8 +24,7 @@
         width:100px;
         height:100px;
         border-radius:50%;
-        margin-right:40px;
-        margin-top:50px;
+        margin:50px 40px 50px 0;
     }
     .seller_data dl dt img{
         width:100%;
@@ -152,6 +151,10 @@
                         <span ng-if="userInfo.enterprise.enName" ng-bind="userInfo.enterprise.enName" class="enName"></span>
                         <span ng-if="!userInfo.enterprise.enName">个人账户</span>
                     </p>
+                    <p>
+                        <span>U U 号:</span>
+                        <span ng-bind="userInfo.userUU" class="user" title="{{userInfo.userUU}}"></span>
+                    </p>
                     <p>
                         <span>邮&nbsp; &nbsp;箱:</span>
                         <span ng-bind="userInfo.userEmail" class="user" title="{{userInfo.userEmail}}"></span>