video宽度

This commit is contained in:
zoujiandong 2025-11-17 16:08:45 +08:00
parent 2cfc225b55
commit 76e619b85d

View File

@ -204,7 +204,7 @@ const notEnoughVisible = ref(false);
const notEnoughContent = ref("");
const welfareNum = ref(0);
const showVideo = ref(false);
const videoWidth = ref(350);
const videoWidth = ref(375);
//import DomVideoPlayer from 'uniapp-video-player'
const notEnoughConfirm = () => {
notEnoughVisible.value = false;