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 {