Commit 382ead5e authored by zhuwei's avatar zhuwei

1

parent 5747a40d
...@@ -301,6 +301,8 @@ class AmercementService ...@@ -301,6 +301,8 @@ class AmercementService
} }
} }
$result['img'] = $this->getAmercementImage($result['id']); $result['img'] = $this->getAmercementImage($result['id']);
$payInfo = $this->isPay($id);
$result['trade_no'] = isset($payInfo['trade_no']) && !empty($payInfo['trade_no']) ? $payInfo['trade_no']:'';
return $result; return $result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment