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
7c7a72be
Commit
7c7a72be
authored
Oct 08, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购票须知图片增加
parent
0f2d501a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
buyKnow.vue
components/buyKnow.vue
+5
-4
No files found.
components/buyKnow.vue
View file @
7c7a72be
...
...
@@ -13,14 +13,15 @@
挂牌价:¥
{{
buyKnowData
.
originalPrice
}}
</view>
</view>
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
class=
"middle"
>
<view
style=
"margin-top: 30rpx;"
>
<image
style=
"width: 100%;"
v-for=
"(item,index) in buyKnowData.productImgs"
:key=
"index"
:src=
"item.url"
></image>
<!-- 组合票页面和订单填写页面后端返回的字段不一致,所以取两个值 -->
<image
style=
"width: 100%;"
v-for=
"(item,index) in buyKnowData.productImgs||buyKnowData.imgResVos"
:key=
"index"
:src=
"item.url"
mode=
"widthFix"
>
</image>
</view>
<!-- 组合票页面和订单填写页面后端返回的字段不一致,所以取两个值 -->
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData"
:key=
"a"
>
<view
class=
"middle-title"
>
{{
item
.
title
}}
...
...
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