Commit c2c6b2df authored by chenqikuai's avatar chenqikuai

fix

parent 485bc016
......@@ -110,14 +110,14 @@
<img
style="height: 23px"
@click="showLicense = true"
:src="data?.authentication_business_license.url"
:src="data?.authentication_business_license?.url"
class="cursor-pointer"
alt=""
/>
</span>
<ImageDisplay
v-model:visible="showLicense"
:url="data?.authentication_business_license.url || ''"
:url="data?.authentication_business_license?.url || ''"
/>
</div>
<div class="w-1/2 content">
......
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