mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】打断点alert
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
<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>
|
||||||
@@ -295,11 +296,11 @@ export default {
|
|||||||
getOrderDetail(data).then(res => {
|
getOrderDetail(data).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
res.orderDTO.ebizSignDTOS.map(item => {
|
res.orderDTO.ebizSignDTOS.map(item => {
|
||||||
if (item.documentCode == '12') {
|
// if (item.documentCode == '12') {
|
||||||
this.isPersonalInformation = 0 // 0代表有code12
|
// this.isPersonalInformation = 0 // 0代表有code12
|
||||||
} else{
|
// } else{
|
||||||
this.isPersonalInformation = 1 // 1代表无code12
|
// this.isPersonalInformation = 1 // 1代表无code12
|
||||||
}
|
// }
|
||||||
if (item.documentCode == '2') {
|
if (item.documentCode == '2') {
|
||||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
||||||
this.pdfName = item.documentName
|
this.pdfName = item.documentName
|
||||||
@@ -432,7 +433,7 @@ export default {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
alert(this.isPersonalInformation,'this.isPersonalInformation')
|
||||||
saveInformation(data).then(res => {
|
saveInformation(data).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
@@ -479,6 +480,7 @@ export default {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(this.isPersonalInformation == '0'){
|
if(this.isPersonalInformation == '0'){
|
||||||
|
alert('this.isPersonalInformation')
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -491,6 +493,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
alert('this.signatureConfirmation')
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -917,6 +920,20 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
let data = {
|
||||||
|
orderNo: window.localStorage.getItem('orderNo')
|
||||||
|
}
|
||||||
|
getOrderDetail(data).then(res => {
|
||||||
|
if (res.result == '0') {
|
||||||
|
res.orderDTO.ebizSignDTOS.map(item => {
|
||||||
|
if (item.documentCode == '12') {
|
||||||
|
this.isPersonalInformation = 0 // 0代表有code12
|
||||||
|
} else{
|
||||||
|
this.isPersonalInformation = 1 // 1代表无code12
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
if (!this.isWeixin) {
|
if (!this.isWeixin) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
|
|||||||
Reference in New Issue
Block a user