Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
land_army
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
land_army
Commits
7f0ca17b
Commit
7f0ca17b
authored
Jun 08, 2022
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ccbd3a26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
application/index/view/index/interactdiscuss.html
application/index/view/index/interactdiscuss.html
+5
-4
No files found.
application/index/view/index/interactdiscuss.html
View file @
7f0ca17b
...
@@ -211,15 +211,16 @@
...
@@ -211,15 +211,16 @@
$
(
function
(){
$
(
function
(){
//全部 和 等待回复的切换
//全部 和 等待回复的切换
$
(
"
.interacr_btn_tab
"
).
find
(
"
.interacr_tab_item
"
).
on
(
"
click
"
,
function
(){
$
(
"
.interacr_btn_tab
"
).
find
(
"
.interacr_tab_item
"
).
on
(
"
click
"
,
function
(){
$
(
this
).
siblings
(
"
.interacr_tab_item
"
).
removeClass
(
"
actives
"
);
$
(
this
).
addClass
(
"
actives
"
);
var
datatype
=
$
(
this
).
attr
(
"
datatype
"
);
var
keywords
=
$
(
this
).
attr
(
"
dataskeyword
"
);
var
dataadminid
=
$
(
this
).
attr
(
"
dataadmin
"
);
var
dataadminid
=
$
(
this
).
attr
(
"
dataadmin
"
);
if
(
dataadminid
<=
0
&&
datatype
>
1
){
if
(
dataadminid
<=
0
&&
datatype
>
1
){
alert
(
"
请登录用户
"
);
alert
(
"
请登录用户
"
);
return
;
return
;
}
}
$
(
this
).
siblings
(
"
.interacr_tab_item
"
).
removeClass
(
"
actives
"
);
$
(
this
).
addClass
(
"
actives
"
);
var
datatype
=
$
(
this
).
attr
(
"
datatype
"
);
var
keywords
=
$
(
this
).
attr
(
"
dataskeyword
"
);
var
tolink
=
window
.
location
.
origin
+
window
.
location
.
port
+
window
.
location
.
pathname
+
"
?datatype=
"
+
datatype
+
"
&keywords=
"
+
keywords
;
var
tolink
=
window
.
location
.
origin
+
window
.
location
.
port
+
window
.
location
.
pathname
+
"
?datatype=
"
+
datatype
+
"
&keywords=
"
+
keywords
;
//window.location.href = ;
//window.location.href = ;
window
.
location
.
href
=
tolink
window
.
location
.
href
=
tolink
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment