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
baf030f5
Commit
baf030f5
authored
Apr 27, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公用弹窗和签约面ui
parent
407616aa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.vue
src/components/popView/index.vue
+5
-2
refuse.vue
src/pages/order/refuse.vue
+1
-2
sign-contract.vue
src/pages/settle/sign-contract.vue
+1
-1
No files found.
src/components/popView/index.vue
View file @
baf030f5
...
@@ -7,9 +7,11 @@
...
@@ -7,9 +7,11 @@
<text>
{{
title
}}
</text>
<text>
{{
title
}}
</text>
</view>
</view>
<view
class=
"line-view"
/>
<view
class=
"line-view"
/>
<view
v-if=
"count"
class=
"order-content"
>
<view
class=
"order-content"
>
<view
v-if=
"count"
>
你本月还有
<text
class=
"order-content-count"
>
{{
count
}}
</text>
次拒单机会
你本月还有
<text
class=
"order-content-count"
>
{{
count
}}
</text>
次拒单机会
</view>
</view>
</view>
<view
class=
"order-pop-text"
>
<view
class=
"order-pop-text"
>
<text>
{{
message
}}
</text>
<text>
{{
message
}}
</text>
</view>
</view>
...
@@ -94,6 +96,7 @@
...
@@ -94,6 +96,7 @@
}
}
.order-content
{
.order-content
{
min-height
:
14rpx
;
text-align
:
center
;
text-align
:
center
;
color
:
#333333
;
color
:
#333333
;
font-size
:
32rpx
;
font-size
:
32rpx
;
...
...
src/pages/order/refuse.vue
View file @
baf030f5
...
@@ -76,10 +76,9 @@
...
@@ -76,10 +76,9 @@
if
(
this
.
count
>
0
)
{
if
(
this
.
count
>
0
)
{
this
.
visibale
=
true
this
.
visibale
=
true
}
else
{
}
else
{
let
message
=
'本月无拒单机会,请联系客服'
uni
.
showToast
({
uni
.
showToast
({
icon
:
'none'
,
icon
:
'none'
,
title
:
message
,
title
:
'本月无拒单机会,请联系客服'
,
})
})
}
}
},
},
...
...
src/pages/settle/sign-contract.vue
View file @
baf030f5
...
@@ -470,7 +470,7 @@
...
@@ -470,7 +470,7 @@
}
}
.item
{
.item
{
display
:
flex
;
display
:
flex
;
padding
:
28rpx
3
0rpx
;
padding
:
28rpx
0rpx
;
width
:
100%
;
width
:
100%
;
font-size
:
32rpx
;
font-size
:
32rpx
;
color
:
#333
;
color
:
#333
;
...
...
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