From 6208e6470fde5032f54708da609443e1a7b6084e Mon Sep 17 00:00:00 2001
From: Bi Kai <kai.bi@yoho.cn>
Date: Wed, 8 Jun 2016 11:14:58 +0800
Subject: [PATCH] 修改登录注册 Bug

---
 template/m.yohobuy.com/actions/passport/login/index.phtml               | 1 -
 yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/m.yohobuy.com/actions/passport/login/index.phtml b/template/m.yohobuy.com/actions/passport/login/index.phtml
index 71992b3..f703a1f 100644
--- a/template/m.yohobuy.com/actions/passport/login/index.phtml
+++ b/template/m.yohobuy.com/actions/passport/login/index.phtml
@@ -15,7 +15,6 @@
             <span id="forget-pwd" class="forget-pwd">忘记密码</span>
         </p>
         <div class="third-party-login">
-            <span>其他登录方式</span>
             <div class="tp-link">
                 <a class="qq" href={{qqLoginUrl}}></a>
                 <a class="wechat" href={{wechatLoginUrl}}></a>
diff --git a/yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php b/yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
index 50807c0..c69ead4 100644
--- a/yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
+++ b/yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
@@ -36,6 +36,7 @@ class BindController extends AbstractAction
             'openId' => $openId, // openId
             'areaCode' => '+86', //默认区号
             'countrys' => RegData::getAreasData(), //国别码
+            'serviceUrl'=>'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=', //在线客服
 //            'nickname' => $nickname, //昵称
         );
 
--
libgit2 0.24.0