|
@@ -52,6 +52,7 @@ class Buy extends Base
|
|
# 列表页 我已购买的兑换码
|
|
# 列表页 我已购买的兑换码
|
|
public function lists_code()
|
|
public function lists_code()
|
|
{
|
|
{
|
|
|
|
+ $where['cate_id'] = $this->system;
|
|
$where['create_uid'] = $this->user['id'];
|
|
$where['create_uid'] = $this->user['id'];
|
|
//$where['type'] = 3;
|
|
//$where['type'] = 3;
|
|
$data = Dever::db('code/info')->getAll($where);
|
|
$data = Dever::db('code/info')->getAll($where);
|