hrjy %!s(int64=2) %!d(string=hai) anos
pai
achega
f8b242a337
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');