From edf83149d0f26fb99eb6548d9e68bcc81a8cc893 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期五, 13 十月 2023 17:03:37 +0800
Subject: [PATCH] 10.13bug2

---
 cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage_info.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage_info.js b/cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage_info.js
index 0ff0c09..581136a 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackage_info.js
@@ -149,10 +149,10 @@
         Feng.error("课包介绍不能为空");
         return
     }
-    if(null == validDays || '' == validDays){
-        Feng.error("课时有效期不能为空");
-        return
-    }
+    // if(null == validDays || '' == validDays){
+    //     Feng.error("课时有效期不能为空");
+    //     return
+    // }
 
     let obj = {
         province: province,
@@ -306,10 +306,10 @@
         Feng.error("课包介绍不能为空");
         return
     }
-    if(null == validDays || '' == validDays){
-        Feng.error("课时有效期不能为空");
-        return
-    }
+    // if(null == validDays || '' == validDays){
+    //     Feng.error("课时有效期不能为空");
+    //     return
+    // }
 
     let obj = {
         id: id,
@@ -451,7 +451,7 @@
             htmlStr += '玩湃币支付:<input class="paiCoin" type="number" min="0" placeholder="请输入金额" style="width: 110px;background-color: #FFFFFF;background-image: none;border: 1px solid #e5e6e7;border-radius: 1px;color: inherit;padding: 6px 12px;"> 币&nbsp;&nbsp;&nbsp;&nbsp;\n';
         }
     htmlStr += '<button type="button" class="btn btn-info " onclick="CoursePackageInfo.openDia('+i+')" id="ensure">\n' +
-        '    <i class="fa fa-check"></i>&nbsp;优惠卷\n' +
+        '    <i class="fa fa-check"></i>&nbsp;优惠券\n' +
         '</button>';
 
     htmlStr += '</span> <i class="fa fa-trash-o" style="font-size:24px" onclick="removePrice(this)"></i>\n' +

--
Gitblit v1.7.1