mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
监测弹窗信息
This commit is contained in:
@@ -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: {
|
||||
/**
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user