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
5d390894
Commit
5d390894
authored
Feb 19, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8d062df7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
black_list.js
public/resource/js/black_list.js
+1
-1
marchinList.js
public/resource/js/marchinList.js
+1
-1
public.js
public/resource/js/public.js
+3
-2
refundList.js
public/resource/js/refundList.js
+1
-1
marchin_list_template_tpl.html
public/resource/template/marchin_list_template_tpl.html
+2
-2
No files found.
public/resource/js/black_list.js
View file @
5d390894
...
...
@@ -45,7 +45,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', '
if
(
_data
.
code
==
200
)
{
$
(
'#container_body_img_area'
).
append
(
'<div class="result"><img data-imgname="{0}" src="{1}" alt=""/> <span class="span-del">删除</span></div>'
.
stringFormatObj
({
'0'
:
_data
.
data
.
img_path
,
'1'
:
'/'
+
_data
.
data
.
internet_img_name
'1'
:
ServerHostImageLiu
+
'/'
+
_data
.
data
.
internet_img_name
}));
}
else
{
alert
(
_data
.
msg
);
...
...
public/resource/js/marchinList.js
View file @
5d390894
...
...
@@ -209,7 +209,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
'2'
:
v
.
create_time
,
'3'
:
v
.
report_agent_name
,
'4'
:
ba
,
'5'
:
"/static/chat_image/"
+
((
Array
.
isArray
(
v
.
march_in_img
)
&&
v
.
march_in_img
.
length
)?
v
.
march_in_img
[
0
].
img_name
:
''
),
'5'
:
ServerHostImageLiu
+
"/static/chat_image/"
+
((
Array
.
isArray
(
v
.
march_in_img
)
&&
v
.
march_in_img
.
length
)?
v
.
march_in_img
[
0
].
img_name
:
''
),
'6'
:
check_auth
(
'marchIn_timer_shaft'
)?
_aTemp
:
''
});
funTemp
(
++
count
);
...
...
public/resource/js/public.js
View file @
5d390894
...
...
@@ -361,8 +361,9 @@ function getTimeStamp(date){
return
time_cha
;
};
//处理图片域名 测试 正式
// let ServerHostImageLiu = 'http://images.pre2.tonglianjituan.com';
let
ServerHostImageLiu
=
'https://images.tonglianjituan.com'
;
//测试 本地用测试域名
// let ServerHostImageLiu = 'https://pre2.tonglianjituan.com';//测试 本地 用 测试域名
let
ServerHostImageLiu
=
'https://images.tonglianjituan.com'
;
//测试 本地 暂时用正式域名
if
(
location
.
origin
===
'https://api.tonglianjituan.com'
)
{
ServerHostImageLiu
=
'https://images.tonglianjituan.com'
;
//正式用正式域名
};
public/resource/js/refundList.js
View file @
5d390894
...
...
@@ -337,7 +337,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
tag
+=
''
$
(
'#photoArea'
).
append
(
'<div class="result2"><img data-imgid="{0}" src="{1}" alt="" class="diagram-image J_preview" data-bimg="{1}"/></div>'
.
stringFormatObj
({
'0'
:
img
[
i
].
id
,
'1'
:
img
[
i
].
img_name
?
'/static/chat_image/'
+
urlDeal
(
img
[
i
].
img_name
):
'/static/chat_image/'
+
img
[
i
].
img_name
'1'
:
img
[
i
].
img_name
?
ServerHostImageLiu
+
'/static/chat_image/'
+
urlDeal
(
img
[
i
].
img_name
):
ServerHostImageLiu
+
'/static/chat_image/'
+
img
[
i
].
img_name
}));
}
}
else
{
...
...
public/resource/template/marchin_list_template_tpl.html
View file @
5d390894
...
...
@@ -8,8 +8,8 @@
<
td
>
[
%=
it
[
item
][
'report_agent_name'
]
%
]
<
/td
>
<
td
>
[
%=
adressDeal
(
it
[
item
][
'latitude'
],
it
[
item
][
'longitude'
],
it
[
item
][
'march_in_area'
])
%
]
<
/td
>
<
td
>
<
img
src
=
'[%=
location.href
+"/static/chat_image/"+it[item]["march_in_img"] %]'
class
=
"diagram-image J_preview"
data
-
bimg
=
'[%=
location.href
+"/static/chat_image/"+it[item]["march_in_img"] %]'
>
<
img
src
=
'[%=
ServerHostImageLiuHttp
+"/static/chat_image/"+it[item]["march_in_img"] %]'
class
=
"diagram-image J_preview"
data
-
bimg
=
'[%=
ServerHostImageLiuHttp
+"/static/chat_image/"+it[item]["march_in_img"] %]'
>
<
/td
>
<
td
>
[
%
if
(
check_auth
(
'marchIn_timer_shaft'
))
{
%
]
...
...
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