Commit c2c6b2df authored by chenqikuai's avatar chenqikuai

fix

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