mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 13:16:43 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】《免除保险人责任条款说明书》打印console.log=appntSign.documentStatus
This commit is contained in:
@@ -275,9 +275,10 @@ service.interceptors.response.use(
|
|||||||
|
|
||||||
Toast.clear()
|
Toast.clear()
|
||||||
if (res.code != 0) {
|
if (res.code != 0) {
|
||||||
|
//10001 token不能为空 10002 token错误或已失效
|
||||||
if (res.code == 10001 || res.code == 10002) {
|
if (res.code == 10001 || res.code == 10002) {
|
||||||
var ua = window.navigator.userAgent.toLowerCase();
|
var ua = window.navigator.userAgent.toLowerCase();
|
||||||
//通过正则表达式匹配ua中是否含有MicroMessenger字符串
|
//通过正则表达式匹配ua中是否含有MicroMessenger字符串, 在微信
|
||||||
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
|
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
|
||||||
Dialog.alert({
|
Dialog.alert({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
@@ -288,6 +289,7 @@ service.interceptors.response.use(
|
|||||||
WeixinJSBridge.call('closeWindow');
|
WeixinJSBridge.call('closeWindow');
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
//在app
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
confirmButtonText: '重新登录',
|
confirmButtonText: '重新登录',
|
||||||
message: '你已被登出,可以取消继续留在该页面,或者重新登录'
|
message: '你已被登出,可以取消继续留在该页面,或者重新登录'
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<div class="pt30 pl30 flex align-items-c">
|
<div class="pt30 pl30 flex align-items-c">
|
||||||
<span class="mr10">投保人签名 :</span>
|
<span class="mr10">投保人签名 :</span>
|
||||||
<div v-if="signVal == '0' || signVal == '2'">
|
<div v-if="signVal == '0' || signVal == '2'">
|
||||||
|
{{appntSign.documentStatus}}appntSign.documentStatus
|
||||||
<van-button type="danger" size="small" :disabled="signVal == '1' ? true : isDisable" @click="sign('0')" v-no-more-click="1000">{{
|
<van-button type="danger" size="small" :disabled="signVal == '1' ? true : isDisable" @click="sign('0')" v-no-more-click="1000">{{
|
||||||
appntSign.documentStatus == '2' ? '签名' : '已签名'
|
appntSign.documentStatus == '2' ? '签名' : '已签名'
|
||||||
}}</van-button>
|
}}</van-button>
|
||||||
|
|||||||
@@ -1555,7 +1555,7 @@ export default {
|
|||||||
// if (item.documentCode == '11') {
|
// if (item.documentCode == '11') {
|
||||||
// that.appntSignStatus = item.documentStatus
|
// that.appntSignStatus = item.documentStatus
|
||||||
// }
|
// }
|
||||||
if (index == that.appntSign.length - 1) {
|
if (index == that.appntSign.length - 1 && item.documentCode == '12') {
|
||||||
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||||
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||||
}
|
}
|
||||||
@@ -1565,7 +1565,7 @@ export default {
|
|||||||
// that.insuredSignStatus = item.documentStatus
|
// that.insuredSignStatus = item.documentStatus
|
||||||
// }
|
// }
|
||||||
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||||
if (index == that.insuredSign.length - 1) {
|
if (index == that.insuredSign.length - 1 && item.documentCode == '12') {
|
||||||
that.insuredSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
that.insuredSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -91,7 +91,6 @@
|
|||||||
<van-button type="danger" size="large" @click="submit" :disabled="isSubmit" v-no-more-click="1000">提交</van-button>
|
<van-button type="danger" size="large" @click="submit" :disabled="isSubmit" v-no-more-click="1000">提交</van-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom-btn bg-white" v-else>
|
<div class="bottom-btn bg-white" v-else>
|
||||||
{{isPersonalInformation}}isPersonalInformation
|
|
||||||
<van-button type="danger" size="large" @click="next" :disabled="isDisabledComplite" v-no-more-click="1000">下一步</van-button>
|
<van-button type="danger" size="large" @click="next" :disabled="isDisabledComplite" v-no-more-click="1000">下一步</van-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user