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
e8eb48d0
Commit
e8eb48d0
authored
Aug 15, 2024
by
刘玉宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
刷新列表
parent
11666726
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
pages.json
src/pages.json
+2
-1
index.vue
src/pages/storeEntry/index.vue
+8
-1
No files found.
src/pages.json
View file @
e8eb48d0
...
...
@@ -120,7 +120,8 @@
{
"path"
:
"pages/storeEntry/index"
,
"style"
:
{
"navigationBarTitleText"
:
"我的店铺"
"navigationBarTitleText"
:
"我的店铺"
,
"enablePullDownRefresh"
:
true
}
},
{
...
...
src/pages/storeEntry/index.vue
View file @
e8eb48d0
...
...
@@ -52,6 +52,7 @@
import
Header
from
'@/pages/order/components/Header/index.vue'
;
import
{
shopList
,
deleteShopInfoById
}
from
'@/api/storeEntry'
;
const
itemUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
shopStatus
=
reactive
({
0
:
'停业中'
,
1
:
'营业中'
,
...
...
@@ -83,7 +84,10 @@ const shopGto = (item) => {
onLoad
(()
=>
{
getList
();
});
onPullDownRefresh
(
async
()
=>
{
await
getList
();
xma
.
stopPullDownRefresh
();
});
const
deleteShop
=
(
shopId
)
=>
{
xma
.
showModal
({
title
:
'删除提示'
,
...
...
@@ -114,6 +118,9 @@ const deleteShop = (shopId) => {
</
script
>
<
style
lang=
"scss"
scoped
>
:deep
(
.uni-page-refresh
)
{
top
:
50%
;
}
.container
{
position
:
relative
;
width
:
375
*
2rpx
;
...
...
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