- Add Button Whatsapp Chat
- Fixed 'Ask Info' and 'Book' if the email arrived... - Added "Settings" table: URL_FACEBOOK, TELEGRAM_SUPPORT, URL_INSTAGRAM, WHATSAPP_CELL, INT_CODE, MAIN_EMAIL, CONTACTS_EMAIL_CELL, CALL_WORKING_DAYS, EVENTS_CAL, MSG_REPLY_AFTER_BOOKING. -
This commit is contained in:
@@ -20,7 +20,15 @@
|
||||
<div v-if="myop.certifications" class="text-subtitle-certificato">{{myop.certifications}}</div>
|
||||
<div class="op__cell">
|
||||
<q-icon class="flex-icon" name="mobile_friendly"></q-icon>
|
||||
{{myop.cell}}
|
||||
<span class="q-mx-sm">{{myop.cell}}</span>
|
||||
|
||||
<q-btn fab-mini icon="fab fa-whatsapp"
|
||||
color="green" type="a"
|
||||
size="xs"
|
||||
|
||||
:href="tools.getHttpForWhatsapp(myop.cell)" target="__blank">
|
||||
|
||||
</q-btn>
|
||||
</div>
|
||||
<div class="op__email">
|
||||
<q-icon class="flex-icon" name="contact_mail"> </q-icon>
|
||||
|
||||
Reference in New Issue
Block a user