From 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 27 Feb 2024 15:47:57 +0800
Subject: [PATCH] 抽奖

---
 src/main/resources/templates/febs/views/modules/mallMember/scoreAchieveReleaseList.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/scoreAchieveReleaseList.html b/src/main/resources/templates/febs/views/modules/mallMember/scoreAchieveReleaseList.html
index c61ab35..1885e7c 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/scoreAchieveReleaseList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/scoreAchieveReleaseList.html
@@ -26,11 +26,12 @@
             tableIns = febs.table.init({
                 elem: $view.find('table'),
                 id: 'achieveReleaseChild',
-                url: ctx + 'admin/mallMember/roleReleaseChild?parentId=1',
+                url: ctx + 'admin/mallMember/achieveReleaseChild?parentId=1',
                 totalRow: true ,// 开启合计行
                 cols: [[
                     {field: 'name', title: '名称', minWidth: 150,align:'center', totalRowText: '合计:'},
-                    {field: 'phone', title: '电话', minWidth: 150,align:'center'},
+                    {field: 'accountLogin', title: '登录账户', minWidth: 150,align:'center'},
+                    {field: 'phone', title: '手机号码', minWidth: 150,align:'center'},
                     {field: 'createdTime', title: '释放时间', minWidth: 150,align:'center'},
                     {field: 'type', title: '类型',
                         templet: function (d) {

--
Gitblit v1.9.1