Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
6958cd93
Commit
6958cd93
authored
Nov 21, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
a5317652
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Index.php
application/app/controller/Index.php
+2
-2
ShareShop.php
application/index/controller/ShareShop.php
+0
-1
No files found.
application/app/controller/Index.php
View file @
6958cd93
...
...
@@ -4,7 +4,6 @@ namespace app\app\controller;
use
app\model\AppVersion
;
use
app\model\HouseImgs
;
use
app\model\HouseInfos
;
use
think\Response
;
class
Index
...
...
@@ -17,7 +16,6 @@ class Index
public
function
__construct
()
{
$this
->
db
=
new
HouseInfos
();
$this
->
dbImg
=
new
HouseImgs
();
$this
->
appVersion
=
new
AppVersion
();
}
...
...
@@ -86,6 +84,8 @@ class Index
*/
public
function
getShopDetail
()
{
return
$this
->
response
(
"200"
,
'request null'
);
$id
=
$_POST
[
"id"
]
?
$_POST
[
"id"
]
:
$_GET
[
"id"
];
$field
=
"a.id,a.management_fee,a.title,a.address,a.city,a.room_area,a.room_area2,a.business_area,a.disc,a.disccircles,
...
...
application/index/controller/ShareShop.php
View file @
6958cd93
...
...
@@ -73,7 +73,6 @@ class ShareShop extends Basic
}
}
Log
::
record
(
"zhuweizhuwei----"
.
json_encode
(
$params
),
"info"
);
$this
->
assign
(
'data'
,
json_encode
(
$params
));
return
view
(
"share_detail"
);
...
...
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