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
846b0ca7
Commit
846b0ca7
authored
Feb 20, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/
parent
f4fded9c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
UploadImg.php
application/api_broker/controller/UploadImg.php
+1
-1
UploadImg.php
application/index/controller/UploadImg.php
+1
-1
add_notice_view.html
application/index/view/notice/add_notice_view.html
+1
-1
No files found.
application/api_broker/controller/UploadImg.php
View file @
846b0ca7
...
@@ -64,7 +64,7 @@ class UploadImg extends Basic
...
@@ -64,7 +64,7 @@ class UploadImg extends Basic
if
(
CURRENT_URL
==
'https://api.tonglianjituan.com'
)
{
if
(
CURRENT_URL
==
'https://api.tonglianjituan.com'
)
{
$path
=
IMAGES_URL
;
$path
=
IMAGES_URL
;
}
else
{
}
else
{
$path
=
'https://pre2.tonglianjituan.com'
;
$path
=
'https://pre2.tonglianjituan.com
/
'
;
}
}
switch
(
$type
)
{
switch
(
$type
)
{
...
...
application/index/controller/UploadImg.php
View file @
846b0ca7
...
@@ -59,7 +59,7 @@ class UploadImg extends Basic
...
@@ -59,7 +59,7 @@ class UploadImg extends Basic
if
(
CURRENT_URL
==
'https://api.tonglianjituan.com'
)
{
if
(
CURRENT_URL
==
'https://api.tonglianjituan.com'
)
{
$path
=
IMAGES_URL
;
$path
=
IMAGES_URL
;
}
else
{
}
else
{
$path
=
'https://pre2.tonglianjituan.com'
;
$path
=
'https://pre2.tonglianjituan.com
/
'
;
}
}
switch
(
$type
)
{
switch
(
$type
)
{
...
...
application/index/view/notice/add_notice_view.html
View file @
846b0ca7
...
@@ -299,7 +299,7 @@
...
@@ -299,7 +299,7 @@
<!--附件-->
<!--附件-->
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
<?php echo $url.'index/uploadEditor?type=house_img'; ?>
附件(格式为pdf/doc,选填,上限为5个):
</label>
<label
class=
"col-sm-2 control-label"
>
附件(格式为pdf/doc,选填,上限为5个):
</label>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<div
class=
"file-upload-area"
>
<div
class=
"file-upload-area"
>
<div
class=
"btn-area"
>
<div
class=
"btn-area"
>
...
...
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