|
@@ -121,6 +121,7 @@ Class User extends Core
|
|
|
{
|
|
|
$data['list'] = Dever::db('active/order')->getAll(array('uid'=>$this->uid,'status'=>3));
|
|
|
foreach($data['list'] as $k => $v){
|
|
|
+ Dever::load('active/lib/manage')->upNum($v['id']);
|
|
|
$active = Dever::db('active/info')->find($v['active_id']);
|
|
|
$data['list'][$k]['active_name'] = $active['name'];
|
|
|
|