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
5e9948aa
Commit
5e9948aa
authored
Aug 06, 2024
by
chenfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店铺审核状态页面
parent
c86d8a32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
160 additions
and
13 deletions
+160
-13
index.vue
src/pages/storeEntry/index.vue
+160
-13
yarn.lock
yarn.lock
+0
-0
No files found.
src/pages/storeEntry/index.vue
View file @
5e9948aa
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<Header
title=
"我的店铺"
></Header>
<Header
title=
"我的店铺"
></Header>
<view
class=
"content"
>
<view
class=
"content"
>
111
<!-- 列表 -->
<view
class=
"listcon"
>
<view
class=
"pubList"
>
<!-- 列表头部 -->
<view
class=
"titlecon"
>
<span>
标题标题
</span>
<span>
未通过
</span>
</view>
<!-- 列表详细 -->
<view
class=
"delbox"
>
<view
class=
"listPic"
>
<img
src=
"https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg"
alt=
""
/>
</view>
<view
class=
"deltxt"
>
<ul>
<li>
<span>
申请时间:
</span>
<span>
2024-08-02 16:21:19
</span>
</li>
<li>
<span>
签约时间:
</span>
<span>
2024-08-02 ~ 2024-08-02
</span>
</li>
<li>
<span>
地址:
</span>
<span>
贵州省贵阳市南明区彭家湾花果园项目M区3栋1单元25层5号房
</span>
</li>
</ul>
</view>
</view>
</view>
<view
class=
"pubList"
>
<!-- 列表头部 -->
<view
class=
"titlecon"
>
<span>
标题标题
</span>
<span>
未通过
</span>
</view>
<!-- 列表详细 -->
<view
class=
"delbox"
>
<view
class=
"listPic"
>
<img
src=
"https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg"
alt=
""
/>
</view>
<view
class=
"deltxt"
>
<ul>
<li>
<span>
申请时间:
</span>
<span>
2024-08-02 16:21:19
</span>
</li>
<li>
<span>
签约时间:
</span>
<span>
2024-08-02 ~ 2024-08-02
</span>
</li>
<li>
<span>
地址:
</span>
<span>
贵州省贵阳市南明区彭家湾花果园项目M区3栋1单元25层5号房
</span>
</li>
</ul>
</view>
</view>
</view>
</view>
</view>
<view
class=
"shbox"
>
审核被拒可点击修改重新提交
</view>
</view>
</view>
<view
class=
"butCon"
><button
class=
"butXz"
>
主要按钮
</button></view>
</view>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
Header
from
'@/pages/order/components/Header/index.vue'
;
import
Header
from
'@/pages/order/components/Header/index.vue'
;
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
page
{
page
{
background
:
#f3f3f3
;
background
:
#f3f3f3
;
}
}
.container
{
.container
{
width
:
375
*
2rpx
;
position
:
relative
;
margin
:
0
auto
;
width
:
375
*
2rpx
;
margin
:
0
auto
;
.content
{
background
:
#f1f1f1
;
padding-top
:
88rpx
;
padding-bottom
:
80px
;
.content
{
padding-top
:
88rpx
;
.listcon
{
margin-top
:
10px
;
.pubList
{
margin-top
:
5px
;
width
:
100%
;
height
:
auto
;
.titlecon
{
display
:
flex
;
width
:
96%
;
padding
:
2%
;
background-color
:
#fff
;
position
:
relative
;
}
.titlecon
span
{
display
:
block
;
font-size
:
14px
;
line-height
:
30px
;
font-weight
:
bold
;
}
.titlecon
span
:last-child
{
position
:
absolute
;
right
:
2%
;
line-height
:
30px
;
color
:
#cb6429
;
}
.delbox
{
width
:
96%
;
padding
:
2%
;
display
:
flex
;
margin-top
:
2px
;
background-color
:
#fff
;
}
.delbox
.listPic
{
padding-top
:
2%
;
width
:
25%
;
}
.delbox
.listPic
img
{
width
:
100%
;
}
.delbox
.deltxt
{
padding
:
0
;
padding-left
:
2%
;
width
:
73%
;
}
.delbox
.deltxt
ul
{
list-style
:
none
;
padding
:
0
;
}
.delbox
.deltxt
ul
li
{
text-align
:
left
;
}
.delbox
.deltxt
ul
li
span
{
font-size
:
14px
;
}
}
}
.shbox
{
text-align
:
center
;
margin-top
:
10px
;
font-size
:
15px
;
color
:
#7f7f7f
;
}
}
}
.butCon
{
width
:
100%
;
height
:
auto
;
position
:
absolute
;
bottom
:
0px
;
width
:
96%
;
padding
:
2%
;
background-color
:
#fff
;
}
.butXz
{
border-radius
:
10px
;
background-color
:
#fb3534
;
color
:
#fff
;
outline
:
none
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
yarn.lock
View file @
5e9948aa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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