From 2470d3215286123438478f045b43df9f352fa16b Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期四, 02 十一月 2023 16:43:45 +0800
Subject: [PATCH] 11.2

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

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js b/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js
index e816df7..5267798 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js
@@ -438,9 +438,12 @@
                         cityIds.push(inData);
                     }
                 }
-                cts = cityIds.join(',');
             }
+            cts = cityIds.join(',');
+            console.log("============到达城市"+cts)
+
         }
+
     }
     const commaSeparatedString = this.goodsPicArray.join(',');
 

--
Gitblit v1.7.1