hrjy 2 years ago
parent
commit
f8b242a337
1 changed files with 1 additions and 1 deletions
  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');