Commit f8cf607c authored by zhuwei's avatar zhuwei

ios支付按钮 审核 0不显示 1显示

parent c16eee4d
...@@ -228,6 +228,7 @@ class AmercementService ...@@ -228,6 +228,7 @@ class AmercementService
$this->updateAmercement($val['id'], ['money_sum' => $money_sum]); $this->updateAmercement($val['id'], ['money_sum' => $money_sum]);
} }
$result[$key]['img'] = $this->getAmercementImage($val['id']); $result[$key]['img'] = $this->getAmercementImage($val['id']);
$result[$key]['ios_pay_show'] = 0;//ios支付按钮 审核 0不显示 1显示
} }
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