From f7e51fc7c91e474e5c0bcc79c47f074c0a59b5c3 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 11 十月 2023 20:03:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
index 7a49ada..76a6b78 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
@@ -317,6 +317,8 @@
         success: function(response) {
             if (response == "5001"){
                 Feng.error("当前课包预约人数已满!")
+            }else if(response == "5002"){
+                Feng.error("剩余课时不足,无法购买!")
             }else{
                 Feng.success("上架成功!");
                 TCompetition.close();

--
Gitblit v1.7.1