@extends('layouts.base') @section('content') @section('title', trans('商品评论详情'))
{!! app\common\helpers\ImageHelper::tplFormFieldImage('comment[head_img_url]',$comment->head_img_url) !!} 用户头像,如果不选择,默认从粉丝表中随机读取
用户昵称,如果不填写,默认从粉丝表中随机读取
{!! app\common\helpers\ImageHelper::tplFormFieldMultiImage('comment[images]',unserialize($comment->images)) !!}
@endsection