From fd4036774138e421b108291c98a4aa0fb738ce3d Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 20 Jan 2026 15:09:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BB=84=E4=BB=B6=EF=BC=9A=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E8=A7=86=E9=A2=91=E5=8F=B7):=20=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E8=A7=86=E9=A2=91=E5=8F=B7=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=BB=8E=E7=AC=AC=E4=BA=8C=E4=B8=AA=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=97=A0=E6=B3=95=E6=8B=96=E6=8B=BD=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/component/view/wechat_channel/js/design.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/component/view/wechat_channel/js/design.js b/src/app/component/view/wechat_channel/js/design.js index 7d3cc8832..92dd367f1 100644 --- a/src/app/component/view/wechat_channel/js/design.js +++ b/src/app/component/view/wechat_channel/js/design.js @@ -483,7 +483,7 @@ Vue.component("wechat_channel-edit", { initSortable: function () { // 检查Sortable库是否已加载 if (typeof Sortable !== 'undefined') { - const videoList = document.getElementById('videoListEdit'); + const videoList = this.$el.querySelector('.video-list-edit'); if (videoList) { // 销毁现有实例 if (this.sortableInstance) {