记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
24a1231f
Commit
24a1231f
authored
Mar 09, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改搜索词重复问题
parent
eb8cdef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
category.html
...esources/templates/zhengzai/goblin/category/category.html
+13
-5
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/category/category.html
View file @
24a1231f
...
@@ -162,13 +162,16 @@
...
@@ -162,13 +162,16 @@
</div>
</div>
<div class="gitPic">
<div class="gitPic">
<img id="viewImg" src="" alt="" style="max-height:150px;margin-top: 12px;margin-left: 12px;">
<img id="viewImg" src="" alt="" style="max-height:150px;margin-top: 12px;margin-left: 12px;">
<div class="ibox-content" style="border: none;padding-bottom: 0;">
<div class="ibox-content" style="border: none;padding-bottom: 0;display:flex;align-items:center;">
<em style="color:red;margin-right:12px">*</em>
<div class="form-group">
<div class="form-group">
<div class="file-loading">
<div class="file-loading">
<input id="fileinput" type="file" name="file" data-browse-on-zone-click="true" data-theme="fas">
<input id="fileinput" type="file" name="file" data-browse-on-zone-click="true" data-theme="fas">
</div>
</div>
</div>
</div>
<p style="margin-left:12px;">图片尺寸为54PX,比例为1:1</p>
</div>
</div>
</div>
</div>
<div class="bottomBtn">
<div class="bottomBtn">
<a src="javascript:;" class="layui-layer-btn0 paddings" onclick="yes(1,2)">确定</a>
<a src="javascript:;" class="layui-layer-btn0 paddings" onclick="yes(1,2)">确定</a>
...
@@ -313,7 +316,7 @@
...
@@ -313,7 +316,7 @@
name
=
$
(
"#threeIpt"
).
val
();
name
=
$
(
"#threeIpt"
).
val
();
catePid
=
$
(
"#secondTypeSelect"
).
val
();
catePid
=
$
(
"#secondTypeSelect"
).
val
();
}
}
if
(
!
name
)
{
if
(
!
name
||
!
$
(
"#viewImg"
).
attr
(
'src'
)
)
{
return
layer
.
msg
(
'请将必填项填写完整!'
)
return
layer
.
msg
(
'请将必填项填写完整!'
)
}
}
let
data
=
{
let
data
=
{
...
@@ -328,9 +331,14 @@
...
@@ -328,9 +331,14 @@
url
:
'/goblin/category/addSave'
,
url
:
'/goblin/category/addSave'
,
data
,
data
,
success
:
function
(
res
)
{
success
:
function
(
res
)
{
$
(
"pull-right button[type=refresh]"
).
click
();
console
.
log
(
res
,
'121212'
)
closeModal
();
if
(
res
.
code
==
0
)
{
refreshItem
();
$
(
"pull-right button[type=refresh]"
).
click
();
closeModal
();
refreshItem
();
}
else
{
layer
.
msg
(
res
.
msg
)
}
}
}
})
})
...
...
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