From c85b23cb867d4a0cebf2f22f3dd3211566cde2ea Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 01 三月 2024 10:26:42 +0800
Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0

---
 cloud-server-management/src/main/webapp/static/modular/system/advertisement/advertisement.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/advertisement/advertisement.js b/cloud-server-management/src/main/webapp/static/modular/system/advertisement/advertisement.js
index fa35e15..dd36d09 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/advertisement/advertisement.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/advertisement/advertisement.js
@@ -486,12 +486,13 @@
     var carPhoto7 = new $WebUpload("cover7");
     carPhoto7.setUploadBarId("progressBar");
     carPhoto7.init();
+    var carPhoto = new $WebUpload("img");
+    carPhoto.setUploadBarId("progressBar");
+    carPhoto.init();
+
     var defaultColunms = TSite.initColumn();
     var table = new BSTable(TSite.id, "/advertisement/listAll", defaultColunms);
     table.setPaginationType("client");
     TSite.table = table.init();
-    var carPhoto = new $WebUpload("img");
-    carPhoto.setUploadBarId("progressBar");
-    carPhoto.init();
 
 });

--
Gitblit v1.7.1