Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
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
panyongping
uni-pdtravel
Commits
4fa464e9
Commit
4fa464e9
authored
Sep 15, 2021
by
zhoucong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
15e6f9ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
productDetails.vue
pages/vlog/productDetails/productDetails.vue
+1
-8
No files found.
pages/vlog/productDetails/productDetails.vue
View file @
4fa464e9
...
...
@@ -39,9 +39,7 @@
<u-section
title=
"详细参数"
:right=
"false"
color=
"#303133"
></u-section><text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
Parameters
</text>
</view>
<image
src=
"../../../static/img/vlog/icon/fengexian.png"
mode=
""
style=
"width: 100%;height: 15rpx;"
></image>
<view
class=
"parameter"
>
<image
:src=
"item.url"
mode=
"widthFix"
v-for=
"(item,index) in imgList1"
:key=
"index"
></image>
</view>
<image
:src=
"item.url"
mode=
"widthFix"
v-for=
"(item,index) in imgList1"
:key=
"index"
style=
"width: 100%;border-radius: 10rpx;"
></image>
<view
class=
"bottom"
@
click=
"beginMaking"
>
上传照片制作
</view>
...
...
@@ -192,11 +190,6 @@
}
}
.parameter
{
width
:
100%
;
image
:{
width
:
100%
;
border-radius
:
10rpx
;}
}
.bottom
{
position
:
fixed
;
bottom
:
0
;
...
...
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