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
cf7b0742
Commit
cf7b0742
authored
Oct 10, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改等于o的时候显示差额为0
parent
cda77153
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
pages/housePurchase/housePurchase.vue
+7
-3
No files found.
pages/housePurchase/housePurchase.vue
View file @
cf7b0742
...
@@ -110,14 +110,14 @@
...
@@ -110,14 +110,14 @@
</view>
</view>
<!--房屋置换-->
<!--房屋置换-->
<view
class=
"houseInfo"
>
<view
class=
"houseInfo"
>
<view
class=
"title"
>
<!--
<view
class=
"title"
>
<view
style=
"display: flex;"
>
<view
style=
"display: flex;"
>
<view
class=
"radioButton"
:class=
"
{'selected':isDisplace }"
<view
class=
"radioButton"
:class=
"
{'selected':isDisplace }"
@click="openLoan()">
</view>
@click="openLoan()">
</view>
<text
style=
"margin-left: 10rpx;"
>
是否置换旧房
</text>
<text
style=
"margin-left: 10rpx;"
>
是否置换旧房
</text>
</view>
</view>
<view
class=
"editParam"
v-if=
"dataLists"
@
click=
"editParams()"
>
修改参数
</view>
<view
class=
"editParam"
v-if=
"dataLists"
@
click=
"editParams()"
>
修改参数
</view>
</view>
</view>
-->
<view
v-if=
"dataLists"
>
<view
v-if=
"dataLists"
>
<loanBalance
:isReadonly=
"true"
:a=
"accumulationFundParams"
:b=
"commercialLoansParams"
@
getData=
"getData"
></loanBalance>
<loanBalance
:isReadonly=
"true"
:a=
"accumulationFundParams"
:b=
"commercialLoansParams"
@
getData=
"getData"
></loanBalance>
</view>
</view>
...
@@ -189,7 +189,11 @@
...
@@ -189,7 +189,11 @@
</view>
</view>
</view>
</view>
<view
class=
"line_bottom"
v-show=
"houseItem.fvDifference
<
=
0
"
>
<view
class=
"line_bottom"
v-show=
"houseItem.fvDifference
<
=
0
"
>
<strong
style=
"font-size: 36rpx;"
>
恭喜您
</strong>
!经过测算,您的
{{
getResultTitle
(
houseItem
.
priceType
)
}}
已超出目标值
{{
Math
.
abs
((
houseItem
.
fvPriceRealization
/
10000
).
toFixed
(
2
)
-
(
houseItem
.
fvPriceDesired
/
10000
).
toFixed
(
2
)).
toFixed
(
2
)
}}
万元,
{{
resultInfos
.
nyear
}}
年后可以达成您的目标.
<strong
style=
"font-size: 36rpx;"
>
恭喜您!
</strong>
<text>
经过测算,
</text>
<text
v-if=
"houseItem.fvDifference
<
0
"
>
您的
{{
getResultTitle
(
houseItem
.
priceType
)
}}
已超出目标值
{{
Math
.
abs
((
houseItem
.
fvPriceRealization
/
10000
).
toFixed
(
2
)
-
(
houseItem
.
fvPriceDesired
/
10000
).
toFixed
(
2
)).
toFixed
(
2
)
}}
万元,
</text>
<text
v-if=
"houseItem.fvDifference == 0"
>
您的
{{
getResultTitle
(
houseItem
.
priceType
)
}}
在
</text>
<text>
{{
resultInfos
.
nyear
}}
年后可以达成您的目标.
</text>
</view>
</view>
<view
class=
"line_bottom fail"
v-show=
"houseItem.fvDifference > 0"
>
<view
class=
"line_bottom fail"
v-show=
"houseItem.fvDifference > 0"
>
<strong
style=
"font-size: 36rpx;"
>
很遗憾!
</strong>
<strong
style=
"font-size: 36rpx;"
>
很遗憾!
</strong>
...
...
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