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}