Authored by 王洪广

修改电话客服为在线客服

@@ -31,7 +31,7 @@ class Yohobuy @@ -31,7 +31,7 @@ class Yohobuy
31 // const SERVICE_NOTIFY = 'http://service.yoho.cn/'; 31 // const SERVICE_NOTIFY = 'http://service.yoho.cn/';
32 32
33 // 测试环境 */ 33 // 测试环境 */
34 - const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://192.168.102.205:8080/gateway/' devapi.yoho.cn:58078 testapi.yoho.cn:28078 34 + const API_URL = 'http://devapi.yoho.cn:28078/'; // 'http://192.168.102.205:8080/gateway/' devapi.yoho.cn:58078 testapi.yoho.cn:28078
35 const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; 35 const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
36 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 36 const YOHOBUY_URL = 'http://www.yohobuy.com/';
37 const API_OLD = 'http://test2.open.yohobuy.com/'; 37 const API_OLD = 'http://test2.open.yohobuy.com/';
@@ -13,7 +13,8 @@ @@ -13,7 +13,8 @@
13 {{# exchange}} 13 {{# exchange}}
14 <div class="return-prompt"> 14 <div class="return-prompt">
15 换货须知:<br> 15 换货须知:<br>
16 - <p>自您签收商品7日内可以退货,15日内可以换货,在商品不影响二次销售的情况下(包括产品吊牌和外包装),YOHO!有货将为您办理退换货服务,请在网站提交"退换货"申请。<span>特别提醒:非质量问题的退换货,来回运费由您承担。寄回商品时需垫付运费,到付件无法签收。</span>换货后VIP积分累计时间重新计算,以您收到换货订单后15个工作日累加,如有疑问,请致电客服电话:400-889-9646。</p> 16 + <p>自您签收商品7日内可以退货,15日内可以换货,在商品不影响二次销售的情况下(包括产品吊牌和外包装),YOHO!有货将为您办理退换货服务,请在网站提交"退换货"申请。<span>特别提醒:非质量问题的退换货,来回运费由您承担。寄回商品时需垫付运费,到付件无法签收。</span>换货后VIP积分累计时间重新计算,以您收到换货订单后15个工作日累加,如有疑问,请联系 <a
  17 + href="http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=" target="_blank"><i class="icon-onlineservice"></i> 在线客服</a></p>
17 {{# tips}} 18 {{# tips}}
18 {{> home/return-tips}} 19 {{> home/return-tips}}
19 {{/ tips}} 20 {{/ tips}}
@@ -144,7 +145,8 @@ @@ -144,7 +145,8 @@
144 {{# refund}} 145 {{# refund}}
145 <div class="return-prompt"> 146 <div class="return-prompt">
146 退货须知:<br> 147 退货须知:<br>
147 - <p>自您签收商品7日内可以退货,15日内可以换货,在商品不影响二次销售的情况下(包括产品吊牌和外包装),YOHO!有货将为您办理退换货服务,请在网站提交"退换货"申请。如您退货之后无法满足购买时参加的活动条件,请您将赠品同时申请退货。<span>特别提醒:非质量问题的退换货,来回运费由您承担,寄回商品时需垫付运费,到付件无法签收,如有疑问,请致电客服电话:400-889-9646。</span></p> 148 + <p>自您签收商品7日内可以退货,15日内可以换货,在商品不影响二次销售的情况下(包括产品吊牌和外包装),YOHO!有货将为您办理退换货服务,请在网站提交"退换货"申请。如您退货之后无法满足购买时参加的活动条件,请您将赠品同时申请退货。<span>特别提醒:非质量问题的退换货,来回运费由您承担,寄回商品时需垫付运费,到付件无法签收,如有疑问,请联系 <a
  149 + href="http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=" target="_blank"><i class="icon-onlineservice"></i> 在线客服</a> </span></p>
148 {{# tips}} 150 {{# tips}}
149 {{> home/returns-tips}} 151 {{> home/returns-tips}}
150 {{/ tips}} 152 {{/ tips}}
@@ -271,7 +273,7 @@ @@ -271,7 +273,7 @@
271 </div> 273 </div>
272 </div> 274 </div>
273 </div> 275 </div>
274 - {{> home/help-us}} 276 + {{!> home/help-us}}
275 </div> 277 </div>
276 {{/ returns}} 278 {{/ returns}}
277 </div> 279 </div>
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 </div> 84 </div>
85 {{/ detail}} 85 {{/ detail}}
86 </div> 86 </div>
87 - {{> home/help-us}} 87 + {{!> home/help-us}}
88 </div> 88 </div>
89 {{/ returns}} 89 {{/ returns}}
90 </div> 90 </div>
@@ -40,6 +40,14 @@ @@ -40,6 +40,14 @@
40 margin-bottom: 15px; 40 margin-bottom: 15px;
41 } 41 }
42 } 42 }
  43 + .icon-onlineservice{
  44 + display: inline-block;
  45 + width: 16px;
  46 + height: 16px;
  47 + margin-left: 10px;
  48 + background: resolve(home/onlineservice.png) no-repeat;
  49 + vertical-align: text-bottom;
  50 + }
43 } 51 }
44 h2 { 52 h2 {
45 height: 21px; 53 height: 21px;