...
|
...
|
@@ -3,12 +3,11 @@ |
|
|
{{# service}}
|
|
|
<div class="question">
|
|
|
<div class="question-title">问题查询</div>
|
|
|
<div class="question-tab">
|
|
|
<span class="tab-item" data-tab="order">订单问题</span>
|
|
|
<span class="line"></span>
|
|
|
<span class="tab-item current" data-tab="shopping">购物问题</span>
|
|
|
<span class="line"></span>
|
|
|
<span class="tab-item" data-tab="other">其他问题</span>
|
|
|
<div class="question-tab">
|
|
|
{{#tab}}
|
|
|
<span class="tab-item {{#current}}current{{/current}}" data-tab="{{tabid}}">{{tabname}}</span>
|
|
|
{{#iscut}}<span class="line"></span>{{/iscut}}
|
|
|
{{/tab}}
|
|
|
</div>
|
|
|
{{#question}}
|
|
|
<ul class="question-list {{#current}}current{{/current}}" data-tab-name="{{name}}">
|
...
|
...
|
@@ -26,7 +25,7 @@ |
|
|
{{/ service}}
|
|
|
<div class="connect-info">
|
|
|
<div class="connect-item connect-online">
|
|
|
<a href="#" title="在线客服">
|
|
|
<a href="http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&configID=123576&jid=9277320930" target="_blank" title="在线客服">
|
|
|
<span class="icon iconfont icon-chat"></span>
|
|
|
在线客服
|
|
|
<span class="iconfont icon-yoho-enter"></span>
|
...
|
...
|
|