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
1e16ccae
Commit
1e16ccae
authored
Dec 26, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
8bc4e313
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
sell.php
new_admincp/applications/zsb/controllers/sell.php
+1
-1
sell_modify.php
new_admincp/applications/zsb/views/nj/sell_modify.php
+3
-1
index.php
new_admincp/index.php
+4
-0
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
1e16ccae
...
...
@@ -2604,7 +2604,7 @@ class Sell extends MY_Controller {
if
(
$real_house_set
>
0
)
{
$this
->
load
->
model
(
'real_house_model'
);
$realnum_limit
=
$this
->
broker_model
->
get_realnum_by_packageid
(
$package_id
);
$realHouseNum
=
$this
->
real_house_model
->
getUidRealHouseNumExceptId
(
$uid
,
$house_id
);
if
(
$realHouseNum
>=
$realnum_limit
)
...
...
new_admincp/applications/zsb/views/nj/sell_modify.php
View file @
1e16ccae
...
...
@@ -530,7 +530,9 @@
</label>
</div>
<?php
endif
;
?>
<div
class=
"fgInput zsbnum_4 fxk"
>
<a
target=
"_blank"
href=
"http://zsb.house365.com/help/nj/?p=1373"
>
放心看规则说明
</a>
</div>
<?php
}
?>
</div>
<div
class=
"mod"
>
...
...
new_admincp/index.php
View file @
1e16ccae
...
...
@@ -48,6 +48,10 @@ if (defined('ENVIRONMENT'))
}
}
if
(
$_COOKIE
[
'zkg'
]){
error_reporting
(
E_ALL
);
ini_set
(
"display_errors"
,
TRUE
);
}
// error_reporting(E_ALL);
//ini_set("display_errors",TRUE);
...
...
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