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