Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
1df8a257a23aa9e49714585b767f53fd25aace7a
1 parent
35f01108
在线客服样式 JS
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
static/js/me/online-service.js
static/js/me/online-service.js
View file @
1df8a25
...
...
@@ -7,9 +7,10 @@ var $ = require('jquery');
var
$questionTab
=
$
(
'.question-tab .tab-item'
);
$questionTab
.
on
(
'touchend'
,
function
(){
$questionTab
.
on
(
'touchend'
,
function
()
{
var
clickTab
=
$
(
this
).
data
(
'tab'
);
clickTab
=
'[data-tab-name="'
+
clickTab
+
'"]'
;
clickTab
=
'[data-tab-name="'
+
clickTab
+
'"]'
;
$questionTab
.
removeClass
(
'current'
);
$
(
this
).
addClass
(
'current'
);
...
...
Please
register
or
login
to post a comment