From 69adcbabf8bf9b73e1271338d404f14fb0018e52 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 15 Jul 2020 19:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=A8=E5=B9=BF=E5=85=AC?= =?UTF-8?q?=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PromoteCompanyController.class.php | 2 +- .../Admin/View/PromoteCompany/add.html | 66 ++++++++----------- .../Admin/View/PromoteCompany/edit.html | 66 ++++++++----------- Data/update.sql | 14 ++++ Public/static/czinputcheck.js | 32 +++++++++ 5 files changed, 101 insertions(+), 79 deletions(-) diff --git a/Application/Admin/Controller/PromoteCompanyController.class.php b/Application/Admin/Controller/PromoteCompanyController.class.php index 7ddf2000f..cf4fe869a 100644 --- a/Application/Admin/Controller/PromoteCompanyController.class.php +++ b/Application/Admin/Controller/PromoteCompanyController.class.php @@ -221,7 +221,7 @@ class PromoteCompanyController extends ThinkController //分页 $parameter['p'] = $page; $parameter['row'] = $row; - $page = set_pagination($count, $row, $parameter); + $page = set_pagination($count, $row); if ($page) { $this->assign('_page', $page); } diff --git a/Application/Admin/View/PromoteCompany/add.html b/Application/Admin/View/PromoteCompany/add.html index 34fbf450b..0d41aa0c8 100644 --- a/Application/Admin/View/PromoteCompany/add.html +++ b/Application/Admin/View/PromoteCompany/add.html @@ -19,7 +19,7 @@ - +