- Aggiunto Step: i 7 Requisiti degli invitati.
- Aggiornata la Lavagna (anche sul BOT). - Zoom solo 3 visibili.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
.step{
|
||||
font-size: 1.15rem;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -21,16 +21,21 @@ export default class CVideoPromo extends MixinBase {
|
||||
public $t: any
|
||||
public $q
|
||||
public msg: string = ''
|
||||
public accetta_saw_video: boolean = false
|
||||
|
||||
get static_data() {
|
||||
return static_data
|
||||
}
|
||||
|
||||
get accetta_saw_video() {
|
||||
return tools.isBitActive(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
|
||||
public created() {
|
||||
this.aggiorna()
|
||||
}
|
||||
|
||||
set accetta_saw_video(value) {
|
||||
public aggiorna() {
|
||||
this.accetta_saw_video = tools.isBitActive(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
|
||||
}
|
||||
|
||||
public changeval(value) {
|
||||
if (value)
|
||||
UserStore.state.my.profile.saw_and_accepted = tools.SetBit(UserStore.state.my.profile.saw_and_accepted, shared_consts.Accepted.CHECK_SEE_VIDEO_PRINCIPI)
|
||||
else
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
clcolor="text-white"
|
||||
myclass="myshad" canopen="true" :visible="true">
|
||||
|
||||
<CVideo myvideokey="dbscY8jWDMM">
|
||||
<CVideo myvideokey="85zU-2A-Rxs">
|
||||
|
||||
</CVideo>
|
||||
</CTitleBanner>
|
||||
@@ -42,6 +42,7 @@
|
||||
<q-checkbox
|
||||
class="bg-grey-4"
|
||||
v-model="accetta_saw_video"
|
||||
@input="changeval"
|
||||
color="primary"
|
||||
:label="$t('steps.saw_video_intro')">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user