From bdb56be6fe3d8172fdf3109a6f84ac7ee83a95d4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 24 May 2018 18:10:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=B9=B6?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E5=9B=BE=E6=96=87=E7=BC=96=E8=BE=91ag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/News.php | 6 +- application/wechat/view/news/form.html | 384 +++++++++++-------------- 2 files changed, 175 insertions(+), 215 deletions(-) diff --git a/application/wechat/controller/News.php b/application/wechat/controller/News.php index a8b3e86d5..1d0c1ee23 100644 --- a/application/wechat/controller/News.php +++ b/application/wechat/controller/News.php @@ -14,6 +14,7 @@ namespace app\wechat\controller; +use app\wechat\controller\api\Tools; use app\wechat\service\MediaService; use controller\BasicAdmin; use service\DataService; @@ -145,7 +146,10 @@ class News extends BasicAdmin $id = $this->request->get('id', ''); if ($this->request->isGet()) { empty($id) && $this->error('参数错误,请稍候再试!'); - return $this->fetch('form', ['title' => '编辑图文', 'vo' => MediaService::getNewsById($id)]); + if ($this->request->get('output') === 'json') { + ToolsService::success('获取数据成功', MediaService::getNewsById($id)); + } + return $this->fetch('form', ['title' => '编辑图文']); } $data = $this->request->post(); $ids = $this->_apply_news_article($data['data']); diff --git a/application/wechat/view/news/form.html b/application/wechat/view/news/form.html index a8860bf37..f2e2be00b 100644 --- a/application/wechat/view/news/form.html +++ b/application/wechat/view/news/form.html @@ -1,258 +1,214 @@ {extend name='admin@public/content'} {block name='content'} - - -
-
图文列表
-
- {if empty($vo['articles']) eq false} - -
- - {$value.title} +
+ +
+
图文列表
+
+
+
+ + +
+
+
+
+ + +
+
+ + +
-
- - {else} -
- - -
-
- {/if} - - -
-
- + + +
+
图文内容编辑
+
+
- -
-
图文内容编辑
-
- - -
-
-
- 文章标题 - - +
+
+
+ 文章标题 + +
-
-
-
-
- 文章作者 - +
+
+
+ 文章作者 + +
-
-
-
-
- -
-
-
- +
+
+
+ +
+
+
+ +
+
+
+ + +
+
-
- - -
- -
+

封面大图片建议尺寸:900像素 * 500像素

-

封面大图片建议尺寸:900像素 * 500像素

-
-
-
-
+
+
+
-
-
- - -
-
-
-
- - -
-
-
-
-
- +
+
+ +
-
- +
+
+ + +
+
+
+
+
+ +
+
+
+ +
+
- - {/block} {block name='script'} - {/block}