luckybag_1202_2
This commit is contained in:
@@ -59,6 +59,8 @@ class Luckybag extends Wxapp
|
||||
->order_by('a.id Desc')
|
||||
->limit(3)
|
||||
->get()->result_array();
|
||||
$share = array('title' => '我领到一个哪吒汽车宁德时代内购会福袋,请您帮忙拆福袋,赢取家电大礼包',
|
||||
'img' => 'https://qs.haodian.cn/wechat_app/liche/ningDeFD/sharetip.png');
|
||||
$data = array(
|
||||
'title' => '哪吒汽车内购会',
|
||||
"bg" => array('color' => '#f8c33f', 'img' => 'https://qs.haodian.cn/wechat_app/liche/ningDeFD/bag-theme.jpg'),
|
||||
@@ -67,6 +69,7 @@ class Luckybag extends Wxapp
|
||||
'user' => ['btn' => $user_btn, 'zhu_li' => ['title' => "当前已有{$zhu_li_count}位好友帮忙", 'value' => $zhu_li_count, 'list' => $list]],
|
||||
'gift' => $this->mdLuckyBagUsers->get_gift(),
|
||||
'preferential' => ['https://qs.haodian.cn/wechat_app/liche/ningDeFD/policy.jpg'],
|
||||
'share' => $share
|
||||
);
|
||||
return $data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user