Commit 3e230400 authored by zhangkuanguang's avatar zhangkuanguang

芜湖放心看

parent c7041710
......@@ -263,7 +263,7 @@ class MY_Controller extends CI_Controller
$functionSwitch = $this->config->item('functionSwitch');
$data['functionSwitch'] = !empty($functionSwitch) ? $functionSwitch : array();
$realHouse = $this->config->item('realHouse');
$realHouse = $this->config->item('is_open_real_house');
if (!empty($realHouse) && $realHouse == 1) {
$this->load->model('broker_model');
......@@ -275,7 +275,6 @@ class MY_Controller extends CI_Controller
$data['realNumLimit'] = $realNumLimit;
}
if(!empty($_GET['testw']))
{
$this->load->view('header_wang', $data);
......
......@@ -21,7 +21,12 @@
<!--ka用户都没有提现和缴纳按钮-->
<?php if($real_status <= 0){?>
<?php if($is_applay): ?>
<a class="btnB btnSubmit radius5" ms-if="@formData.step == 1" href="javascript:void(0)" ms-click="@isOpenReal()" >开通</a>
<?php else: ?>
<a class="btnB radius5" style="background-color: grey;border: 1px solid grey;text-decoration: none;" href="javascript:void(0)">开通</a>
<?php endif; ?>
<?php } else {?>
<?php if($realHouseMoney>0){ ?>
......
......@@ -36,7 +36,7 @@ var avaVm = avalon.define({
_this.setInOrder();
},
complete:function () {
layer.closeAll();
layer.close(index);
}
});
},
......
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