简介特色
鑫富商城系统开发,鑫富商城软件开发,鑫富商城app开发
详细内容
本文由 威-kaifa873 整理发布,仅作为项目开发需求参考!
一、盲盒运营模式:
模式的玩法,将线下的盲盒模式进行升级,程序上的盲盒,每个盲盒都可以开出一些低价的产品,像纸巾、小玩具、这些!这个是每个盲盒都有的。比如这个盲盒是手办的盲盒,那它里面肯定每一个就是可以的开出手办!
二、用户如何参与盲盒活动?
商城用户下单盲盒专区的商品,视为自动参与,即可参加抽奖活动,等待抽奖结果,在加入购物车和下单页面,盲盒商品都自带“盲盒”标识,方便用户辨别。
盲盒营销,能让购物变得用户的购物变得更加有趣,增加体验度,社区团购商家也需要新的玩法刺激消费购物。
$grid->column( box.name , __( 盲盒名称 ));
$grid->column( goods.image , __( 商品图片 ))->image( ,30,30);
$grid->column( goods.name , __( 商品名称 ));
$grid->column( goods_num , __( 数量(剩余/总数) ))->display(function($value) {
$is_use = BlindBoxItems::where( goods_id ,$this->goods_id)
->where( tag_id ,$this->tag_id)
->where( is_sale ,$this->is_sale)
->where( state ,1)
->count();
$remain = $value - $is_use;
$total = BlindBoxItems::where( is_sale ,1)->where( state ,0)->count();
$rate = 0;
if($total && $this->is_sale) {
$rate = bcmul(bcdiv($remain,$total,4),100);
}
return $remain . / .$value . ( .$rate. %) ;
});
$grid->column( tag.name , __( 标签名称 ));
$grid->column( is_sale , __( 启用状态 ))->display(function($value) {
if($value) {
return 是 ;
}
return 否 ;
});
//中奖数量
$prize = $maxPrizeNumber;
if($prize >= $ticket->select_number) {
$prize = $ticket->select_number;
}
if($prizeTimes >= $mustGet) {
$prizes = GrabBlindBox::where( is_grab ,0)
->where( user_id , ,$ticket->user_id)
->where( price , < ,288)
->orderByRaw("RAND()")
->limit($prize)
->get();
}else{
$curTotal = $prizeCurTimes->count();
//达到100次
if(($curTotal + $ticket->select_number) >= 100) {
$remain = $mustGet - $prizeTimes;
$limit = min($remain, $prize);
$prizes = GrabBlindBox::where( is_grab ,0)
->where( user_id , ,$ticket->user_id)
->where( price , = ,288)
->limit($limit)
->get();
//如果没有抽取到288,则释放次数,用于下一步算法计算获得小于288的盒子
if($prizes->isEmpty()) {
城市标签:#广州市# #天河区# #软件app#