| #1554 | $this->cms_content_attach->table = 'cms_' . $table . '_attach'; |
| #1555 | if ($isremote) { |
| #1556 | |
| #1557 | |
| #1558 | $endstr .= $this->get_remote_img($table, $cms_content_data['content'], $uid, $cid, $id); |
| #1559 | } |
| #1560 | |
| #1561 | // 计算图片数,和非图片文件数 |
| #1562 | $imagenum = $this->cms_content_attach->find_count(['id' => $id, 'uid' => $uid, 'isimage' => 1]); |
| #1563 | $filenum = $this->cms_content_attach->find_count(['id' => $id, 'uid' => $uid, 'isimage' => 0]); |