From 6436b609a5b4817c0f8c808522d889aaca92c8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=96=E5=8F=AB?= <392494244@qq.com> Date: Mon, 4 Dec 2023 14:40:47 +0800 Subject: [PATCH] 1 --- modules/admin/views/mall/goods/edit.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/admin/views/mall/goods/edit.php b/modules/admin/views/mall/goods/edit.php index 7724079..2e739ec 100644 --- a/modules/admin/views/mall/goods/edit.php +++ b/modules/admin/views/mall/goods/edit.php @@ -286,6 +286,11 @@ $this->params['breadcrumbs'][] = $this->title; // } // } // } + + + data.video_banner_urls = JSON.stringify(_gallery_video_banner_urls); + + data.pic_urls = JSON.stringify(_gallery_pic_urls); data._csrf = _csrf;