按揭付款

This commit is contained in:
老叶
2023-05-17 11:35:59 +08:00
parent d51c29cb70
commit 251e2eafdb
+27 -25
View File
@@ -121,33 +121,35 @@
<view class="absolute left-0 box-middle color-333">公司加价</view> <view class="absolute left-0 box-middle color-333">公司加价</view>
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{priceinfo.price_coplus}}</text>元</view> <view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;"><text class="mr10 color-f9394d">{{priceinfo.price_coplus}}</text>元</view>
</view> </view>
<block wx:if="{{!info.price_loan0_status}}"> <block wx:if="{{paymentIndex == 1}}">
<view class="relative bbs-1-eb pl190 last-b-none" wx:if="{{paymentIndex == 1}}"> <block wx:if="{{info.price_book_status||info.price_loan0_status}}">
<view class="absolute left-0 box-middle font-28 color-333">首付类型</view> <view class="relative bbs-1-eb last-b-none pl180 font-28">
<view class="pt30 pb30 text-right font-28 color-666"> <view class="absolute left-0 box-middle color-333">首付类型</view>
<picker bindchange="changeFirstPay" value="{{firstPayIndex}}" range="{{firstPayArr}}"> <view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{firstPayArr[firstPayIndex]}}</view>
<text class="color-ccc" wx:if="{{firstPayIndex == -1}}">请选择</text>
<text wx:else>{{firstPayArr[firstPayIndex]}}</text>
<i class="iconfont ml5 icon-gengduo"></i>
</picker>
</view> </view>
</view> <view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{price_loan0>0}}">
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{if_zero_firstpay==1&&firstPayArr[firstPayIndex]=='按揭'}}"> <view class="absolute left-0 box-middle color-333">首付按揭金额</view>
<view class="absolute left-0 box-middle">首付按揭金额</view> <view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{price_loan0}}</view>
<view>
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入首付按揭金额" model:value='{{price_loan0}}' always-embed='{{true}}' />
</view> </view>
</view> </block>
</block> <block wx:else>
<block wx:else> <view class="relative bbs-1-eb pl190 last-b-none">
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{paymentIndex == 1}}"> <view class="absolute left-0 box-middle font-28 color-333">首付类型</view>
<view class="absolute left-0 box-middle color-333">首付类型</view> <view class="pt30 pb30 text-right font-28 color-666">
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{firstPayArr[firstPayIndex]}}</view> <picker bindchange="changeFirstPay" value="{{firstPayIndex}}" range="{{firstPayArr}}">
</view> <text class="color-ccc" wx:if="{{firstPayIndex == -1}}">请选择</text>
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{price_loan0>0}}"> <text wx:else>{{firstPayArr[firstPayIndex]}}</text>
<view class="absolute left-0 box-middle color-333">首付按揭金额</view> <i class="iconfont ml5 icon-gengduo"></i>
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{price_loan0}}</view> </picker>
</view> </view>
</view>
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{if_zero_firstpay==1&&firstPayArr[firstPayIndex]=='按揭'}}">
<view class="absolute left-0 box-middle">首付按揭金额</view>
<view>
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="digit" placeholder="请输入首付按揭金额" model:value='{{price_loan0}}' always-embed='{{true}}' />
</view>
</view>
</block>
</block> </block>
<block wx:if="{{info.price_book_status}}"> <block wx:if="{{info.price_book_status}}">
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.sdeposit&&if_zero_firstpay!=1}}"> <view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.sdeposit&&if_zero_firstpay!=1}}">