Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-03-14 13:59:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfc5a60aacc7f37d6881b8af56dda452f5352df8
bfc5a60a
1 parent
0ce170a2
fix 联系我们组件,电话联系没有填隐藏
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/ContactField/index.vue
src/components/ContactField/index.vue
View file @
bfc5a60
<!--
* @Date: 2022-11-23 14:41:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
3-01-06 19:04:00
* @LastEditTime: 202
4-03-14 13:58:09
* @FilePath: /data-table/src/components/ContactField/index.vue
* @Description: 联系我们控件
-->
...
...
@@ -9,6 +9,7 @@
<div v-if="HideShow" class="contact-field-page">
<van-popover v-model:show="showPopover" placement="left">
<div class="contact-content">
<div v-if="item.component_props.tel">
<div class="text-tel">电话联系</div>
<div>
<a
...
...
@@ -18,6 +19,7 @@
{{ item.component_props.tel }}
</a>
</div>
</div>
<div v-if="item.component_props.image_url">
<div class="text-qr_code">微信联系</div>
<van-image width="100" height="100" :src="item.component_props.image_url" />
...
...
Please
register
or
login
to post a comment