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
6f4ed3e4
Commit
6f4ed3e4
authored
Aug 08, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口联调
parent
42a04927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
building.vue
src/pages/assistingAgriculture/index/building.vue
+1
-1
No files found.
src/pages/assistingAgriculture/index/building.vue
View file @
6f4ed3e4
...
...
@@ -167,10 +167,10 @@ const getGoodSaleProd = () => {
const
platformProdList
=
()
=>
{
getPlatformProdList
({
categoryId
:
router
.
query
.
categoryId
}).
then
((
res
)
=>
{
detailList
.
value
=
res
.
data
;
choice
(
0
,
'3272'
);
});
};
const
choice
=
(
index
,
item
)
=>
{
console
.
log
(
item
.
categoryId
,
index
,
222
);
testData
.
value
=
detailList
.
value
[
index
].
prodList
;
testData
.
value
.
forEach
((
item
)
=>
{
item
.
imgUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
pic
;
...
...
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