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
38f6ba59
Commit
38f6ba59
authored
Nov 19, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
7905387e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
37 additions
and
14 deletions
+37
-14
embed_applications/app/front/entry/index.ejs
+2
-2
embed_applications/app/front/entry/public/css/pagecom.css
+0
-0
embed_applications/app/front/entry/public/imgs/loading.png
+0
-0
embed_applications/app/front/vues/pages/brandfind/brandfind.css
+2
-3
embed_applications/app/front/vues/pages/brandfind/brandfind.html
+2
-1
embed_applications/app/front/vues/pages/brandfind/brandfind.js
+21
-1
embed_applications/app/front/vues/pages/brandfinddetails/brandfinddetails.html
+0
-0
embed_applications/app/front/vues/pages/ncldetail/ncldetail.css
+2
-2
embed_applications/app/front/vues/pages/ncldetail/ncldetail.html
+2
-1
embed_applications/app/front/vues/pages/ncldetail/ncldetail.js
+1
-1
embed_applications/app/front/vues/pages/noticetm/noticetm.js
+4
-2
embed_applications/app/front/vues/pages/proposer/proposer.html
+1
-1
No files found.
embed_applications/app/front/entry/index.ejs
View file @
38f6ba59
...
...
@@ -23,10 +23,10 @@
<div>
<el-scrollbar
class=
"page-component__scroll"
>
<div
id=
"embedwarpper"
>
<div>
<div>
<keep-alive>
<router-view
name=
"default"
v-loading
.
fullscreen
.
lock=
"loading"
element-loading-text=
"拼命加载中"
element-loading-spinner=
"el-icon-loading"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
</router-view>
</router-view>
</keep-alive>
</div>
</div>
</el-scrollbar>
...
...
embed_applications/app/front/entry/public/css/pagecom.css
View file @
38f6ba59
This diff is collapsed.
Click to expand it.
embed_applications/app/front/entry/public/imgs/loading.png
0 → 100644
View file @
38f6ba59
2.66 KB
embed_applications/app/front/vues/pages/brandfind/brandfind.css
View file @
38f6ba59
...
...
@@ -136,7 +136,6 @@
.brandfind-main-filter-item
{
width
:
100%
;
box-sizing
:
border-box
;
min-width
:
1126px
;
min-height
:
24px
;
line-height
:
24px
;
margin-bottom
:
20px
;
...
...
@@ -164,7 +163,7 @@
}
.brandfind-main-filter-item
>
div
:nth-child
(
2
)
{
max-width
:
8
00px
;
max-width
:
8
5%
;
height
:
26px
;
overflow
:
hidden
;
transition
:
height
1s
;
...
...
@@ -284,7 +283,7 @@
.brandfind-main-equal-form
{
box-sizing
:
border-box
;
width
:
50
%
;
width
:
49
%
;
height
:
256px
;
border
:
1px
solid
#F7F7F8
;
padding
:
20px
30px
30px
30px
;
...
...
embed_applications/app/front/vues/pages/brandfind/brandfind.html
View file @
38f6ba59
...
...
@@ -292,8 +292,9 @@
@
click=
"toTmDetail(tm)"
>
<div
class=
"brandfind-list-box-logo"
>
<img
:src=
"tm.logo"
<img
v-if=
"tm.logo"
:src=
"tm.logo"
alt=
""
>
<img
v-else
src=
"/imgs/loading.png"
alt=
""
>
</div>
<div
class=
"brandfind-list-box-text"
>
...
...
embed_applications/app/front/vues/pages/brandfind/brandfind.js
View file @
38f6ba59
...
...
@@ -516,7 +516,6 @@
}
this
.
$root
.
postReq
(
url
,
obj
).
then
((
d
)
=>
{
if
(
d
.
status
==
0
&&
d
.
data
)
{
console
.
log
(
11111111111111
);
this
.
province_counts_o
=
d
.
data
.
province_counts
.
slice
(
0
,
5
).
map
((
item
,
index
)
=>
{
item
.
index
=
index
+
1
;
return
item
;
...
...
@@ -525,6 +524,27 @@
item
.
index
=
index
+
6
;
return
item
;
});
if
(
d
.
data
.
province_counts
.
length
){
var
num1
=
this
.
province_counts_o
.
length
;
for
(
var
i
=
0
;
i
<
5
-
num1
;
i
++
){
this
.
province_counts_o
.
push
({
count
:
"-"
,
index
:
"-"
,
percent
:
"-"
,
province
:
"-"
})
}
var
num2
=
this
.
province_counts_t
.
length
;
for
(
var
j
=
0
;
j
<
5
-
num2
;
j
++
){
console
.
log
(
j
);
this
.
province_counts_t
.
push
({
count
:
"-"
,
index
:
"-"
,
percent
:
"-"
,
province
:
"-"
})
}
}
this
.
ncl_counts_o
=
d
.
data
.
ncl_counts
.
slice
(
0
,
5
).
map
((
item
,
index
)
=>
{
item
.
index
=
index
+
1
;
return
item
;
...
...
embed_applications/app/front/vues/pages/brandfinddetails/brandfinddetails.html
View file @
38f6ba59
This diff is collapsed.
Click to expand it.
embed_applications/app/front/vues/pages/ncldetail/ncldetail.css
View file @
38f6ba59
...
...
@@ -69,10 +69,10 @@
/* 隐藏 */
.ncldetail-main-content-particular
{
width
:
100%
;
height
:
auto
;
max-height
:
160px
;
padding
:
0px
15px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
auto
;
}
.ncldetail-main-content-particular
>
div
{
...
...
embed_applications/app/front/vues/pages/ncldetail/ncldetail.html
View file @
38f6ba59
...
...
@@ -53,5 +53,5 @@
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
embed_applications/app/front/vues/pages/ncldetail/ncldetail.js
View file @
38f6ba59
...
...
@@ -129,7 +129,7 @@
var
that
=
this
;
const
loadingbyc
=
this
.
$loading
({
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
拼命加载中
'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
...
...
embed_applications/app/front/vues/pages/noticetm/noticetm.js
View file @
38f6ba59
...
...
@@ -101,7 +101,7 @@
},
/** 最新12期公告页面点击详情按钮前往公告商标查询 */
toNoticeDetail
(
row
){
console
.
log
(
row
);
console
.
log
(
row
,
";l;;;;;;;;;;;;;;;;;;"
);
if
(
row
&&
row
.
notice_issue
)
{
this
.
selected_issue
=
row
.
notice_issue
;
this
.
brandKey
=
2
;
...
...
@@ -121,7 +121,7 @@
"currentPage": 1
} */
console
.
log
(
v
);
console
.
log
(
v
,
"lllllllllllllll"
);
var
selected_issue
=
""
;
if
(
this
.
selected_issue
&&
this
.
selected_issue
!=
"不限"
)
{
selected_issue
=
this
.
selected_issue
;
...
...
@@ -135,6 +135,7 @@
applynumber
:
this
.
selected_regnum
,
tmname
:
this
.
selected_tmname
,
applier
:
this
.
selected_applier
,
nclNum
:
selected_nclNum
};
console
.
log
(
obj
);
var
that
=
this
;
this
.
$root
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/tmquery/tmqueryCtl/noticequery"
,
obj
).
then
(
d
=>
{
...
...
@@ -142,6 +143,7 @@
if
(
d
.
status
==
0
&&
d
.
data
)
{
var
rows
=
d
.
data
.
rows
;
for
(
var
i
=
0
;
i
<
rows
.
length
;
i
++
)
{
console
.
log
(
rows
[
i
],
"99999999"
);
if
(
rows
[
i
].
sblb
)
{
var
sblb
=
rows
[
i
].
sblb
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
""
);
var
nclnum
=
sblb
.
split
(
" "
)[
0
];
...
...
embed_applications/app/front/vues/pages/proposer/proposer.html
View file @
38f6ba59
...
...
@@ -12,7 +12,7 @@
</h1>
<div
class=
"proposer-title"
>
<div>
<img
src=
"/imgs/
mz.jp
g"
alt=
""
>
<img
src=
"/imgs/
loading.pn
g"
alt=
""
>
</div>
<ul>
<li>
{{companyInfo.name}}
</li>
...
...
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