From 31755963171a6c7b7fdc286d83882daac6d9310b Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 06 六月 2025 17:30:26 +0800
Subject: [PATCH] bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js b/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js
index e376ae5..529af05 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js
@@ -19,7 +19,7 @@
  */
 TSite.initColumn = function () {
     return [
-        {field: 'selectItem', checkbox: true},
+        {field: 'selectItem', radio: true},
         {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
         {title: '运营商名称', field: 'name', visible: true, align: 'center', valign: 'middle',width:'20%',},
         {title: '管理员姓名', field: 'userName', visible: true, align: 'center', valign: 'middle',
@@ -95,6 +95,19 @@
         this.layerIndex = index;
     }
 };
+TSite.bindWx = function () {
+    if (this.check()) {
+        var index = layer.open({
+            type: 2,
+            title: "商户认证",
+            area: ['100%', '100%'], //宽高
+            fix: false, //不固定
+            maxmin: true,
+            content: Feng.ctxPath + '/operator/bindWx/' + TSite.seItem.id
+        });
+        this.layerIndex = index;
+    }
+};
 /**
  * 商户号认证页面回显
  */

--
Gitblit v1.7.1