yee %!s(int64=7) %!d(string=hai) anos
pai
achega
a1cccd3fb0
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  1. 1 1
      js/component/portal/portal.less
  2. 1 3
      js/component/portal/top.jsx

+ 1 - 1
js/component/portal/portal.less

@@ -9,7 +9,7 @@
         .portal-top {
             width: 1280px;
             line-height: 30px;
-            font-size: 14px;
+            font-size: 12px;
             margin: 0 auto;
             color: #999;
             .top-welcomeText {

+ 1 - 3
js/component/portal/top.jsx

@@ -23,11 +23,9 @@ const LoginTop = React.createClass({
                         {window.userData.number ?
                             <span>
                                 <a href={globalConfig.context + "/user/account/index"}>尊敬的{userData.nickname || userData.number}</a>
-                                <a href="./index.html">交易管理中心</a>
-                                <a href="./index.html">消息</a>
+                                <a onClick={this.logOut}>退出</a>
                             </span>
                             : <a href={globalConfig.context + "/user/login/index"}>请登录</a>}
-                        <a onClick={this.logOut}>退出</a>
                         <a href="./index.html">帮助中心</a>
                     </div>
                 </div>