Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
c425d896
Commit
c425d896
authored
Apr 27, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过程反馈加入快捷编译
parent
ca1c53c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
pages.json
src/pages.json
+5
-0
feedback.vue
src/pages/order/feedback.vue
+1
-1
refuse.vue
src/pages/order/refuse.vue
+13
-6
No files found.
src/pages.json
View file @
c425d896
...
...
@@ -368,6 +368,11 @@
"name"
:
"订单 - 拒单"
,
//模式名称
"path"
:
"pages/order/refuse"
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
},
{
"name"
:
"订单 - 过程反馈"
,
//模式名称
"path"
:
"pages/order/feedback"
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
}
]
}
...
...
src/pages/order/feedback.vue
View file @
c425d896
...
...
@@ -257,7 +257,7 @@
height
:
100vh
;
overflow
:
auto
;
background-color
:
#F4F5F7
;
background-image
:
linear-gradient
(
to
top
,
#F4F5F7
0%
,
#2272FF
10
0%
);
background-image
:
linear-gradient
(
to
top
,
#F4F5F7
0%
,
#2272FF
5
0%
);
background-size
:
750rpx
600rpx
;
background-repeat
:
no-repeat
;
}
...
...
src/pages/order/refuse.vue
View file @
c425d896
...
...
@@ -23,8 +23,8 @@
</view>
</view>
<view
class=
"bottm-btn-view"
>
<button
:loading=
"submiting"
:disabled=
"disabledSubmit"
class=
"btn"
@
click=
"handleClickSubmit"
><text
class=
"button-text"
>
提交
</text></button>
<view
class=
"bott
o
m-btn-view"
>
<button
:loading=
"submiting"
:disabled=
"disabledSubmit"
class=
"btn
bottom-btn
"
@
click=
"handleClickSubmit"
><text
class=
"button-text"
>
提交
</text></button>
</view>
<PopView
title=
"拒单提示"
message=
"确定“拒单”操作,将影响对您的派单频率,\n甚至进入黑名单,请谨慎操作"
:visible
.
sync=
"visibale"
:count=
"count"
@
click=
"handleClick"
buttonText=
"确定"
/>
...
...
@@ -217,14 +217,21 @@
margin-right
:
10rpx
;
color
:
#FA5A49
}
.bottm-btn-view
{
.bott
o
m-btn-view
{
width
:
100%
;
padding
:
0
80rpx
;
position
:
absolute
;
bottom
:
40rpx
;
.button-text
{
font-size
:
32rpx
;
font-weight
:
bold
;
.bottom-btn
{
height
:
104rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
.button-text
{
font-size
:
32rpx
;
font-weight
:
bold
;
}
}
}
</
style
>
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