settter
parent
9c3d64e49d
commit
a59ef7fdc0
|
@ -73,7 +73,7 @@ class Comment extends Base
|
||||||
|
|
||||||
//如果是图片或者语音 加上域名信息
|
//如果是图片或者语音 加上域名信息
|
||||||
if(in_array($param['type'],[CommentModel::type_img,CommentModel::type_voice])){
|
if(in_array($param['type'],[CommentModel::type_img,CommentModel::type_voice])){
|
||||||
$comment = $param['comment'];
|
$comment = input("comment/s", '',null);
|
||||||
$param['url'] = $this->request->domain() . $comment;
|
$param['url'] = $this->request->domain() . $comment;
|
||||||
$param['comment'] = $this->request->domain() . $comment;
|
$param['comment'] = $this->request->domain() . $comment;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue