Просмотр исходного кода

微信扫码看权益单完善

祁鹏飞 1 месяц назад
Родитель
Сommit
2089e3303d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/insurancePolicy/modules/quotation.vue

+ 1 - 1
src/views/insurancePolicy/modules/quotation.vue

@@ -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
   });