Showing
1 changed file
with
6 additions
and
7 deletions
@@ -3,12 +3,11 @@ | @@ -3,12 +3,11 @@ | ||
3 | {{# service}} | 3 | {{# service}} |
4 | <div class="question"> | 4 | <div class="question"> |
5 | <div class="question-title">问题查询</div> | 5 | <div class="question-title">问题查询</div> |
6 | - <div class="question-tab"> | ||
7 | - <span class="tab-item" data-tab="order">订单问题</span> | ||
8 | - <span class="line"></span> | ||
9 | - <span class="tab-item current" data-tab="shopping">购物问题</span> | ||
10 | - <span class="line"></span> | ||
11 | - <span class="tab-item" data-tab="other">其他问题</span> | 6 | + <div class="question-tab"> |
7 | + {{#tab}} | ||
8 | + <span class="tab-item {{#current}}current{{/current}}" data-tab="{{tabid}}">{{tabname}}</span> | ||
9 | + {{#iscut}}<span class="line"></span>{{/iscut}} | ||
10 | + {{/tab}} | ||
12 | </div> | 11 | </div> |
13 | {{#question}} | 12 | {{#question}} |
14 | <ul class="question-list {{#current}}current{{/current}}" data-tab-name="{{name}}"> | 13 | <ul class="question-list {{#current}}current{{/current}}" data-tab-name="{{name}}"> |
@@ -26,7 +25,7 @@ | @@ -26,7 +25,7 @@ | ||
26 | {{/ service}} | 25 | {{/ service}} |
27 | <div class="connect-info"> | 26 | <div class="connect-info"> |
28 | <div class="connect-item connect-online"> | 27 | <div class="connect-item connect-online"> |
29 | - <a href="#" title="在线客服"> | 28 | + <a href="http://chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&configID=123576&jid=9277320930" target="_blank" title="在线客服"> |
30 | <span class="icon iconfont icon-chat"></span> | 29 | <span class="icon iconfont icon-chat"></span> |
31 | 在线客服 | 30 | 在线客服 |
32 | <span class="iconfont icon-yoho-enter"></span> | 31 | <span class="iconfont icon-yoho-enter"></span> |
-
Please register or login to post a comment