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
fc4e726b
Commit
fc4e726b
authored
May 22, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5c4cac1b
6359e950
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
4 deletions
+9
-4
common_url_helper.php
new_admincp/applications/helpers/common_url_helper.php
+2
-1
config_fz.php
new_admincp/applications/zsb/config/config_fz.php
+0
-0
config_lf.php
new_admincp/applications/zsb/config/config_lf.php
+0
-0
config_mas.php
new_admincp/applications/zsb/config/config_mas.php
+1
-1
config_taizhou.php
new_admincp/applications/zsb/config/config_taizhou.php
+0
-0
sell.php
new_admincp/applications/zsb/controllers/sell.php
+2
-2
login.php
new_admincp/applications/zsb/views/nj/login.php
+4
-0
No files found.
new_admincp/applications/helpers/common_url_helper.php
View file @
fc4e726b
...
@@ -82,7 +82,8 @@ if(!function_exists('get_rentinfo_url'))
...
@@ -82,7 +82,8 @@ if(!function_exists('get_rentinfo_url'))
$rowid
=
intval
(
$row
)
>
0
?
intval
(
$row
)
:
0
;
$rowid
=
intval
(
$row
)
>
0
?
intval
(
$row
)
:
0
;
}
}
$url
=
GB_RENT_URL
.
"/rentinfo.php?id="
.
$rowid
.
"&update=1"
;
//$url = GB_RENT_URL."/rentinfo.php?id=".$rowid."&update=1";
$url
=
GB_RENT_URL
.
"/r_"
.
$rowid
.
".html?update=1"
;
return
$url
;
return
$url
;
}
}
...
...
new_admincp/applications/zsb/config/config_fz.php
0 → 100644
View file @
fc4e726b
This diff is collapsed.
Click to expand it.
new_admincp/applications/zsb/config/config_lf.php
0 → 100644
View file @
fc4e726b
This diff is collapsed.
Click to expand it.
new_admincp/applications/zsb/config/config_mas.php
View file @
fc4e726b
...
@@ -609,7 +609,7 @@ $config['templateName']= 'nj';
...
@@ -609,7 +609,7 @@ $config['templateName']= 'nj';
define
(
'TEMPLATE_NAME'
,
$config
[
'templateName'
]);
define
(
'TEMPLATE_NAME'
,
$config
[
'templateName'
]);
//租售宝账号注册
//租售宝账号注册
define
(
'GB_BROKER_REG'
,
"http://m
ianyang
.sell.house365.com/agent_sign_up.php"
);
define
(
'GB_BROKER_REG'
,
"http://m
as
.sell.house365.com/agent_sign_up.php"
);
/**
/**
* 针对经纪人付费状态,【合肥 1表示收费,0表示免费】
* 针对经纪人付费状态,【合肥 1表示收费,0表示免费】
...
...
new_admincp/applications/zsb/config/config_taizhou.php
0 → 100644
View file @
fc4e726b
This diff is collapsed.
Click to expand it.
new_admincp/applications/zsb/controllers/sell.php
View file @
fc4e726b
...
@@ -96,7 +96,7 @@ class Sell extends MY_Controller {
...
@@ -96,7 +96,7 @@ class Sell extends MY_Controller {
$this
->
load
->
model
(
'broker_model'
);
$this
->
load
->
model
(
'broker_model'
);
$info_extra
=
$this
->
broker_model
->
get_broker_detail
(
$this
->
user_arr
[
'uid'
]);
$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;
//$use_access = true;
$is_permission = false;
$is_permission = false;
//var_dump($is_permission);die;
//var_dump($is_permission);die;
...
@@ -106,7 +106,7 @@ class Sell extends MY_Controller {
...
@@ -106,7 +106,7 @@ class Sell extends MY_Controller {
{
{
$this->jump(GB_WO_URL);
$this->jump(GB_WO_URL);
exit;
exit;
}
}
*/
//南京站身份证限制发布房源
//南京站身份证限制发布房源
if
(
GB_CITY
==
'nj'
){
if
(
GB_CITY
==
'nj'
){
//判断身份证认证
//判断身份证认证
...
...
new_admincp/applications/zsb/views/nj/login.php
View file @
fc4e726b
...
@@ -137,6 +137,10 @@ $phone = getPhone(4);
...
@@ -137,6 +137,10 @@ $phone = getPhone(4);
'sh'
=>
array
(
'url'
=>
'http://sh.zsb.house365.com/'
,
'name'
=>
'上 海'
),
'sh'
=>
array
(
'url'
=>
'http://sh.zsb.house365.com/'
,
'name'
=>
'上 海'
),
'tx'
=>
array
(
'url'
=>
'http://tx.zsb.house365.com/'
,
'name'
=>
'桐 乡'
),
'tx'
=>
array
(
'url'
=>
'http://tx.zsb.house365.com/'
,
'name'
=>
'桐 乡'
),
'wlmq'
=>
array
(
'url'
=>
'http://wlmq.zsb.house365.com/'
,
'name'
=>
'乌鲁木齐'
),
'wlmq'
=>
array
(
'url'
=>
'http://wlmq.zsb.house365.com/'
,
'name'
=>
'乌鲁木齐'
),
'mas'
=>
array
(
'url'
=>
'http://mas.zsb.house365.com/'
,
'name'
=>
'马鞍山'
),
'lf'
=>
array
(
'url'
=>
'http://lf.zsb.house365.com/'
,
'name'
=>
'廊坊'
),
'fz'
=>
array
(
'url'
=>
'http://fz.zsb.house365.com/'
,
'name'
=>
'福州'
),
'taizhou'
=>
array
(
'url'
=>
'http://taizhou.zsb.house365.com/'
,
'name'
=>
'台州'
),
'cz'
=>
array
(
'url'
=>
'http://zsb.house365.com'
,
'name'
=>
'常 州'
),
//特殊
'cz'
=>
array
(
'url'
=>
'http://zsb.house365.com'
,
'name'
=>
'常 州'
),
//特殊
);
);
...
...
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