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
6507b0a4
Commit
6507b0a4
authored
Aug 14, 2020
by
liuqiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src的值不以http开头 直接返回
parent
aba868d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pic_inc.php
new_admincp/applications/zsb/views/nj/pic_inc.php
+3
-1
No files found.
new_admincp/applications/zsb/views/nj/pic_inc.php
View file @
6507b0a4
...
...
@@ -332,7 +332,9 @@ foreach($arr_sort as $key=>$sort) { ?>
function
addImageNew
(
src
,
upload_infotype
,
upload_nail
)
{
// src的值不以http开头 返回
const
httpPosition
=
src
.
indexOf
(
'http'
);
if
(
httpPosition
!==
0
)
return
;
var
oSwfu
=
upload_infotype
==
0
?
swfu0
:
(
upload_infotype
==
1
?
swfu1
:
swfu2
);
if
(
src
!=
''
&&
src
!=
'0'
)
{
...
...
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