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
af9860da
Commit
af9860da
authored
Aug 19, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分类空状态
parent
16ff8ee6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
building.vue
src/pages/assistingAgriculture/index/building.vue
+9
-3
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+1
-3
No files found.
src/pages/assistingAgriculture/index/building.vue
View file @
af9860da
...
...
@@ -133,9 +133,7 @@
/>
</view>
</view>
<view
class=
"user flex-center"
v-if=
"testData.length === 0"
>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
/>
</view>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
v-if=
"testData.length === 0"
/>
</view>
<!-- 购物车悬浮按钮 -->
<!--
<view
class=
"cart-floating"
@
tap=
"toCart"
>
...
...
@@ -222,13 +220,21 @@ const getGoodSaleProd = () => {
};
// 筑农严选首页-分类查询商品列表
const
platformProdList
=
()
=>
{
xma
.
showLoading
({
title
:
'加载中'
,
});
getPlatformProdList
({
categoryId
:
router
.
query
.
categoryId
}).
then
((
res
)
=>
{
xma
.
hideLoading
();
detailList
.
value
=
res
.
data
;
choice
(
0
,
'3272'
);
});
};
const
choice
=
(
index
,
item
)
=>
{
xma
.
showLoading
({
title
:
'加载中'
,
});
getPlatformProdList
({
categoryId
:
router
.
query
.
categoryId
}).
then
((
res
)
=>
{
xma
.
hideLoading
();
detailList
.
value
=
res
.
data
;
});
testData
.
value
=
detailList
.
value
[
index
].
prodList
;
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
af9860da
...
...
@@ -83,9 +83,7 @@
/>
</view>
</view>
<view
class=
"user flex-center"
v-if=
"buyList.length === 0"
>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
/>
</view>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
v-if=
"buyList.length === 0"
/>
</view>
<view
class=
"waterfall"
>
<view
class=
"wt-left wt-list"
>
...
...
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