Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
db8fd7d3
authored
May 18, 2020
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
b9615eeb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
public/js/web/design.js
resources/views/web/offline_design.blade.php
public/js/web/design.js
View file @
db8fd7d3
...
...
@@ -13,6 +13,7 @@ var tag={
tag
.
editUi
();
}
tag
.
handle
();
},
getInfo
:
function
(){
...
...
@@ -27,6 +28,7 @@ var tag={
$
(
".tag-bgm"
).
val
(
abobj
.
lableBg
);
$
(
".tag-size"
).
val
(
abobj
.
lableSize
);
$
(
".edit-box"
).
html
(
resp
.
data
.
template_extend
.
html
);
$
(
"textarea"
).
attr
(
"readonly"
,
false
)
tag
.
editUi
();
}
else
{
...
...
@@ -518,6 +520,7 @@ var tag={
if
(
!
$
(
".tag-border"
).
val
()){
$
(
".edit-con"
).
css
({
"border"
:
"0px"
})
}
$
(
"textarea"
).
attr
(
"readonly"
,
true
);
obj
.
htmlp
=
String
(
$
(
".edit-box"
).
html
());
obj
.
designName
=
$
(
".designName"
).
val
();
if
(
$
(
"#templateid"
).
val
()){
...
...
resources/views/web/offline_design.blade.php
View file @
db8fd7d3
This diff is collapsed.
Click to expand it.
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