Commit 69fd6f66 authored by 王玉鑫's avatar 王玉鑫

fix: 详情页联系方式id修正

parent f24e163b
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
</div> </div>
<div class="mt-[68px]"> <div class="mt-[68px]">
<ContactInfo <ContactInfo
:id="detail.businessId" :id="detail.id"
:businessId="detail.businessId" :business-id="detail.businessId"
:person-name="detail.contactPerson" :person-name="detail.contactPerson"
:detail-type="type" :detail-type="type"
></ContactInfo> ></ContactInfo>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment