修复bug
This commit is contained in:
parent
43b68351f5
commit
22e9d26dfc
|
@ -120,12 +120,23 @@
|
|||
<view class="bg-content-a">
|
||||
委托申请处理
|
||||
</view>
|
||||
<view class="bg-content-b" >
|
||||
结算周期: <span>{{obj.mer_info.settle_cycle}}天</span>
|
||||
</view>
|
||||
<view class="bg-content-c" >
|
||||
利息比例: <span>{{obj.mer_info.interest_rate}}%</span>
|
||||
</view>
|
||||
<view class="bg-content-d" >
|
||||
委托方: <span>{{obj.mer_info.mer_name}}</span>
|
||||
</view>
|
||||
<block v-if="obj.mer_info.credit_buy">
|
||||
<view class="bg-content-b" >
|
||||
结算周期: <span>{{obj.mer_info.settle_cycle}}天</span>
|
||||
</view>
|
||||
<view class="bg-content-c" >
|
||||
利息比例: <span>{{obj.mer_info.interest_rate}}%</span>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
<view class="bg-content-b" >
|
||||
该商户暂不支持先货后款
|
||||
</view>
|
||||
<view style="height: 60rpx;"></view>
|
||||
</block>
|
||||
<view class="entrust_bga_btn">
|
||||
<view class="cancellation" @click="passDelete(obj)">
|
||||
拒绝
|
||||
|
@ -362,7 +373,6 @@
|
|||
// 待处理
|
||||
soldEdit(item) {
|
||||
this.obj = item
|
||||
|
||||
this.$refs.bindmobile.open()
|
||||
},
|
||||
//已接受
|
||||
|
@ -756,7 +766,7 @@
|
|||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
margin-top: 32rpx;
|
||||
margin-top: 16rpx;
|
||||
|
||||
span {
|
||||
font-size: 32rpx;
|
||||
|
@ -773,7 +783,7 @@
|
|||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
margin-top: 32rpx;
|
||||
margin-top: 16rpx;
|
||||
|
||||
span {
|
||||
font-size: 32rpx;
|
||||
|
@ -783,6 +793,22 @@
|
|||
margin-left: 18rpx;
|
||||
}
|
||||
}
|
||||
.bg-content-d {
|
||||
margin-left: 35rpx;
|
||||
font-size: 32rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
margin-top: 16rpx;
|
||||
|
||||
span {
|
||||
font-size: 32rpx;
|
||||
font-family: PingFang SC-Medium, PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #F84221;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.entrust_bga_btn {
|
||||
|
|
Loading…
Reference in New Issue