From 8b01d8f8ec778376620890e6e2fb6d3a73bfebff Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 12 Jan 2026 15:03:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=A7=86=E9=A2=91=E5=8F=B7=E7=BB=84?= =?UTF-8?q?=E4=BB=B6):=20=E9=9D=9E=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=8E=AF=E5=A2=83=EF=BC=8C=E5=8F=91=E9=80=81=E6=B6=88?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E8=AE=A9=E7=88=B6=E7=BB=84=E4=BB=B6=E5=86=B3?= =?UTF-8?q?=E5=AE=9A=E6=9D=A5=E6=80=8E=E4=B9=88=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components-diy/diy-channel-list.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components-diy/diy-channel-list.vue b/components-diy/diy-channel-list.vue index 605b46c..13b97c9 100644 --- a/components-diy/diy-channel-list.vue +++ b/components-diy/diy-channel-list.vue @@ -229,6 +229,11 @@ export default { // 在微信小程序环境中调用视频播放接口 await wechatChannelUtil.playVideo(item); // #endif + + // #ifndef MP-WEIXIN + // 在非微信小程序环境中,直接触发事件 + this.$emit('video-play', item); + // #endif } catch (err) { console.error('打开视频号失败', err); }