Quellcode durchsuchen

Merge branch 'dev/v1.0.75_tsz' of jianyu/web into feature/v1.0.75

汤世哲 vor 9 Monaten
Ursprung
Commit
4a0208b680
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7 1
      apps/jy-pc/src/views/purchase/components/PurchaseForm.vue

+ 7 - 1
apps/jy-pc/src/views/purchase/components/PurchaseForm.vue

@@ -829,12 +829,18 @@ export default {
         } else {
         } else {
           typ = mtype
           typ = mtype
         }
         }
+        const deliveryAddressObj = {
+          area: deliveryAddress[0],
+          city: deliveryAddress[1],
+          districts: deliveryAddress[2],
+          detailsAddr: detailAddress
+        }
         const bidObj = {
         const bidObj = {
           title: infoTitle,
           title: infoTitle,
           msgType: typ,
           msgType: typ,
           relatedId: this.selectNotice?.id,
           relatedId: this.selectNotice?.id,
           code: infoCode,
           code: infoCode,
-          deliveryAddress: deliveryAddress.join('') + detailAddress,
+          deliveryAddress: JSON.stringify(deliveryAddressObj),
           province: province,
           province: province,
           city: city,
           city: city,
           // industry: JSON.stringify(industry),
           // industry: JSON.stringify(industry),