Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
8dc17740
Commit
8dc17740
authored
Apr 26, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
闪动优化
parent
bd269db5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
15 deletions
+11
-15
NoticeArticle.vue
src/views/News/NoticeArticle.vue
+2
-4
msg.vue
src/views/News/msg.vue
+3
-4
msgVideo.vue
src/views/News/msgVideo.vue
+2
-4
viewsub.vue
src/views/News/viewsub.vue
+2
-3
caseList.vue
src/views/Service/Partners/caseList.vue
+1
-0
list.vue
src/views/Service/Partners/list.vue
+1
-0
No files found.
src/views/News/NoticeArticle.vue
View file @
8dc17740
...
...
@@ -42,9 +42,6 @@ export default {
computed
:
{
routes
()
{},
},
beforeCreate
()
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
},
created
()
{
this
.
InfoFn
();
},
...
...
@@ -67,11 +64,13 @@ export default {
if
(
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
&&
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
==
1
){
listRes
=
localStorage
.
getItem
(
'msg'
+
this
.
id
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'msg'
+
this
.
id
))
:
null
}
else
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
const
params
=
{
id
:
this
.
id
,
token
:
this
.
$route
.
query
.
token
||
''
};
listRes
=
await
this
.
$api
.
news
.
announInfo
(
params
);
Loading
.
service
().
close
();
}
const
{
returnCode
,
data
,
returnMsg
}
=
listRes
;
if
(
returnCode
===
"0"
&&
data
!=
null
)
{
...
...
@@ -103,7 +102,6 @@ export default {
this
.
$message
.
error
(
returnMsg
)
}
this
.
loading
=
false
Loading
.
service
().
close
();
},
},
};
...
...
src/views/News/msg.vue
View file @
8dc17740
...
...
@@ -214,9 +214,6 @@ export default {
]
};
},
beforeCreate
()
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
},
created
()
{
this
.
InfoFn
();
// if(JSON.parse(localStorage.getItem('isList'+this.id)) && JSON.parse(localStorage.getItem('isList'+this.id)) == 1){
...
...
@@ -260,11 +257,13 @@ export default {
if
(
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
&&
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
==
1
){
listRes
=
localStorage
.
getItem
(
'msg'
+
this
.
id
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'msg'
+
this
.
id
))
:
null
}
else
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
const
params
=
{
id
:
this
.
id
,
token
:
this
.
$route
.
query
.
token
||
''
};
listRes
=
await
this
.
$api
.
news
.
newsInfo
(
params
);
Loading
.
service
().
close
();
}
const
{
returnCode
,
data
,
returnMsg
}
=
listRes
;
if
(
returnCode
===
"0"
&&
data
!=
null
)
{
...
...
@@ -299,7 +298,7 @@ export default {
this
.
$message
.
error
(
returnMsg
)
}
this
.
loading
=
false
Loading
.
service
().
close
();
//
Loading.service().close();
},
// getBreadcrumb(classId){
...
...
src/views/News/msgVideo.vue
View file @
8dc17740
...
...
@@ -162,9 +162,6 @@ export default {
sharesinastring
:
null
,
};
},
beforeCreate
()
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
},
created
()
{
this
.
InfoFn
();
this
.
newsTop10
();
...
...
@@ -187,11 +184,13 @@ export default {
if
(
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
&&
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
==
1
){
listRes
=
localStorage
.
getItem
(
'msg'
+
this
.
id
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'msg'
+
this
.
id
))
:
null
}
else
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
const
params
=
{
id
:
this
.
id
,
token
:
this
.
$route
.
query
.
token
||
''
};
listRes
=
await
this
.
$api
.
news
.
jcspiInfo
(
params
);
Loading
.
service
().
close
();
}
const
{
returnCode
,
data
,
returnMsg
}
=
listRes
;
if
(
returnCode
===
"0"
&&
data
!=
null
)
{
...
...
@@ -227,7 +226,6 @@ export default {
this
.
$message
.
error
(
returnMsg
)
}
this
.
loading
=
false
Loading
.
service
().
close
();
},
// top列表
async
newsTop10
()
{
...
...
src/views/News/viewsub.vue
View file @
8dc17740
...
...
@@ -96,9 +96,6 @@ export default {
},
},
beforeCreate
()
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
},
created
()
{
this
.
InfoFn
();
},
...
...
@@ -130,11 +127,13 @@ export default {
if
(
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
&&
JSON
.
parse
(
localStorage
.
getItem
(
'isList'
+
this
.
id
))
==
1
){
listRes
=
localStorage
.
getItem
(
'msg'
+
this
.
id
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'msg'
+
this
.
id
))
:
null
}
else
{
Loading
.
service
({
customClass
:
'el-loading-custom-class'
});
const
params
=
{
id
:
this
.
id
,
token
:
this
.
$route
.
query
.
token
||
''
};
listRes
=
await
this
.
$api
.
news
.
newsTopicInfo
(
params
);
Loading
.
service
().
close
();
}
const
{
returnCode
,
data
,
returnMsg
}
=
listRes
;
if
(
returnCode
===
"0"
&&
data
!=
null
)
{
...
...
src/views/Service/Partners/caseList.vue
View file @
8dc17740
...
...
@@ -158,6 +158,7 @@ export default {
list-style
:
disc
;
border-bottom
:
1px
dashed
#eee
;
font-size
:
14px
;
cursor
:
pointer
;
}
.main-list
li
a
{
...
...
src/views/Service/Partners/list.vue
View file @
8dc17740
...
...
@@ -188,6 +188,7 @@ export default {
list-style
:
disc
;
border-bottom
:
1px
dashed
#eee
;
font-size
:
14px
;
cursor
:
pointer
;
}
.main-list
li
a
{
...
...
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