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
cf5d5214
Commit
cf5d5214
authored
Aug 09, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
97f053d6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
4 deletions
+37
-4
PayLogService.php
application/api_broker/service/PayLogService.php
+1
-1
Finance.php
application/index/controller/Finance.php
+4
-3
test.html
public/test.html
+32
-0
No files found.
application/api_broker/service/PayLogService.php
View file @
cf5d5214
...
...
@@ -517,7 +517,7 @@ class PayLogService
$pay_data
[
'site_id'
]
=
$agent_data
[
'site_id'
];
}
$pay_data
[
"img_path"
]
=
CHAT_IMG_URL
;
$pay_data
[
"img_arr"
]
=
$this
->
getOImg
(
$pay_id
,
3
);
$pay_data
[
"img_arr"
]
=
$this
->
getOImg
(
$pay_id
,
2
);
$pay_data
[
'open_time'
]
=
empty
(
$pay_data
[
'open_time'
])
?
''
:
$pay_data
[
'open_time'
];
...
...
application/index/controller/Finance.php
View file @
cf5d5214
...
...
@@ -3732,9 +3732,10 @@ class Finance extends Basic
$params_img
[
'img_id'
]
=
$params
[
'id'
];
}
$field
=
'id,img_name'
;
$order
=
new
OImg
();
$res
=
$order
->
getImgList
(
$params_img
,
$field
);
$field
=
'id,img_name'
;
$order
=
new
OImg
();
$params_img
[
'img_type'
]
=
2
;
$res
=
$order
->
getImgList
(
$params_img
,
$field
);
foreach
(
$res
as
$k
=>
$v
)
{
$res
[
$k
][
'img_name'
]
=
CHAT_IMG_URL
.
$v
[
'img_name'
];
}
...
...
public/test.html
0 → 100644
View file @
cf5d5214
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap-theme.min.css"
integrity=
"sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin=
"anonymous"
>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"
integrity=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin=
"anonymous"
></script>
<style>
</style>
</head>
<body>
<div
class=
"navbar navbar-inverse navbar-fixed-top"
>
<div
class=
"container"
>
<div
class=
"navbar-collapse collapse"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"#"
>
11111
</a></li>
<li><a
href=
"#"
>
22222
</a></li>
<li><a
href=
"#"
>
33333
</a></li>
<li><a
href=
"#"
>
44444
</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
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