Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
Project
Project
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
李星剑
hs-app-project
Commits
4dec3e12
Commit
4dec3e12
authored
Feb 16, 2022
by
DongRuifen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页跳转
parent
ff5dedcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
detail.vue
src/pages/home/detail.vue
+2
-2
index.vue
src/pages/home/index.vue
+1
-1
No files found.
src/pages/home/detail.vue
View file @
4dec3e12
...
...
@@ -38,8 +38,8 @@
<view
class=
"font"
><strong>
已上架款式
</strong></view>
<view
class=
"item"
v-for=
"itemTab,indexTab in tableList"
:key=
"indexTab"
>
<view
class=
"item-left"
>
<view
@
click=
"previewImage(`${imgUrl}${itemTab.
originalImag
eCode}`)"
>
<image
class=
"item-img"
:src=
"`${imgUrl}${itemTab.
originalImag
eCode}`"
mode=
"aspectFill"
>
<view
@
click=
"previewImage(`${imgUrl}${itemTab.
effectPictur
eCode}`)"
>
<image
class=
"item-img"
:src=
"`${imgUrl}${itemTab.
effectPictur
eCode}`"
mode=
"aspectFill"
>
</image>
</view>
<!-- <image class="item-img" src="../../static/images/home/1@2x.png" mode=""></image> -->
...
...
src/pages/home/index.vue
View file @
4dec3e12
...
...
@@ -269,7 +269,7 @@
this
.
$Router
.
push
(
'/pages/home/fabricList'
);
},
detailFabric
(
data
)
{
// this.$Router.push('/pages/home/fabricDetails
?id=' + data.id);
this
.
$Router
.
push
(
'/pages/home/detail
?id='
+
data
.
id
);
},
sampleConfirm
()
{
this
.
$Router
.
push
(
'/pages/home/sampleConfirmation?abolishIds='
+
this
.
abolishIds
);
...
...
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