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
7b1dbd98
Commit
7b1dbd98
authored
Aug 07, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
d672f928
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
scenicSpotDetails.vue
.../assistingAgriculture/reviewDetails/scenicSpotDetails.vue
+1
-1
index.vue
src/pages/index/index.vue
+1
-2
No files found.
src/pages/assistingAgriculture/reviewDetails/scenicSpotDetails.vue
View file @
7b1dbd98
...
...
@@ -3,7 +3,7 @@
<view
class=
"review-details-pages"
>
<view
class=
"list"
>
<view
class=
"item"
v-for=
"i in 10"
:key=
"i"
>
<image
mode=
"aspectFill"
src=
"@/static/reviewDetails/fj.png"
></image>
<image
mode=
"aspectFill"
src=
"@/static/
assistingAgriculture/
reviewDetails/fj.png"
></image>
<view
class=
"info-box"
>
<text>
红枫湖景区
</text>
<text>
自然风景
</text>
...
...
src/pages/index/index.vue
View file @
7b1dbd98
<
template
>
<view
class=
"container"
>
<my-icon
name=
"add-circle"
color=
"#0083ff"
/>
<view
class=
"top"
>
<!-- 搜索 -->
<Search
background=
"rgba(255, 255, 255, 0.8)"
backIcon=
"black"
@
toSearch=
"toSearch"
>
...
...
@@ -264,7 +263,7 @@ const getClassification = () => {
item
.
pic
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
pic
;
});
classificationT
.
value
=
res
.
data
.
slice
(
0
,
4
);
classificationB
.
value
=
res
.
data
.
slice
(
4
);
classificationB
.
value
=
res
.
data
.
slice
(
4
,
9
);
});
};
// 附近人气美食分页
...
...
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