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
3cff94cc
Commit
3cff94cc
authored
Nov 29, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
a2dcf33b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
embed_applications/app/front/vues/pages/noticetm/noticetm.html
+3
-3
embed_applications/app/front/vues/pages/noticetm/noticetm.js
+2
-2
embed_applications/app/front/vues/pages/tmbigdata/tmbigdata.js
+5
-5
No files found.
embed_applications/app/front/vues/pages/noticetm/noticetm.html
View file @
3cff94cc
...
...
@@ -2,7 +2,7 @@
<div
class=
"detail-loading"
v-if=
"loading"
v-loading=
"true"
></div>
<div
class=
"noticetm-main-name"
>
商标公告
</div>
<div
class=
"noticetm-main-title"
>
<div
:class=
"brandKey == 1 ? \'title-item1\' : \'title-item2\'"
@
click=
"brandKey = 1"
>
最新1
2
期公告
</div>
<div
:class=
"brandKey == 1 ? \'title-item1\' : \'title-item2\'"
@
click=
"brandKey = 1"
>
最新1
1
期公告
</div>
<div
:class=
"brandKey == 2 ? \'title-item1\' : \'title-item2\'"
@
click=
"brandKey = 2"
>
公告商标查询
</div>
</div>
<div
class=
"noticetm-notice"
v-if=
"brandKey==1"
>
...
...
@@ -98,9 +98,9 @@
</el-checkbox-group> -->
<el-radio-group
v-model=
"selected_issue"
size=
"mini"
:border=
"true"
@
change=
"noticetmquery"
style=
"dispaly:flex"
>
<el-radio-button
label=
"不限"
>
<
!-- <
el-radio-button label="不限">
不限
</el-radio-button>
</el-radio-button>
-->
<div>
<el-radio-button
v-for=
"(item, index) in issue_list"
:label=
"item.value"
v-model=
"item.value"
>
...
...
embed_applications/app/front/vues/pages/noticetm/noticetm.js
View file @
3cff94cc
...
...
@@ -91,8 +91,8 @@
this
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/tmquery/tmqueryCtl/noticequeryTMZCSQ"
,
obj
).
then
(
function
(
d
)
{
that
.
loading
=
false
;
that
.
issue_list
=
d
.
data
.
selectdata
;
that
.
issue_data
=
d
.
data
.
rows
;
that
.
issue_list
=
d
.
data
.
selectdata
.
slice
(
1
,
12
)
;
that
.
issue_data
=
d
.
data
.
rows
.
slice
(
1
,
12
)
;
that
.
maxdata
=
d
.
data
.
selectdata
[
0
].
value
;
console
.
log
(
d
,
"//////////////////////////"
);
}).
catch
(
function
(
e
)
{
...
...
embed_applications/app/front/vues/pages/tmbigdata/tmbigdata.js
View file @
3cff94cc
...
...
@@ -17,7 +17,7 @@
},
{
value
:
'2015'
,
label
:
'2015'
},
{
},
{
value
:
'2014'
,
label
:
'2014'
},
{
...
...
@@ -666,7 +666,7 @@
methods
:
{
brandEve
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
,
"zxcvbnm"
);
this
.
tmindexdetailPost
()
},
tmindexdetailPost
()
{
...
...
@@ -861,8 +861,7 @@
},
showProvince
(
pName
,
Chinese_
){
;
console
.
log
(
pName
,
Chinese_
);
console
.
log
(
pName
,
Chinese_
,
"213231333333333333333333"
);
this
.
provinceNameOne
=
Chinese_
||
this
.
provinceNameOne
;
this
.
cityEchartdata
.
series
[
0
].
mapType
=
''
;
this
.
provinceName
=
Chinese_
;
...
...
@@ -879,6 +878,7 @@
var
script
=
document
.
createElement
(
"script"
);
script
.
type
=
"text/javascript"
;
console
.
log
(
script
.
readyState
,
"script.readyState"
);
if
(
script
.
readyState
)
{
console
.
log
(
1
);
script
.
onreadystatechange
=
function
()
{
...
...
@@ -908,7 +908,7 @@
this
.
myChart
=
echarts
.
init
(
document
.
getElementById
(
'container'
));
this
.
myChart
.
setOption
(
this
.
regionEchartdata
,
true
);
this
.
myChart
.
on
(
'click'
,
function
(
params
)
{
console
.
log
(
params
);
console
.
log
(
params
,
"213321"
);
that
.
city
=
params
.
name
;
for
(
var
i
=
0
;
i
<
that
.
provincesText
.
length
;
i
++
)
{
if
(
params
.
name
==
that
.
provincesText
[
i
])
{
...
...
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