From c0baf3166ddfc9a9492823a8c02f5efb92813eca Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4505=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=97=85?= =?UTF-8?q?=E5=B1=85=E4=B8=BB=E9=A1=B5=E8=A7=86=E9=A2=91=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E6=9C=AA=E5=9B=BA=E5=AE=9A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9C=A8=E7=AC=AC=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index bb849b4..997e8d6 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -650,8 +650,8 @@ export default { this.store = res.data || {} if(res.data.video) { this.store.banner = [ - ...this.store.banner, - res.data.video + res.data.video, + ...this.store.banner ] } this.getNews()