Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
09303bef
Commit
09303bef
authored
Jul 06, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收藏供应商
parent
4bef0bcf
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
386 additions
and
2 deletions
+386
-2
routers.js
src/router/routers.js
+8
-0
userMenus.vue
src/views/homepage/components/userMenus.vue
+1
-1
collectPro.vue
src/views/homepage/console/collectPro.vue
+1
-1
collectSup.vue
src/views/homepage/console/collectSup.vue
+376
-0
No files found.
src/router/routers.js
View file @
09303bef
...
@@ -180,6 +180,14 @@ export const constantRouterMap = [
...
@@ -180,6 +180,14 @@ export const constantRouterMap = [
},
},
hidden
:
true
hidden
:
true
},
},
{
path
:
'
/console/collectSup
'
,
meta
:
{
title
:
'
个人中心-收藏的供应商
'
,
noCache
:
true
},
component
:
(
resolve
)
=>
{
return
require
([
'
@/views/homepage/console/collectSup
'
],
resolve
)
},
hidden
:
true
},
{
{
path
:
'
/backstage
'
,
path
:
'
/backstage
'
,
component
:
Layout
,
component
:
Layout
,
...
...
src/views/homepage/components/userMenus.vue
View file @
09303bef
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<span>
供应
</span>
<span>
供应
</span>
</div>
</div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='3'?'active':''"
@
click=
"menuClick('/console/collectPro')"
>
收藏的产品
</span></div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='3'?'active':''"
@
click=
"menuClick('/console/collectPro')"
>
收藏的产品
</span></div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='4'?'active':''"
@
click=
"menuClick('/
home
')"
>
收藏的供应商
</span></div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='4'?'active':''"
@
click=
"menuClick('/
console/collectSup
')"
>
收藏的供应商
</span></div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='5'?'active':''"
@
click=
"menuClick('/home')"
>
询价记录
</span></div>
<div
class=
"vertical-menu-label touch"
><span
:class=
"menuIndex==='5'?'active':''"
@
click=
"menuClick('/home')"
>
询价记录
</span></div>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/homepage/console/collectPro.vue
View file @
09303bef
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<span
v-if=
"query.type==='hot'"
><i
v-if=
"query.sort"
class=
"el-icon-sort-up touch"
/><i
v-else
class=
"el-icon-sort-down touch"
/></span>
<span
v-if=
"query.type==='hot'"
><i
v-if=
"query.sort"
class=
"el-icon-sort-up touch"
/><i
v-else
class=
"el-icon-sort-down touch"
/></span>
</div>
</div>
</div>
</div>
<div
style=
"width: 100%;height: 62vh;margin-top: 7px"
>
<div
style=
"width: 100%;height: 62vh;margin-top: 7px
;overflow: auto
"
>
<div
v-for=
"(item,index) in tableData"
:key=
"'p_'+index"
class=
"box-card-s"
>
<div
v-for=
"(item,index) in tableData"
:key=
"'p_'+index"
class=
"box-card-s"
>
<el-image
<el-image
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgProduct"
:src=
"item.imgSrc?imgSrcStart+'/img'+item.imgSrc:defaultImgProduct"
...
...
src/views/homepage/console/collectSup.vue
0 → 100644
View file @
09303bef
This diff is collapsed.
Click to expand it.
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