From 336cc1da02624db3d42ad09187b6b51b98ee35dc Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期二, 05 三月 2024 14:20:40 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0

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

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js
index af61688..4341dc6 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js
@@ -48,18 +48,19 @@
                 '                   </div>' +
                 '</div>'
 
-            , btn: ['关闭', '确认']
+            , btn: ['确认', '关闭']
             , btnAlign: 'c' //按钮居中
             , shade: 0.5 //不显示遮罩
             , load: 1
-            , yes: function () {
+            , btn2: function () {
                 layer.closeAll();
             },
-            btn2: function () {
+            yes: function () {
                 console.log("看看id")
                 console.log(TPayInfo.seItem.id)
                 var ajax = new $ax(Feng.ctxPath + "/ticket/writeOff", function (data) {
                     TPayInfo.search();
+                    Feng.error("核销成功!")
                 }, function (data) {
                 });
                 ajax.set("id", TPayInfo.seItem.id);

--
Gitblit v1.7.1