video宽度
This commit is contained in:
parent
2cfc225b55
commit
76e619b85d
@ -204,7 +204,7 @@ const notEnoughVisible = ref(false);
|
|||||||
const notEnoughContent = ref("");
|
const notEnoughContent = ref("");
|
||||||
const welfareNum = ref(0);
|
const welfareNum = ref(0);
|
||||||
const showVideo = ref(false);
|
const showVideo = ref(false);
|
||||||
const videoWidth = ref(350);
|
const videoWidth = ref(375);
|
||||||
//import DomVideoPlayer from 'uniapp-video-player'
|
//import DomVideoPlayer from 'uniapp-video-player'
|
||||||
const notEnoughConfirm = () => {
|
const notEnoughConfirm = () => {
|
||||||
notEnoughVisible.value = false;
|
notEnoughVisible.value = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user