修改订单详情
This commit is contained in:
@@ -117,7 +117,7 @@ Page({
|
||||
getAppServicesPackage(){
|
||||
let params = {};
|
||||
params['page'] = 1;
|
||||
params['type'] = this.data.info.payway==1?'1':'2';
|
||||
params['type'] = this.data.payway==1?'1':'2';
|
||||
params['size'] = 100;
|
||||
_.apiQuery.getAppServicesPackage(params).then(res => {
|
||||
this.setData({
|
||||
|
||||
@@ -75,12 +75,16 @@
|
||||
</picker>
|
||||
</view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb pl190 pr40">
|
||||
<!-- <view class="relative bbs-1-eb pl190 pr40">
|
||||
<view class="absolute left-0 box-middle font-28 color-333">贷款金额</view>
|
||||
<view>
|
||||
<input class="wp100 height-100 text-right font-28" placeholder-class="color-ccc" type="text" placeholder="请输入金额" bindinput='inputTx' data-key="money" name="money" value="{{money || (info.loan_data.money != '0.00'?info.loan_data.money:'')}}" />
|
||||
</view>
|
||||
<view class="absolute right-0 box-middle font-28 color-666">元</view>
|
||||
</view> -->
|
||||
<view class="relative bbs-1-eb pl140 font-28">
|
||||
<view class="absolute left-0 box-middle font-28 color-333">贷款金额</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{info.loan_data.money}}元</view>
|
||||
</view>
|
||||
</view>
|
||||
<!--分期信息展示-->
|
||||
@@ -91,7 +95,7 @@
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{info.loan_data.bank}}</view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb pl140 font-28">
|
||||
<view class="absolute left-0 box-middle font-28 color-333">分期年限</view>
|
||||
<view class="absolute left-0 box-middle font-28 color-333">分期期数</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{info.loan_data.year}}</view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb pl140 font-28">
|
||||
|
||||
Reference in New Issue
Block a user