Your Name 3 éve
szülő
commit
09f7e0578d
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      learn/active/lib/Manage.php

+ 2 - 2
learn/active/lib/Manage.php

@@ -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,