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
733421e5
Commit
733421e5
authored
May 11, 2020
by
VVEIZHCHIENG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合肥站不能点击房源管理bug
parent
422d15a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sell.php
new_admincp/applications/zsb/controllers/sell.php
+2
-2
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
733421e5
...
...
@@ -96,7 +96,7 @@ class Sell extends MY_Controller {
$this
->
load
->
model
(
'broker_model'
);
$info_extra
=
$this
->
broker_model
->
get_broker_detail
(
$this
->
user_arr
[
'uid'
]);
if
(
time
()
-
strtotime
(
$info_extra
[
'usetime'
])
<
0
){
/*
if(time()-strtotime($info_extra['usetime'])<0){
//$use_access = true;
$is_permission = false;
//var_dump($is_permission);die;
...
...
@@ -106,7 +106,7 @@ class Sell extends MY_Controller {
{
$this->jump(GB_WO_URL);
exit;
}
}
*/
//南京站身份证限制发布房源
if
(
GB_CITY
==
'nj'
){
//判断身份证认证
...
...
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