|
|
@@ -177,7 +177,7 @@
|
|
|
class="size-30 sys-weight-600">{{applyItem.apply_type*1===1?'还款信息':'监管银行卡信息'}}</text>
|
|
|
<image class="wh-30"
|
|
|
src="/page_task/static/img/information/delete.png"
|
|
|
- mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
+ mode="aspectFill" @click="delBank(index,repaymentIndex,1)">
|
|
|
</image>
|
|
|
</view>
|
|
|
|
|
|
@@ -198,7 +198,7 @@
|
|
|
<text class="size-30 sys-weight-600">放款账户信息</text>
|
|
|
<image class="wh-30"
|
|
|
src="/page_task/static/img/information/delete.png"
|
|
|
- mode="aspectFill" @click="onDeleteInfo(index)">
|
|
|
+ mode="aspectFill" @click="delBank(index,loanIndex,2)">
|
|
|
</image>
|
|
|
</view>
|
|
|
<en-input label="批复金额" type="number" v-model="loanItem.money" placeholder="请输入批复金额"
|
|
|
@@ -566,4 +566,4 @@
|
|
|
background: #FFFFFF;
|
|
|
border: 2rpx solid #E83F37;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|