perf: 微信: 页面默认 15016

webht/payment
Lei OT 6 months ago
parent d8f1751378
commit 29c620c216

@ -37,8 +37,9 @@ class PaymentService extends CI_Controller {
$this->permission->is_admin(true);
$data = array();
$method = $this->input->get_post("method");
$method = $method===false ? null : $method; // explode(',', $method);
$method = $method===false ? '15016,15035' : $method; // explode(',', $method);
$data['method_code'] = $method ? $method : '';
$method = $method==='all' ? null : $method; // explode(',', $method);
// $data["paytext"] = $this->payment_status();
if (isset($this->code_brandname[$method])) {
$data['method_code'] = $method;

@ -152,8 +152,8 @@
<img width="150" style="height:40px;" src="/css/nav/img/6000.png">
</a>
<h1>Payment List</h1>
<a <?php if($method_code==='') { ?> class="text-muted"<?php } ?>
href="/webht.php/apps/pay/paymentservice/note_list">ALL</a>
<a <?php if($method_code==='all') { ?> class="text-muted"<?php } ?>
href="<?php echo set_url_param(array('method'=>'all')) ?>">ALL</a>
&NonBreakingSpace;&boxv;&NonBreakingSpace;
<a <?php if($method_code==='15016') { ?> class="text-muted"<?php } ?>
href="<?php echo set_url_param(array('method'=>15016)) ?>">微信&raquo;</a>

Loading…
Cancel
Save