-
{query:name=commend_goods as commend join=left join goods as go on go.id eq commend.goods_id
where = commend_id eq 3 and go.id is not null and go.is_del eq 0
fields = go.id,go.img,go.name,go.sell_price
limit = 10
}
{$item['name']}¥{$item['sell_price']}
{/query}
商城公告
{$this->noticeRow['title']}
{$this->noticeRow['content']}