Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
2f49180e
Commit
2f49180e
authored
Nov 19, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
leibiaoxiangqin
parent
d8acd6c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
embed_applications/app/front/vues/pages/noticetm/noticetm.html
+2
-1
embed_applications/app/front/vues/pages/noticetm/noticetm.js
+1
-1
No files found.
embed_applications/app/front/vues/pages/noticetm/noticetm.html
View file @
2f49180e
...
@@ -129,7 +129,8 @@
...
@@ -129,7 +129,8 @@
<ul>
<ul>
<li
v-for=
"(tm,index) in tms"
@
click=
""
>
<li
v-for=
"(tm,index) in tms"
@
click=
""
>
<div
class=
"brandfind-list-box-logo"
>
<div
class=
"brandfind-list-box-logo"
>
<img
:src=
"tm.logo"
alt=
""
>
<img
v-if=
"tm.logo"
:src=
"tm.logo"
alt=
""
>
<img
v-else
src=
"/imgs/loading.png"
alt=
""
>
</div>
</div>
<div
class=
"brandfind-list-box-text"
>
<div
class=
"brandfind-list-box-text"
>
<div
class=
"brandfind-list-box-text-title"
>
<div
class=
"brandfind-list-box-text-title"
>
...
...
embed_applications/app/front/vues/pages/noticetm/noticetm.js
View file @
2f49180e
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
}).
catch
(
function
(
e
)
{
}).
catch
(
function
(
e
)
{
console
.
log
(
e
);
console
.
log
(
e
,
"lslslslls"
);
that
.
$root
.
loading
=
false
;
that
.
$root
.
loading
=
false
;
that
.
$message
.
warning
(
`操作失败,请刷新页面后重新操作`
);
that
.
$message
.
warning
(
`操作失败,请刷新页面后重新操作`
);
});
});
...
...
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