root %!s(int64=5) %!d(string=hai) anos
pai
achega
153178d9cd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      addons/zh_jdgjb/wxapp.php

+ 1 - 0
addons/zh_jdgjb/wxapp.php

xqd
@@ -903,6 +903,7 @@ public function doPageMyOrder(){
 public function doPageOrderDetails(){
 	global $_GPC, $_W;
 	$res=pdo_get('zh_jdgjb_order',array('id'=>$_GPC['order_id']));
+	print_r(strtotime($res['arrive_time']) - 43200);die;
 	if (time() > (strtotime($res['arrive_time']) - 43200)) {
 	    $res['can_refund'] = 0;
     } else {