From 2dda6304029c95e171b2f9e32406eb4600d77ebd Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 01 十一月 2023 18:57:58 +0800
Subject: [PATCH] 支付会员送券功能补充 运营商权限bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js |    6 +++---
 1 files changed, 3 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..eaa4f7a 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,14 +48,14 @@
                 '                   </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) {

--
Gitblit v1.7.1