|
@@ -409,10 +409,10 @@ Class Manage
|
|
|
}
|
|
|
$active = Dever::db('active/info')->find($v['active_id']);
|
|
|
$m = '';
|
|
|
- // if ($v['status'] == 1 && time()<$active['act_start'] && $active['refund_type'] == 2) {
|
|
|
+ if ($v['status'] == 1 && time()<$active['act_start'] && $active['refund_type'] == 2) {
|
|
|
$url = Dever::url('lib/manage.setOrder&order_id=' . $v['order_id'].'&code_id='.$v['id'], 'active');
|
|
|
$m = '<a href="javascript:;" onclick="load( \''.$url.'\')" class="layui-btn">退款</a>';
|
|
|
- // }
|
|
|
+ }
|
|
|
$d = array
|
|
|
(
|
|
|
$join_name,
|