Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
YM_L5_27
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
YM_L5_27
Commits
58fc8679
Commit
58fc8679
authored
Jul 08, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bugs
parent
10f7be4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
custom-hot-zone.component.ts
src/app/common/custom-hot-zone/custom-hot-zone.component.ts
+3
-0
No files found.
src/app/common/custom-hot-zone/custom-hot-zone.component.ts
View file @
58fc8679
...
...
@@ -188,6 +188,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
if
(
!
this
.
bgItem
.
url
)
{
callBack
();
return
;
}
bg
.
load
(
this
.
bgItem
.
url
).
then
(()
=>
{
...
...
@@ -213,6 +214,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
const
bg2
=
this
.
bg2
;
if
(
!
this
.
bgItem2
.
url
)
{
callBack
();
return
;
}
bg2
.
load
(
this
.
bgItem2
.
url
).
then
(()
=>
{
...
...
@@ -446,6 +448,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
this
.
bgItem2
=
{};
}
this
.
refreshBackground
(()
=>
{
console
.
log
(
'
汪汪汪
'
)
if
(
!
this
.
hotZoneItemArr
)
{
this
.
hotZoneItemArr
=
[];
}
else
{
...
...
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