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
d4b2996b
Commit
d4b2996b
authored
Dec 30, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
61bbd9a3
c07d3a09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
realHouse.php
new_admincp/applications/zsb/controllers/realHouse.php
+1
-0
realHouse_reportRecord.php
...incp/applications/zsb/views/nj/realHouse_reportRecord.php
+1
-1
No files found.
new_admincp/applications/zsb/controllers/realHouse.php
View file @
d4b2996b
...
...
@@ -224,6 +224,7 @@ class realHouse extends MY_Controller {
$data_page
[
'typeList'
]
=
array
(
'99'
=>
'选择举报原因'
)
+
array
(
'0'
=>
'房源不可看'
,
'1'
=>
'价格不准确'
,
'2'
=>
'图片不真实'
,
'3'
=>
'描述不真实'
);
//$data_page['reportList'] = array('99' => '选择处理结果') + array('1' => '举报成功(扣罚)', '2' => '举报失败', '0' => '待处理' ,'3'=> '举报成功(不扣罚)');
$data_page
[
'reportList'
]
=
array
(
'99'
=>
'选择处理结果'
)
+
array
(
'1'
=>
'举报成功(扣罚)'
,
'2'
=>
'举报失败'
,
'0'
=>
'待处理'
);
$data_page
[
'reportListArr'
]
=
array
(
'99'
=>
'选择处理结果'
)
+
array
(
'1'
=>
'举报成功(扣罚)'
,
'2'
=>
'举报失败'
,
'0'
=>
'待处理'
,
'3'
=>
'举报成功(不扣罚)'
);
$data_page
[
'appealList'
]
=
array
(
'99'
=>
'选择申诉状态'
)
+
array
(
'0'
=>
'未申诉'
,
'1'
=>
'已申诉'
,
'2'
=>
'申诉成功'
,
'3'
=>
'申诉失败'
);
//$searchData = array('uid' => $info['uid'], 'note' => 1);
...
...
new_admincp/applications/zsb/views/nj/realHouse_reportRecord.php
View file @
d4b2996b
...
...
@@ -135,7 +135,7 @@
<div class=""><?=
$typeList[$item['type']]
?></div>
</td>
<td class="
td
w70
">
<div class=""><?=
$reportList[$item['report_result']]
?></div>
<div class=""><?=
$reportList
Arr
[$item['report_result']]
?></div>
</td>
<td class="
td
w70
">
<div class=""><?=
$appealList[$item['appeal']]
?></div>
...
...
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