Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
3e230400
Commit
3e230400
authored
Dec 26, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
c7041710
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
MY_Controller.php
new_admincp/applications/zsb/core/MY_Controller.php
+1
-2
realHouse_marginAccount.php
...ncp/applications/zsb/views/nj/realHouse_marginAccount.php
+5
-0
index.js
new_admincp/source/zsb/js/v1.0/real/index.js
+1
-1
No files found.
new_admincp/applications/zsb/core/MY_Controller.php
View file @
3e230400
...
...
@@ -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
(
'
realH
ouse'
);
$realHouse
=
$this
->
config
->
item
(
'
is_open_real_h
ouse'
);
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
);
...
...
new_admincp/applications/zsb/views/nj/realHouse_marginAccount.php
View file @
3e230400
...
...
@@ -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
){
?>
...
...
new_admincp/source/zsb/js/v1.0/real/index.js
View file @
3e230400
...
...
@@ -36,7 +36,7 @@ var avaVm = avalon.define({
_this
.
setInOrder
();
},
complete
:
function
()
{
layer
.
close
All
(
);
layer
.
close
(
index
);
}
});
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment