From 7456c891a8e794c9e64795601319afd5a95780d6 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Tue, 15 Oct 2019 14:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=9C=8DID=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/default/Public/promote_base.html | 314 +++++++++--------- .../Home/View/default/Query/dailySummary.html | 2 +- .../Home/View/default/Query/recharge.html | 4 +- .../Home/View/default/Query/summary.html | 2 +- .../Home/View/default/Query/view_role.html | 4 +- Data/update.sql | 2 +- 6 files changed, 164 insertions(+), 164 deletions(-) diff --git a/Application/Home/View/default/Public/promote_base.html b/Application/Home/View/default/Public/promote_base.html index c96dc462d..fb5093735 100644 --- a/Application/Home/View/default/Public/promote_base.html +++ b/Application/Home/View/default/Public/promote_base.html @@ -1,22 +1,22 @@ - - - {$meta_title}-个人中心 - - - - - - - - - {:hook('pageHeader')} - - - + + + {$meta_title}-个人中心 + + + + + + + + + {:hook('pageHeader')} + + + - + - - - + + + + diff --git a/Application/Home/View/default/Query/dailySummary.html b/Application/Home/View/default/Query/dailySummary.html index 0f2fc4022..035a716d2 100644 --- a/Application/Home/View/default/Query/dailySummary.html +++ b/Application/Home/View/default/Query/dailySummary.html @@ -582,7 +582,7 @@ if (serverData.length > 0) { for (var i in serverData) { - html += ""; + html += ""; } } } diff --git a/Application/Home/View/default/Query/recharge.html b/Application/Home/View/default/Query/recharge.html index e1a7d65dc..a8f1c62d1 100644 --- a/Application/Home/View/default/Query/recharge.html +++ b/Application/Home/View/default/Query/recharge.html @@ -87,7 +87,7 @@ @@ -320,7 +320,7 @@ if (serverData.length > 0) { for (var i in serverData) { - html += ""; + html += ""; } } } diff --git a/Application/Home/View/default/Query/summary.html b/Application/Home/View/default/Query/summary.html index 7932c5592..15c191cf8 100644 --- a/Application/Home/View/default/Query/summary.html +++ b/Application/Home/View/default/Query/summary.html @@ -350,7 +350,7 @@ if (serverData.length > 0) { for (var i in serverData) { - html += ""; + html += ""; } } } diff --git a/Application/Home/View/default/Query/view_role.html b/Application/Home/View/default/Query/view_role.html index ab9184279..2f7ed5939 100644 --- a/Application/Home/View/default/Query/view_role.html +++ b/Application/Home/View/default/Query/view_role.html @@ -43,7 +43,7 @@ @@ -183,7 +183,7 @@ if (serverData.length > 0) { for (var i in serverData) { - html += ""; + html += ""; } } } diff --git a/Data/update.sql b/Data/update.sql index 8e20756cd..b1cab2369 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -80,7 +80,7 @@ ALTER TABLE `tab_apply` ADD COLUMN `bale_sort` int(5) NOT NULL DEFAULT 0 COMMEN -- ---------------------------- -- 2019-10-11 zyx -- ---------------------------- -ALTER TABLE `tab_user` ADD COLUMN `last_device_number` varchar(50) DEFAULT '' COMMENT '上一次登录设备号' AFTER `device_number`; +ALTER TABLE `tab_user` ADD COLUMN `last_device_number` varchar(50) DEFAULT '' COMMENT '上一次登录设备号' AFTER `device_tab_protect_log_readnumber`; ALTER TABLE `tab_user` ADD COLUMN `last_login_ip` varchar(16) DEFAULT '' COMMENT '上一次登录id' AFTER `login_ip`; CREATE TABLE `tab_protect_log` (