Commit 12c399c6 authored by 李晓兵's avatar 李晓兵

'法人识别'

parent cd93bc20
......@@ -216,7 +216,7 @@
<img src="@/assets/userBind/close.png" @click="hideModal" >
</div>
<img v-if="!bankImg" src="@/assets/userBind/addBack.png" class="addBack" @click="ocrShow('bankCard', '')">
<img v-if="bankImg && !isApproved" :src="bankImg" class="addBack">
<img v-if="bankImg && !isApproved" :src="bankImg" class="addBack" style="height: 38%;">
<list-item :item-height="44" class="card-Info">
<item>
<div slot="name">银行卡卡号</div>
......@@ -339,12 +339,12 @@ export default {
}
},
tabNum: function (newVal, oldVal) {
/* if (
if (
(newVal === 1 && !this.isSave) && !this.from
) {
this.hlsPopup.showError('请先保存基本信息')
this.tabNum = oldVal
} */
}
},
'baseInfo.marital_status_n': function (newVal, oldVal) {
if (newVal === '已婚') {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment