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
9a5ab36f
Commit
9a5ab36f
authored
Aug 05, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家入驻
parent
c549cb5f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
111 additions
and
0 deletions
+111
-0
pages.json
src/pages.json
+21
-0
afterSales.vue
src/pages/order/afterSales.vue
+30
-0
detail.vue
src/pages/storeEntry/detail.vue
+30
-0
index.vue
src/pages/storeEntry/index.vue
+30
-0
No files found.
src/pages.json
View file @
9a5ab36f
...
...
@@ -99,6 +99,27 @@
"navigationBarTitleText"
:
"优惠券详情"
}
}
,
{
"path"
:
"pages/storeEntry/index"
,
"style"
:
{
"navigationBarTitleText"
:
"我的店铺"
}
}
,
{
"path"
:
"pages/storeEntry/detail"
,
"style"
:
{
"navigationBarTitleText"
:
"商家入驻"
}
}
,
{
"path"
:
"pages/order/afterSales"
,
"style"
:
{
"navigationBarTitleText"
:
"售后详情"
}
}
],
"globalStyle"
:
{
"navigationStyle"
:
"custom"
...
...
src/pages/order/afterSales.vue
0 → 100644
View file @
9a5ab36f
<
template
>
<view
class=
"container"
>
<Header
title=
"售后"
></Header>
<view
class=
"content"
>
111
</view>
</view>
</
template
>
<
script
setup
>
import
Header
from
'@/pages/order/components/Header/index.vue'
;
</
script
>
<
style
lang=
"scss"
scoped
>
page
{
background
:
#f3f3f3
;
}
.container
{
width
:
375
*
2rpx
;
margin
:
0
auto
;
.content
{
padding-top
:
88rpx
;
}
}
</
style
>
\ No newline at end of file
src/pages/storeEntry/detail.vue
0 → 100644
View file @
9a5ab36f
<
template
>
<view
class=
"container"
>
<Header
title=
"商家入驻"
></Header>
<view
class=
"content"
>
111111
</view>
</view>
</
template
>
<
script
setup
>
import
Header
from
'@/pages/order/components/Header/index.vue'
;
</
script
>
<
style
lang=
"scss"
scoped
>
page
{
background
:
#f3f3f3
;
}
.container
{
width
:
375
*
2rpx
;
margin
:
0
auto
;
.content
{
padding-top
:
88rpx
;
}
}
</
style
>
\ No newline at end of file
src/pages/storeEntry/index.vue
0 → 100644
View file @
9a5ab36f
<
template
>
<view
class=
"container"
>
<Header
title=
"我的店铺"
></Header>
<view
class=
"content"
>
111
</view>
</view>
</
template
>
<
script
setup
>
import
Header
from
'@/pages/order/components/Header/index.vue'
;
</
script
>
<
style
lang=
"scss"
scoped
>
page
{
background
:
#f3f3f3
;
}
.container
{
width
:
375
*
2rpx
;
margin
:
0
auto
;
.content
{
padding-top
:
88rpx
;
}
}
</
style
>
\ No newline at end of file
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