- 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:
@@ -13,8 +13,10 @@ import { static_data } from '@src/db/static_data'
|
||||
import Quasar from 'quasar'
|
||||
import { FormNewsletter } from '../FormNewsletter'
|
||||
import { IUserState } from '../../model'
|
||||
import MixinBase from '../../mixins/mixin-base'
|
||||
|
||||
@Component({
|
||||
mixins: [MixinBase],
|
||||
name: 'Footer',
|
||||
components: { Logo, FormNewsletter }
|
||||
})
|
||||
@@ -54,4 +56,8 @@ export default class Footer extends Vue {
|
||||
return static_data
|
||||
}
|
||||
|
||||
get ChatWhatsapp() {
|
||||
return tools.getHttpForWhatsapp(this.Whatsapp_Cell)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user