瀏覽代碼

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

汤世哲 9 月之前
父節點
當前提交
4a0208b680
共有 1 個文件被更改,包括 7 次插入1 次删除
  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 {
           typ = mtype
         }
+        const deliveryAddressObj = {
+          area: deliveryAddress[0],
+          city: deliveryAddress[1],
+          districts: deliveryAddress[2],
+          detailsAddr: detailAddress
+        }
         const bidObj = {
           title: infoTitle,
           msgType: typ,
           relatedId: this.selectNotice?.id,
           code: infoCode,
-          deliveryAddress: deliveryAddress.join('') + detailAddress,
+          deliveryAddress: JSON.stringify(deliveryAddressObj),
           province: province,
           city: city,
           // industry: JSON.stringify(industry),