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
ceeb66c9
Commit
ceeb66c9
authored
Jul 07, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20220630bug
parent
08b73704
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
15 deletions
+20
-15
links.js
src/utils/links.js
+1
-1
notice.vue
src/views/Home/comps/notice.vue
+1
-1
index.vue
src/views/Home/index.vue
+1
-1
Center.vue
src/views/News/Center.vue
+2
-2
PicNews.vue
src/views/News/PicNews.vue
+3
-2
list.vue
src/views/News/comps/list.vue
+1
-1
pictureList.vue
src/views/Sell/pictureList.vue
+11
-7
No files found.
src/utils/links.js
View file @
ceeb66c9
export
const
link
=
{
pxspkc
:
'https://training.ancc.org.cn/
portal/
'
,
pxspkc
:
'https://training.ancc.org.cn/'
,
wyxz
:
'http://wsdt.gs1cn.org/anccoh/login.jsp'
,
zxzc
:
'http://wsdt.ancc.org.cn/anccoh'
,
// 我要申请商品条码里的在线注册
...
...
src/views/Home/comps/notice.vue
View file @
ceeb66c9
...
...
@@ -20,7 +20,7 @@
</div>
<div
class=
"notice-nr-kj"
>
<p
class=
"notice-note"
>
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年
6月30
日,采取阶段性降费措施。
<span
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年
12月31
日,采取阶段性降费措施。
<span
@
click=
"handelJump"
>
点击查看收费公示表
</span
>
...
...
src/views/Home/index.vue
View file @
ceeb66c9
...
...
@@ -738,7 +738,7 @@ export default {
ico
:
require
(
"../../assets/image/home/dzfw-ico13.png"
),
name
:
"条码教育培训平台"
,
isChecked
:
true
,
url
:
"https://training.ancc.org.cn/
portal
"
,
url
:
"https://training.ancc.org.cn/"
,
type
:
"link"
,
},
{
...
...
src/views/News/Center.vue
View file @
ceeb66c9
...
...
@@ -12,6 +12,7 @@
{{
tmp
.
title
}}
</div>
</li>
<li
style=
" height: 0"
v-for=
"(i,a) in 4"
:key=
"'a'+a"
></li>
</ul>
<div
class=
"more"
><span
@
click=
"lookMore"
>
更多>
</span></div>
</div>
...
...
@@ -137,8 +138,7 @@ export default {
flex-wrap
:
wrap
;
margin-top
:
30px
;
justify-content
:
space-between
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fill
,
187px
);
li
{
width
:
216px
;
background
:
#ffffff
;
...
...
src/views/News/PicNews.vue
View file @
ceeb66c9
...
...
@@ -26,6 +26,7 @@
{{
tmp
.
title
}}
</div>
</li>
<li
style=
" height: 0"
v-for=
"(i,a) in 4"
:key=
"'a'+a"
></li>
</ul>
<pages
:total=
"tableResult.totalCount"
:currPage=
"tableResult.currPage"
:pageSize=
"tableResult.pageSize"
@
getLimit=
'initListFn'
/>
</div>
...
...
@@ -136,8 +137,8 @@ export default {
margin-top
:
30px
;
justify-content
:
space-between
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fill
,
187px
)
;
display
:
flex
;
flex-wrap
:
wrap
;
li
{
width
:
216px
;
background
:
#ffffff
;
...
...
src/views/News/comps/list.vue
View file @
ceeb66c9
<
template
>
<div
class=
"list"
>
<div
v-for=
"(tmp, i) in list"
:key=
"i"
class=
"row"
@
click=
"giveId(tmp.id,tmp.directpath)"
>
<div
class=
"col-lg-
6
list-left"
>
<div
class=
"col-lg-
10
list-left"
>
<span></span>
<span
v-html=
"tmp.title"
>
{{
tmp
.
title
}}
</span>
</div>
...
...
src/views/Sell/pictureList.vue
View file @
ceeb66c9
...
...
@@ -14,6 +14,7 @@
{{
tmp
.
title
}}
</div>
</li>
<li
style=
" height: 0"
v-for=
"(i,a) in 4"
:key=
"'a'+a"
></li>
</ul>
<pages
:total=
"tableResult.totalCount"
:currPage=
"tableResult.currPage"
:pageSize=
"tableResult.pageSize"
@
getLimit=
'initListFn'
/>
</div>
...
...
@@ -117,15 +118,12 @@ export default {
padding
:
0
;
margin
:
0
;
}
.picNews-ul
{
display
:
flex
;
flex-wrap
:
wrap
;
margin-top
:
30px
;
justify-content
:
space-between
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fill
,
187px
);
display
:
inline-flex
;
justify-content
:
space-between
;
flex-flow
:
row
wrap
;
li
{
width
:
187px
;
...
...
@@ -136,6 +134,8 @@ export default {
&:hover{
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
}
img
{
width
:
100%
;
}
...
...
@@ -148,7 +148,11 @@ export default {
padding
:
14px
0
;
}
}
}
.picNews-top
{
@include
module-box;
}
...
...
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