root пре 5 година
родитељ
комит
bd7574c776
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {