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
73c5c815
Commit
73c5c815
authored
Mar 05, 2019
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
d34cefc2
eb8f017a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
OrderLogService.php
application/api_broker/service/OrderLogService.php
+1
-1
UploadImg.php
application/index/controller/UploadImg.php
+3
-3
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
getCollection.js
public/resource/js/getCollection.js
+1
-0
No files found.
application/api_broker/service/OrderLogService.php
View file @
73c5c815
...
...
@@ -1328,7 +1328,7 @@ class OrderLogService
$orderModel
=
new
OrderModel
();
$result
=
$orderModel
->
searchOrderAll
(
$field
,
$
condition
,
$
where_
,
$pageNo
,
$pageSize
);
$result
=
$orderModel
->
searchOrderAll
(
$field
,
$where_
,
$pageNo
,
$pageSize
);
$reportService
=
new
ReportService
();
return
$reportService
->
returnResult
(
$result
);
...
...
application/index/controller/UploadImg.php
View file @
73c5c815
...
...
@@ -56,10 +56,10 @@ class UploadImg extends Basic
$type
=
request
()
->
param
(
'type'
);
$uploadResult
=
$this
->
uFService
->
upload
(
$file
,
$type
);
if
(
CURRENT_URL
==
'https://images.tonglianjituan.com/'
)
{
$path
=
IMAGES_URL
;
}
else
{
if
(
CURRENT_URL
==
'https://pre2.tonglianjituan.com/'
)
{
$path
=
'https://pre2.tonglianjituan.com/'
;
}
else
{
$path
=
IMAGES_URL
;
}
switch
(
$type
)
{
...
...
application/index/view/global/footer_tpl.html
View file @
73c5c815
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201906668
8
'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201906668
2
'
charset=
'utf-8'
></script>
public/resource/js/getCollection.js
View file @
73c5c815
...
...
@@ -1298,6 +1298,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
'.hangzhou'
).
hide
();
$
(
'.shenzheng'
).
show
();
}
var
persent
=
0.7
;
$
(
'.zhzd'
).
show
();
$
(
'.zjcon'
).
hide
();
var
doc
=
$
(
'#modal-addPic'
);
...
...
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