瀏覽代碼

微信扫码看权益单完善

祁鹏飞 1 月之前
父節點
當前提交
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
   });