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
3dbc02a8
Commit
3dbc02a8
authored
Aug 09, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店铺主页
parent
ed98bd84
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
25 deletions
+18
-25
shop.js
src/api/assistingAgriculture/shop.js
+18
-0
index.vue
src/pages/assistingAgriculture/shop/index.vue
+0
-0
text.vue
src/pages/shop/text.vue
+0
-25
No files found.
src/api/assistingAgriculture/shop.js
0 → 100644
View file @
3dbc02a8
import
{
request
}
from
'../../utils/request'
;
// 筑农首页-分类查询商品列表
export
function
shopCategoryByShop
(
data
)
{
return
request
({
url
:
`/sgyrdd/shopCategory/byShop`
,
method
:
'GET'
,
data
,
});
}
// 筑农首页-店铺分类商品列表
export
function
searchProdPage
(
data
)
{
return
request
({
url
:
`/sgyrdd/search/prod/page`
,
method
:
'POST'
,
data
,
});
}
src/pages/assistingAgriculture/shop/index.vue
View file @
3dbc02a8
This diff is collapsed.
Click to expand it.
src/pages/shop/text.vue
deleted
100644 → 0
View file @
ed98bd84
<
template
>
<div>
<wd-rate
custom-class=
"icon-statr"
color=
"#fff"
readonly
v-model=
"grade"
size=
"22rpx"
space=
"8rpx"
:active-color=
"['#FA5151']"
/>
</div>
</
template
>
<
script
setup
>
const
grade
=
ref
(
5
);
</
script
>
<
style
lang=
"scss"
scoped
>
.icon-statr
{
:deep
(
.wd-icon-star-on
)
{
display
:
block
!
important
;
}
}
</
style
>
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