joe 4 년 전
부모
커밋
ba69f76fd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/widget/Images.php

+ 1 - 1
app/admin/controller/widget/Images.php

@@ -31,7 +31,7 @@ class Images extends AuthController
         $productId = request()->param('productId');
         session('pid', $pid);
         $this->assign('pid', $pid);
-        
+        $this->assign('ppid', 0);
         if ($productId) {
             $res = SystemAttachmentModel::getPidByProductId($productId);
             $this->assign('pid', $res['pid']);