Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
c38ebef5
Commit
c38ebef5
authored
Aug 13, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
筑农跳转
parent
2fbaf903
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
building.vue
src/pages/assistingAgriculture/index/building.vue
+2
-5
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+6
-6
No files found.
src/pages/assistingAgriculture/index/building.vue
View file @
c38ebef5
...
...
@@ -100,12 +100,9 @@
v-for=
"(item, index) in testData"
:key=
"index"
style=
"margin-left: 20rpx"
@
tap=
"toDetail(item)"
>
<img
@
tap=
"toDetail(item)"
:src=
"item.imgUrl"
style=
"width: 330rpx; height: 330rpx; border-radius: 16rpx"
/>
<img
:src=
"item.imgUrl"
style=
"width: 330rpx; height: 330rpx; border-radius: 16rpx"
/>
<view
class=
"detail-title"
>
{{
whh
}}
</view>
<view
class=
"price-page"
>
<text
class=
"price"
>
¥
{{
item
.
price
}}
</text>
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
c38ebef5
...
...
@@ -76,9 +76,9 @@
</view>
<view
class=
"waterfall"
>
<view
class=
"wt-left wt-list"
>
<view
class=
"wt-item"
v-for=
"(
good
, index) in buyList"
:key=
"index"
@
tap=
"toDetail(item)"
>
<view
class=
"wt-item"
v-for=
"(
item
, index) in buyList"
:key=
"index"
@
tap=
"toDetail(item)"
>
<view
class=
"item-img"
>
<image
:src=
"
good
.img"
mode=
"widthFix"
style=
"border-radius: 16rpx"
></image>
<image
:src=
"
item
.img"
mode=
"widthFix"
style=
"border-radius: 16rpx"
></image>
<image
class=
"presale-img"
src=
"/static/assistingAgriculture/presale/presale.png"
...
...
@@ -100,11 +100,11 @@
</view>
<!-- 介绍部分 -->
<view
class=
"introduce-section"
>
<text
class=
"title"
>
{{
good
.
prodName
}}
</text>
<text
class=
"title"
>
{{
item
.
prodName
}}
</text>
<view
class=
"tags-box"
>
<text
class=
"good-detail"
>
{{
good
.
detail
}}
</text>
<text
class=
"introduction"
>
{{
good
.
introduction
}}
</text>
<text
class=
"good-price"
>
¥
{{
good
.
price
}}
</text>
<text
class=
"good-detail"
>
{{
item
.
detail
}}
</text>
<text
class=
"introduction"
>
{{
item
.
introduction
}}
</text>
<text
class=
"good-price"
>
¥
{{
item
.
price
}}
</text>
<img
class=
"add"
src=
"/static/assistingAgriculture/presale/add.png"
/>
</view>
</view>
...
...
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