delimiters: ['{[', ']}'], data() { return { show_dialog: false, ads_confs: undefined } }, created: function() { $g.wait_footerjs(() => { this.ads_confs = $g.ads_livesex_dialog_conf; this.$nextTick(() => { if ($g._h) { $g._h.$forceUpdate(); } }) }); }, methods: { show: function() { if (this.ads_confs && this.ads_confs.length > 0) { this.show_dialog = true; } }, cover_url: function() { if (this.ads_confs && this.ads_confs.length > 0) { const index = Math.floor(Math.random() * this.ads_confs.length); return this.ads_confs[index]['url']; } }, cover_image_url: function() { return 'https://' + $g.config.static_host + "/tmp/zb/0yFVWR9AM6k.gif?v1" } }, }; var Ctor = Vue.extend({ mixins: [Main, $g.G] }); $g._livesex_dialog = $m('show_livesex_dialog', Ctor); });