首付按揭去掉贴息
This commit is contained in:
@@ -387,8 +387,10 @@ Page({
|
||||
if(that.data.num){
|
||||
params['num'] = that.data.num;
|
||||
}
|
||||
params['is_tiexi'] = this.data.is_tiexi;
|
||||
if(this.data.tabkey==1&&this.data.info.price_loan0>0){
|
||||
if(!(that.data.tabkey==1&&that.data.info.price_loan0>0)){
|
||||
params['is_tiexi'] = that.data.is_tiexi;
|
||||
}
|
||||
if(that.data.tabkey==1&&that.data.info.price_loan0>0){
|
||||
params['if_loan0'] = 1;
|
||||
}
|
||||
_.apiQuery.putAppLoan(params).then(res => {
|
||||
@@ -446,8 +448,10 @@ Page({
|
||||
if(that.data.num){
|
||||
params['num'] = that.data.num;
|
||||
}
|
||||
params['is_tiexi'] = this.data.is_tiexi;
|
||||
if(this.data.tabkey==1&&this.data.info.price_loan0>0){
|
||||
if(!(that.data.tabkey==1&&that.data.info.price_loan0>0)){
|
||||
params['is_tiexi'] = that.data.is_tiexi;
|
||||
}
|
||||
if(that.data.tabkey==1&&that.data.info.price_loan0>0){
|
||||
params['if_loan0'] = 1;
|
||||
}
|
||||
_.apiQuery.putAppLoan(params).then(res => {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</picker>
|
||||
</view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{!(info.price_loan0>0&&tabkey==1)}}">
|
||||
<view class="absolute left-0 box-middle">是否贴息</view>
|
||||
<view class="relative pt30 pb30 text-right">
|
||||
<switch checked="{{is_tiexi==1}}" bindchange="switchTiexi" type="switch" color='#36afa2' style="zoom:0.8" />
|
||||
@@ -94,7 +94,7 @@
|
||||
<view class="absolute left-0 box-middle">分期期数</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{nums[numIndex]}}</view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{!(info.price_loan0>0&&tabkey==1)}}">
|
||||
<view class="absolute left-0 box-middle">是否贴息</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{is_tiexi==1?'是':'否'}}</view>
|
||||
</view>
|
||||
@@ -156,7 +156,7 @@
|
||||
<view class="mt20 font-28 color-666">金融机构:{{financeArray[financeIndex]}}</view>
|
||||
<view class="mt20 font-28 color-666">贷款金额:{{price_loan}}</view>
|
||||
<view class="mt20 font-28 color-666">分期期数:{{num}}</view>
|
||||
<view class="mt20 font-28 color-666">是否贴息:{{is_tiexi==1?'是':'否'}}</view>
|
||||
<view class="mt20 font-28 color-666" wx:if="{{!(info.price_loan0>0&&tabkey==1)}}">是否贴息:{{is_tiexi==1?'是':'否'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pl60 pr60 pb50 text-center font-32 color-666 fn-flex">
|
||||
|
||||
Reference in New Issue
Block a user