|
|
@@ -95,7 +95,7 @@ const descriptionsData = computed(() => {
|
|
|
{ title: '车型名称', value: props.insurancePolicyForm.brandName },
|
|
|
], [
|
|
|
{ title: '新车购置价(元)', value: props.insurancePolicyForm.purchasePrice },
|
|
|
- { title: ' ', value: ' ' },
|
|
|
+ { title: '座位数', value: props.insurancePolicyForm.seatCount },
|
|
|
], [
|
|
|
{ title: '发动机号、VIN码', value: props.insurancePolicyForm.engineNo + '、' + props.insurancePolicyForm.vinNo },
|
|
|
{ title: '初登日期', value: props.insurancePolicyForm.registerDate },
|
|
|
@@ -151,7 +151,7 @@ const dialogFormVisible = ref(false)
|
|
|
const shareImageUrl = ref('')
|
|
|
const show = async (obj) => {
|
|
|
dialogFormVisible.value = true
|
|
|
- shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/h5/#/pages/quote/quoteRecordDetail?ordersNo=${obj.quoteResult?.ordersNo}&from=share`, {
|
|
|
+ shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/text_h5/#/pages/quote/quoteRecordDetail?ordersNo=${obj.quoteResult?.ordersNo}&from=share`, {
|
|
|
width: 160,
|
|
|
margin: 2
|
|
|
});
|