|
|
@@ -131,7 +131,7 @@
|
|
|
this.jqEndDate = res.data.jqEndDate; // 交强起保日期
|
|
|
this.syStartDate = res.data.syStartDate; // 商业起保日期
|
|
|
this.sysEndDate = res.data.sysEndDate; // 商业起保日期
|
|
|
- if (this.companyName == '太平财险') {
|
|
|
+ if (this.companyName == '太平财险' || this.companyName == '诚泰财险') {
|
|
|
let result = res.data.qrCodeUrl.replace(/[\r\n]/g, "");
|
|
|
let imgBase64 = `data:image/png;base64,${result}`;
|
|
|
base64ToPath(imgBase64)
|