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
7371e024
Commit
7371e024
authored
Oct 08, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel
into develop
parents
d57af9f5
7c7a72be
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 @
7371e024
...
@@ -13,14 +13,15 @@
...
@@ -13,14 +13,15 @@
挂牌价:¥
{{
buyKnowData
.
originalPrice
}}
挂牌价:¥
{{
buyKnowData
.
originalPrice
}}
</view>
</view>
</view>
</view>
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
class=
"middle"
>
<view
class=
"middle"
>
<view
style=
"margin-top: 30rpx;"
>
<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>
<!-- 组合票页面和订单填写页面后端返回的字段不一致,所以取两个值 -->
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData"
:key=
"a"
>
<view
class=
"middle-list"
v-for=
"(item,a) of buyKnowData.productTitleResVos||buyKnowData.productTitleData"
:key=
"a"
>
<view
class=
"middle-title"
>
<view
class=
"middle-title"
>
{{
item
.
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