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
7ca2a67c
Commit
7ca2a67c
authored
Aug 15, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4781833b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.vue
src/pages/assistingAgriculture/index/index.vue
+5
-4
No files found.
src/pages/assistingAgriculture/index/index.vue
View file @
7ca2a67c
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
>
>
<view
class=
"searchBox"
:style=
"
{ border }">
<view
class=
"searchBox"
:style=
"
{ border }">
<image
<image
mode=
"aspectFill"
class=
"magnifyingGlass"
class=
"magnifyingGlass"
src=
"../../../static/index/magnifyingGlass.png"
src=
"../../../static/index/magnifyingGlass.png"
mode=
"aspectFit|aspectFill|widthFix"
/>
/>
<input
<input
type=
"text"
type=
"text"
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
v-for=
"(item, index) in sortList"
v-for=
"(item, index) in sortList"
:key=
"index"
:key=
"index"
>
>
<im
g
:src=
"item.icon"
style=
"width: 96rpx; height: 96rpx"
/>
<im
age
mode=
"aspectFill"
:src=
"item.icon"
style=
"width: 96rpx; height: 96rpx"
/>
<view
class=
"sort-text"
>
{{
item
.
categoryName
}}
</view>
<view
class=
"sort-text"
>
{{
item
.
categoryName
}}
</view>
</view>
</view>
</view>
</view>
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<view
class=
"product-page"
v-for=
"(item, index) in list"
:key=
"index"
>
<view
class=
"product-page"
v-for=
"(item, index) in list"
:key=
"index"
>
<view>
<view>
<view
class=
"page-title"
>
{{
item
.
categoryName
}}
</view>
<view
class=
"page-title"
>
{{
item
.
categoryName
}}
</view>
<im
g
:src=
"item.img"
class=
"main-img"
/>
<im
age
mode=
"aspectFill"
:src=
"item.img"
class=
"main-img"
/>
<view
style=
"display: flex; flex-direction: row"
>
<view
style=
"display: flex; flex-direction: row"
>
<view
<view
class=
"detail-border"
class=
"detail-border"
...
@@ -59,7 +59,8 @@
...
@@ -59,7 +59,8 @@
:key=
"index"
:key=
"index"
@
click=
"toDetail(item)"
@
click=
"toDetail(item)"
>
>
<img
<image
mode=
"aspectFill"
:src=
"item.commodityImg"
:src=
"item.commodityImg"
style=
"width: 216rpx; height: 176rpx; border-radius: 16rpx"
style=
"width: 216rpx; height: 176rpx; border-radius: 16rpx"
/>
/>
...
...
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