监测弹窗信息

This commit is contained in:
pangxingyue
2021-03-11 17:22:41 +08:00
parent 7dc6c540e0
commit 2466355d0e
2 changed files with 18 additions and 2 deletions

View File

@@ -88,7 +88,15 @@
<InfoCell label="开户银行">{{accountPersonInfo.bankName}}</InfoCell>
<InfoCell label="银行账号">{{accountPersonInfo.cardBookCode}}</InfoCell>
<van-field lable="签名" name="签名" value="签名" @click="signTo" />
</DropdownBox>
</DropdownBox>
<van-field
:value="userInfo.idType | idToText('insuredIdType')"
v-validate="'required'"
required
label="证件类型"
name="证件类型"
placeholder="请选择"
/>
<van-button type="danger" class="bottom-btn" v-no-more-click="1000" @click="nextStep">下一步</van-button>
<!-- 字段选择 -->
<van-popup v-model="popupShow" position="bottom">
@@ -182,6 +190,14 @@ export default {
})
}, 100)
window.appCallBack = this.appCallBack
window.addEventListener('resize', function () {
if (document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA') {
console.log('asdasdaaaaaaaaaaaa======================')
window.setTimeout(function () {
document.activeElement.scrollIntoViewIfNeeded()
}, 0)
}
})
},
methods: {
/**

View File

@@ -3,7 +3,7 @@
<ProgressBar :active.sync="active" />
<!-- 险种信息 -->
<p style="font-weight: bold;" class="bg-white p10 van-hairline--bottom">保险计划详情</p>
<InfoCell label="保险期间" />
<InfoCell label="保险期间" value="asd" />
<InfoCell label="交费期间" />
<InfoCell label="交费频率" />
<DropdownBox :gutter="false">