Commit e52579f0 by 冷斌

fix bug

parent 343bced4
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
namespace Admin\Controller; namespace Admin\Controller;
use Common\Controller\AdminbaseController; use Common\Controller\AdminbaseController;
class LuckrateController extends AdminbaseController { class LuckrateController extends AdminbaseController {
var $numslist=['1','10','66','88','100','520','1314']; // var $numslist=['1','10','66','88','100','520','1314'];
protected $numslist = ['1'];
function index(){ function index(){
$giftid=I('giftid'); $giftid=I('giftid');
$map['giftid']=$giftid; $map['giftid']=$giftid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment