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
08e103f9
Commit
08e103f9
authored
May 07, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转问题
parent
74e84621
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Retail.vue
src/views/News/Retail.vue
+2
-2
detail.vue
src/views/Sell/detail.vue
+2
-2
No files found.
src/views/News/Retail.vue
View file @
08e103f9
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
</p>
</p>
<ul>
<ul>
<li
v-for=
"(value, index) in item.list"
:key=
"index"
@
click=
"lookDetail(value.id, item.title)"
>
<li
v-for=
"(value, index) in item.list"
:key=
"index"
@
click=
"lookDetail(value.id, item.title)"
>
<a
:href=
"value.href"
@
click=
"goInfo(value.id, value.href, item.title)"
v-html=
"value.title"
target=
"_blank"
></a>
<a
@
click=
"goInfo(value.id, value.href, item.title)"
v-html=
"value.title"
target=
"_blank"
></a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</p>
</p>
<ul>
<ul>
<li
v-for=
"(item, index) in qrCodeList"
:key=
"'qrCodeList' + index"
@
click=
"lookDetail(item.id, '商品二维码在零售领域的应用')"
>
<li
v-for=
"(item, index) in qrCodeList"
:key=
"'qrCodeList' + index"
@
click=
"lookDetail(item.id, '商品二维码在零售领域的应用')"
>
<a
:href=
"item.href"
v-html=
"item.title"
target=
"_blank"
></a>
<a
@
click=
"goInfo(item.id, item.href, '商品二维码在零售领域的应用')"
v-html=
"item.title"
target=
"_blank"
></a>
</li>
</li>
</ul>
</ul>
<img
<img
...
...
src/views/Sell/detail.vue
View file @
08e103f9
...
@@ -38,8 +38,8 @@ export default {
...
@@ -38,8 +38,8 @@ export default {
}
}
this
.
geDetailById
();
this
.
geDetailById
();
window
.
onbeforeunload
=
()
=>
{
window
.
onbeforeunload
=
()
=>
{
localStorage
.
removeItem
(
'msg'
+
this
.
id
)
localStorage
.
removeItem
(
'msg
Retail
'
+
this
.
id
)
localStorage
.
removeItem
(
'isList'
+
this
.
id
)
localStorage
.
removeItem
(
'is
Retail
List'
+
this
.
id
)
}
}
},
},
methods
:
{
methods
:
{
...
...
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