|
@@ -65,6 +65,12 @@ class Resource extends Main
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ # 重新支付
|
|
|
+ public function repay()
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
# 资源评论列表
|
|
|
public function getReviewList()
|
|
|
{
|
|
@@ -133,7 +139,7 @@ class Resource extends Main
|
|
|
if ($info && $info['type'] == 1 && $info['status'] > 1 && $info['status'] < 7 && !$info['refund']) {
|
|
|
$data['type'] = Dever::db('order_refund', $this->service->app)->value('type');
|
|
|
$data['desc_type'] = Dever::db('order_refund', $this->service->app)->value('desc_type');
|
|
|
- $data['cash'] = $info['cash'];
|
|
|
+ $data['cash'] = $info['scash'];
|
|
|
$data['detail'] = $info['detail'];
|
|
|
return $data;
|
|
|
} else {
|