Commit 5452a605 authored by zhuwei's avatar zhuwei

1

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