|
|
@@ -208,7 +208,7 @@ const show = async (orderNo) => {
|
|
|
}
|
|
|
insurancePolicyForm.value.vehicleUseName = optionObj.value.vehicle_use_code.find(a => a.value === insurancePolicyForm.value.vehicleUseCode)?.label
|
|
|
|
|
|
- shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/test_h5/#/pages/quote/quoteRecordDetail?ordersNo=${obj.quoteResult?.ordersNo}&from=share`, {
|
|
|
+ shareImageUrl.value = await QRCode.toDataURL(`https://tennat.baoxianzhanggui.com/test_h5/#/pages/quote/quoteRecordDetail?ordersNo=${orderNo}&from=share`, {
|
|
|
width: 160,
|
|
|
margin: 2
|
|
|
});
|