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
1d47f797
Commit
1d47f797
authored
4 years ago
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在线签约页面按钮高保真修改
parent
3f7ff4bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
5 deletions
+23
-5
pay-ensure.vue
src/pages/settle/pay-ensure.vue
+1
-1
sign-contract.vue
src/pages/settle/sign-contract.vue
+22
-4
No files found.
src/pages/settle/pay-ensure.vue
View file @
1d47f797
...
...
@@ -6,7 +6,7 @@
<view
class=
"price"
><text>
¥
</text>
{{
settledInfo
.
record
.
deposit
}}
</view>
<view
class=
"list"
>
<view
class=
"item u-flex u-row-between"
>
<view
class=
"txt"
>
您
已缴纳金额
</view>
<view
class=
"txt"
>
已缴纳金额
</view>
<view
class=
"txt-value"
>
¥ 0.00
</view>
</view>
<view
class=
"line-view"
></view>
...
...
This diff is collapsed.
Click to expand it.
src/pages/settle/sign-contract.vue
View file @
1d47f797
...
...
@@ -56,9 +56,10 @@
</view>
<
template
v-slot:bottom
>
<view
class=
"btn-wrap flex-xc"
>
<button
class=
"btn-submit"
:disabled=
"!submitStatus"
@
click=
"$u.debounce(submitBaseInfo, 500)"
>
我已阅读协议,点击签约
{{
count
?
'('
+
count
+
')'
:
''
}}
</button>
<u-button
class=
"btn-submit"
@
click=
"$u.debounce(submitBaseInfo, 500)"
:custom-style=
"buttonStyle"
type=
"primary"
shape=
"circle"
:hover-class=
"submitStatus ? '' : 'none'"
>
我已确认信息,去签约
{{
count
?
'('
+
count
+
')'
:
''
}}
</u-button>
</view>
</
template
>
</Settle>
...
...
@@ -81,7 +82,7 @@
return
{
token
:
app
.
globalData
.
token
,
baseInfo
:
{
name
:
"
郭小清
"
,
name
:
""
,
id_card_no
:
"43072219800123456"
,
id
:
""
,
bank_no
:
''
,
// 银行卡号
...
...
@@ -133,6 +134,23 @@
},
tips3Image
()
{
return
qn_base_url
+
'tips3.png'
},
buttonStyle
()
{
return
this
.
submitStatus
?
{
'color'
:
'#FFFFFF'
,
'background-color'
:
'#2272FF;'
,
'width'
:
'600rpx'
,
'height'
:
'104rpx'
,
'font-size'
:
'32rpx'
,
'font-weight'
:
'bold'
}
:
{
'color'
:
'#FFFFFF'
,
'background-color'
:
'#D1D4D4;'
,
'width'
:
'600rpx'
,
'height'
:
'104rpx'
,
'font-size'
:
'32rpx'
,
'font-weight'
:
'bold'
}
}
},
components
:
{
...
...
This diff is collapsed.
Click to expand it.
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