From 71e4ccc7f95955f9e671aa196846063b6707175c Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jul 2019 10:36:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=B7=BB=E5=8A=A0=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E7=9F=AD=E4=BF=A1=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/controller/Config.php | 2 + ...message.html => index-store-message1.html} | 2 +- .../view/config/index-store-message2.html | 46 +++++++++++++++++++ application/store/view/config/index.html | 8 ++-- 4 files changed, 54 insertions(+), 4 deletions(-) rename application/store/view/config/{index-store-message.html => index-store-message1.html} (99%) create mode 100644 application/store/view/config/index-store-message2.html diff --git a/application/store/controller/Config.php b/application/store/controller/Config.php index 7da4d2bca..97acbb168 100644 --- a/application/store/controller/Config.php +++ b/application/store/controller/Config.php @@ -15,6 +15,7 @@ namespace app\store\controller; +use app\store\service\Extend; use app\store\service\ExtendService; use library\Controller; @@ -38,6 +39,7 @@ class Config extends Controller $this->title = '商城参数配置'; $this->applyCsrfToken('save'); $this->query = ExtendService::querySmsBalance(); + $this->query2 = ExtendService::querySmsBalance2(); $this->fetch(); } diff --git a/application/store/view/config/index-store-message.html b/application/store/view/config/index-store-message1.html similarity index 99% rename from application/store/view/config/index-store-message.html rename to application/store/view/config/index-store-message1.html index e31b98a0f..fac167d3c 100644 --- a/application/store/view/config/index-store-message.html +++ b/application/store/view/config/index-store-message1.html @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/application/store/view/config/index-store-message2.html b/application/store/view/config/index-store-message2.html new file mode 100644 index 000000000..3d93154bd --- /dev/null +++ b/application/store/view/config/index-store-message2.html @@ -0,0 +1,46 @@ +
+ +
+ + + + + + + + + + + +
+ +
+ + +
+
diff --git a/application/store/view/config/index.html b/application/store/view/config/index.html index a842a03f3..50d4c1bd6 100644 --- a/application/store/view/config/index.html +++ b/application/store/view/config/index.html @@ -2,14 +2,16 @@ {block name="content"} -
+
  • 商城参数设置
  • -
  • 商城短信设置
  • +
  • 国内短信设置
  • +
  • 国际短信设置
{include file='config/index-store-config'}
-
{include file='config/index-store-message'}
+
{include file='config/index-store-message1'}
+
{include file='config/index-store-message2'}