mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 22:36:43 +08:00
注释双录提示
This commit is contained in:
@@ -783,25 +783,26 @@ export default {
|
|||||||
|
|
||||||
message: '加载中……'
|
message: '加载中……'
|
||||||
})
|
})
|
||||||
let request = {
|
//注释双录提示
|
||||||
productList: JSON.parse(localStorage.chooseProductCodes),
|
// let request = {
|
||||||
// productList: ["DCRS_A0009"],
|
// productList: JSON.parse(localStorage.chooseProductCodes),
|
||||||
birthday: this.saleInsuredInfo.birthday
|
// // productList: ["DCRS_A0009"],
|
||||||
}
|
// birthday: this.saleInsuredInfo.birthday
|
||||||
check(request).then(res => {
|
// }
|
||||||
if (res.result == '0') {
|
// check(request).then(res => {
|
||||||
if (res.status == '0') {
|
// if (res.result == '0') {
|
||||||
// 弹
|
// if (res.status == '0') {
|
||||||
window.localStorage.setItem('attachmentShow', '0')
|
// // 弹
|
||||||
} else {
|
// window.localStorage.setItem('attachmentShow', '0')
|
||||||
// 不弹
|
// } else {
|
||||||
window.localStorage.setItem('attachmentShow', '1')
|
// // 不弹
|
||||||
}
|
// window.localStorage.setItem('attachmentShow', '1')
|
||||||
} else {
|
// }
|
||||||
// 不弹
|
// } else {
|
||||||
window.localStorage.setItem('attachmentShow', '1')
|
// // 不弹
|
||||||
}
|
// window.localStorage.setItem('attachmentShow', '1')
|
||||||
})
|
// }
|
||||||
|
// })
|
||||||
delete that.list.fileName
|
delete that.list.fileName
|
||||||
let data = {
|
let data = {
|
||||||
orderDTO: {
|
orderDTO: {
|
||||||
|
|||||||
Reference in New Issue
Block a user