Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfp-program
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
sfp-program
Commits
2e5b77b1
Commit
2e5b77b1
authored
Sep 30, 2022
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
输入小数点
parent
5703e87e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
pages/housePurchase/housePurchase.vue
+7
-7
No files found.
pages/housePurchase/housePurchase.vue
View file @
2e5b77b1
...
...
@@ -33,7 +33,7 @@
<view
class=
"inputItem"
>
<text>
预购面积:
</text>
<view
class=
"inputContent"
>
<input
class=
"uni-input"
type=
"
number
"
placeholder=
"请输入"
<input
class=
"uni-input"
type=
"
digit
"
placeholder=
"请输入"
v-model=
"housePurchaseInfo.preOrderSize"
@
blur=
"queryCommercialHousingPrice()"
/><label
for=
""
>
m²
</label>
</view>
...
...
@@ -41,7 +41,7 @@
<view
class=
"inputItem"
>
<text>
预购房产现在市场单价:
</text>
<view
class=
"inputContent"
>
<input
class=
"uni-input"
type=
"
number
"
placeholder=
"请输入"
<input
class=
"uni-input"
type=
"
digit
"
placeholder=
"请输入"
v-model=
"housePurchaseInfo.targetPrice"
/><label
for=
""
>
m²/元
</label>
</view>
...
...
@@ -65,7 +65,7 @@
<view
class=
"inputItem"
>
<text>
新房贷款年利率:
</text>
<view
class=
"inputContent"
>
<input
class=
"uni-input"
type=
"
number
"
placeholder=
"请输入"
<input
class=
"uni-input"
type=
"
digit
"
placeholder=
"请输入"
maxlength=
"4"
v-model=
"housePurchaseInfo.interestRate"
/><label
for=
""
>
%
</label>
</view>
...
...
@@ -91,15 +91,15 @@
<view
class=
"inputItem"
>
<text>
已备首付:
</text>
<view
class=
"inputContent"
>
<input
class=
"uni-input"
type=
"
number
"
placeholder=
"请输入"
v-model=
"housePurchaseInfo.firstHouseAmount"
<input
class=
"uni-input"
type=
"
digit
"
placeholder=
"请输入"
v-model
.
trim
=
"housePurchaseInfo.firstHouseAmount"
/><label
for=
""
>
万元
</label>
</view>
</view>
<view
class=
"inputItem"
>
<text>
年预备还房贷资金总额:
</text>
<view
class=
"inputContent"
>
<input
class=
"uni-input"
type=
"
number
"
placeholder=
"请输入"
<input
class=
"uni-input"
type=
"
digit
"
placeholder=
"请输入"
v-model=
"housePurchaseInfo.repaymentSpecial"
/><label
for=
""
>
万元
</label>
</view>
...
...
@@ -655,7 +655,7 @@
width
:
48%
;
box-shadow
:
0
1px
1px
#969696
;
view
{
margin
:
10
rpx
0
;
margin
:
10
rpx
;
}
}
img
{
...
...
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