root hace 5 años
padre
commit
bd7574c776
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      addons/zh_jdgjb/wxapp.php

+ 1 - 1
addons/zh_jdgjb/wxapp.php

xqd
@@ -903,7 +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;
+	print_r(strtotime($res['arrive_time']));die;
 	if (time() > (strtotime($res['arrive_time']) - 43200)) {
 	    $res['can_refund'] = 0;
     } else {