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
977314a1
Commit
977314a1
authored
Aug 19, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
f6b40433
8c15e468
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+11
-0
No files found.
src/pages/assistingAgriculture/index/presale.vue
View file @
977314a1
...
...
@@ -83,6 +83,9 @@
/>
</view>
</view>
<view
class=
"user flex-center"
v-if=
"buyList.length === 0"
>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
/>
</view>
</view>
<view
class=
"waterfall"
>
<view
class=
"wt-left wt-list"
>
...
...
@@ -213,7 +216,11 @@ const chooseTab = (index, categoryId) => {
});
};
const
chooseBTab
=
(
index
,
categoryId
)
=>
{
xma
.
showLoading
({
title
:
'加载中'
,
});
getPresaleProdList
({
current
:
1
,
size
:
10
,
categoryId
}).
then
((
res
)
=>
{
xma
.
hideLoading
();
res
.
data
.
records
.
forEach
((
item
)
=>
{
item
.
img
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
pic
;
});
...
...
@@ -233,7 +240,11 @@ const chooseBTab = (index, categoryId) => {
// };
// 二级分类点击事件
const
choice
=
(
index
,
categoryId
)
=>
{
xma
.
showLoading
({
title
:
'加载中'
,
});
getPresaleProdList
({
current
:
1
,
size
:
10
,
categoryId
}).
then
((
res
)
=>
{
xma
.
hideLoading
();
res
.
data
.
records
.
forEach
((
item
)
=>
{
item
.
img
=
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