@suifeng 大神,如下图的领券中心,抵用券列表数据,看了模板,不能直接在网站首页使用,如想在网站首页调用,需要如果调用呢
{qb:tag name="pc_mall_quanlist" table="qb_mall_quan" order="id" by="desc" rows="20"} <p>名称:{$rs.title} id:{$rs.id} url:{:iurl('mall/quan/show',['id'=>$rs['id']])} 店铺:{:fun('mall@status',$rs['uid'])['title']} 店铺链接:{:iurl('mall/store/show',['id'=>fun('mall@status',$rs['uid'])['id']])} </p> {/qb:tag}
大概是这样的 需要其他字段 查询表就可以了
qb_mall_quan 是店家发布的优惠券 有领取规则等
qb_mall_coupon 是会员领取店家的优惠券 有优惠券到期时间 是否使用等