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
b458cf8f
Commit
b458cf8f
authored
Dec 20, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分支
parent
c76e0382
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
+16
-9
webServers.xml
.idea/webServers.xml
+1
-1
config.php
new_admincp/applications/zsb/config/config.php
+8
-3
config_wh.php
new_admincp/applications/zsb/config/config_wh.php
+4
-2
header.php
new_admincp/applications/zsb/views/nj/header.php
+3
-3
No files found.
.idea/webServers.xml
View file @
b458cf8f
...
...
@@ -11,7 +11,7 @@
</fileTransfer>
</webServer>
<webServer
id=
"67fb6ca5-037a-4b69-abe5-05e315a02402"
name=
"192.168.105.106"
url=
"http://192.168.105.106"
>
<fileTransfer
host=
"192.168.105.106"
port=
"21"
rootFolder=
"/fenzhan_agent"
>
<fileTransfer
host=
"192.168.105.106"
port=
"21"
rootFolder=
"/
webroot/
fenzhan_agent"
>
<advancedOptions>
<advancedOptions
dataProtectionLevel=
"Private"
passiveMode=
"true"
shareSSLContext=
"true"
/>
</advancedOptions>
...
...
new_admincp/applications/zsb/config/config.php
View file @
b458cf8f
...
...
@@ -478,6 +478,11 @@ $config['left_menu']['shop'] = array('shop_house_recommend', 'shop_set_basic');
$config
[
'left_menu'
][
'payment'
]
=
array
(
'payment_index'
,
array
(
'payment_recharge'
,
'payment_success'
),
'payment_transaction'
);
$config
[
'left_menu'
][
'question'
]
=
array
(
'qa_manage'
,
'qa_manage1'
,
'qa_manage2'
);
//真房源管理
$config
[
'left_menu'
][
'question'
]
=
array
(
'qa_manage'
,
'qa_manage1'
,
'qa_manage2'
);
//统计类的配置 statistics_plus
$config
[
'statistics'
][
1
][
'new'
][
'appName'
]
=
"172.17.1.76:7777/datamining/HTTP/?service="
;
//"202.102.94.169:7777/datamining/HTTP/?service=";//新统计
$config
[
'statistics'
][
1
][
'new'
][
'city'
]
=
"nj"
;
//新统计
...
...
@@ -594,5 +599,5 @@ $config['imageType'] = array(
'5'
=>
'室外'
,
'6'
=>
'其他'
);
$config
[
'is_open_real_house'
]
=
1
;
\ No newline at end of file
//开通放心看权限 0关闭,1开通
$config
[
'is_open_real_house'
]
=
0
;
\ No newline at end of file
new_admincp/applications/zsb/config/config_wh.php
View file @
b458cf8f
...
...
@@ -695,4 +695,6 @@ $config['payMethod'] = array('wxpay');
$config
[
'housebeanExpirationTimeType'
]
=
array
(
'paymentExpireTime'
=>
strtotime
(
date
(
'Y-m-1'
,
strtotime
(
'+120 month'
)))
-
1
,
//充值房豆过期时间
'otherExpireTime'
=>
strtotime
(
date
(
'Y-m-1'
,
strtotime
(
'+120 month'
)))
-
1
//其它房豆过期时间
);
\ No newline at end of file
);
//开通放心看权限
$config
[
'is_open_real_house'
]
=
1
;
\ No newline at end of file
new_admincp/applications/zsb/views/nj/header.php
View file @
b458cf8f
...
...
@@ -144,9 +144,9 @@
<?php
//} ?>
<?
php
$realHouse
=
$this
->
config
->
item
(
'
realH
ouse'
);
if
(
!
empty
(
$realHouse
)
&&
$realHouse
==
1
&&
$realNumLimit
>
0
)
{
?>
<dd
class=
"item
<?php
if
(
$memu_key
==
'realHouse'
)
echo
'itemOn'
;
?>
"
><a
href=
"/realHouse/marginAccount/"
class=
"link"
><span
class=
"tex"
>
放心看
管理
</span></a></dd>
$realHouse
=
$this
->
config
->
item
(
'
is_open_real_h
ouse'
);
if
(
!
empty
(
$realHouse
)
&&
$realHouse
==
1
)
{
?>
<dd
class=
"item
<?php
if
(
$memu_key
==
'realHouse'
)
echo
'itemOn'
;
?>
"
><a
href=
"/realHouse/marginAccount/"
class=
"link"
><span
class=
"tex"
>
真房源
管理
</span></a></dd>
<?php
}
?>
<dd
class=
"item appDown"
><a
target=
"_blank"
href=
"
<?=
GB_ZSB_APP
?>
"
class=
"linkLast"
>
App下载
</a></dd>
...
...
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