会员动态
动态列表
请输入会员名称
#foreach($obj in $objs)
#set($user_img ="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name") #if($!obj.user.phtot) #set($user_img ="$!webPath/$!obj.user.photo.path/$!obj.user.photo.name") #end
$!obj.user.userName:$!obj.content
#if($!obj.goods)
$!obj.goods.goods_name
价格:¥$!obj.goods.store_price
运费:¥$!obj.goods.goods_fee
#end #if($!obj.childs.size()>0)
#foreach($child in $obj.childs)
$!child.user.userName: $!child.content
#end
#end
$!CommUtil.formatLongDate($!obj.addTime) 转发($!obj.turnNum) | 评论($!obj.childs.size()) 状态:#if($!obj.locked==true)已加密#else 正常#end 可见度:
#if($!obj.display==true)可见#else不可见#end
#end
$!gotoPageFormHTML
全部