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
3b4120ba
Commit
3b4120ba
authored
Aug 06, 2024
by
刘玉宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remake
parent
df88e418
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
40 deletions
+24
-40
remark.vue
src/pages/order/remark.vue
+3
-2
index.vue
src/pages/storeEntry/index.vue
+21
-38
No files found.
src/pages/order/remark.vue
View file @
3b4120ba
...
...
@@ -85,14 +85,13 @@ const formdata = reactive<{
evaluation
:
string
;
images
:
string
;
isAnonymous
:
number
;
descriptionMatches
:
number
;
merchantServices
:
number
;
}
>
({
orderNumber
:
''
,
evaluation
:
''
,
images
:
''
,
isAnonymous
:
0
,
descriptionMatches
:
0
,
merchantServices
:
0
,
});
const
rules
=
{
...
...
@@ -172,6 +171,8 @@ const handleSubmit = async () => {
<
style
lang=
"scss"
scoped
>
.container
{
width
:
100%
;
max-width
:
750rpx
;
margin
:
0
auto
;
height
:
auto
;
background
:
#f4f4f4
;
min-height
:
calc
(
100vh
-
1rpx
);
...
...
src/pages/storeEntry/index.vue
View file @
3b4120ba
...
...
@@ -14,43 +14,8 @@
<!-- 列表详细 -->
<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=
""
/>
<img
src=
"https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg"
alt=
""
/>
</view>
<view
class=
"deltxt"
>
...
...
@@ -71,6 +36,7 @@
</view>
</view>
</view>
</view>
<view
class=
"shbox"
>
审核被拒可点击修改重新提交
</view>
</view>
...
...
@@ -93,14 +59,18 @@ page {
margin
:
0
auto
;
background
:
#f1f1f1
;
padding-bottom
:
80px
;
.content
{
padding-top
:
88rpx
;
.listcon
{
margin-top
:
10px
;
.pubList
{
margin-top
:
5px
;
width
:
100%
;
height
:
auto
;
.titlecon
{
display
:
flex
;
width
:
96%
;
...
...
@@ -108,18 +78,21 @@ page {
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%
;
...
...
@@ -127,30 +100,37 @@ page {
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
;
...
...
@@ -158,15 +138,18 @@ page {
color
:
#7f7f7f
;
}
}
.butCon
{
width
:
100%
;
height
:
auto
;
position
:
absolute
;
position
:
fixed
;
z-index
:
999
;
bottom
:
0px
;
width
:
96%
;
padding
:
2%
;
background-color
:
#fff
;
}
.butXz
{
border-radius
:
10px
;
background-color
:
#fb3534
;
...
...
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