hrjy 2 年之前
父節點
當前提交
f8b242a337
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/user/Out.php

+ 1 - 1
app/admin/controller/user/Out.php

@@ -194,7 +194,7 @@ class Out extends AuthController
         if (!$seckill) return Json::fail('数据不存在!');
         $this->assign([
             'content' => htmlspecialchars_decode($seckill['content']),
-            'field' => 'description',
+            'field' => 'content',
             'action' => Url::buildUrl('change_field', ['id' => $id, 'field' => 'content'])
         ]);
         return $this->fetch('public/edit_content');