Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-zbht
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
web-zbht
Commits
91091ade
Commit
91091ade
authored
Apr 01, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
90d400e4
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
18 additions
and
18 deletions
+18
-18
index.html
zbht/index.html
+2
-2
22.75aca80841ed0f7ec998.js
zbht/static/js/22.75aca80841ed0f7ec998.js
+2
-0
23.4bce435961359431d8c9.js
zbht/static/js/23.4bce435961359431d8c9.js
+2
-2
24.67a77211246a80571a70.js
zbht/static/js/24.67a77211246a80571a70.js
+2
-2
25.9d675285b50da6978919.js
zbht/static/js/25.9d675285b50da6978919.js
+2
-2
26.1457232c6865db890c4d.js
zbht/static/js/26.1457232c6865db890c4d.js
+2
-2
27.271c9be29186b442ede9.js
zbht/static/js/27.271c9be29186b442ede9.js
+2
-2
27.7ca44b028f5fb6b7d203.js
zbht/static/js/27.7ca44b028f5fb6b7d203.js
+0
-2
main.795437f578dc695d353d.js
zbht/static/js/main.795437f578dc695d353d.js
+2
-2
manifest.091ca88b6ecf39cbabb9.js
zbht/static/js/manifest.091ca88b6ecf39cbabb9.js
+2
-2
No files found.
zbht/index.html
View file @
91091ade
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><title>
后台管理系统
</title><link
rel=
"shortcut icon"
href=
/zbht/logo.ico
><link
href=
/zbht/static/css/main.90b05eaddac9f6f14877288e747716da.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/zbht/static/js/manifest.aa2973c408baad8b2037.js
></script><script
type=
text/javascript
src=
/zbht/static/js/vendor.e120419b26037d9e3fef.js
></script><script
type=
text/javascript
src=
/zbht/static/js/main.b6f9745a0751713aed2f.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><title>
后台管理系统
</title><link
rel=
"shortcut icon"
href=
/zbht/logo.ico
><link
href=
/zbht/static/css/main.90b05eaddac9f6f14877288e747716da.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/zbht/static/js/manifest.091ca88b6ecf39cbabb9.js
></script><script
type=
text/javascript
src=
/zbht/static/js/vendor.e120419b26037d9e3fef.js
></script><script
type=
text/javascript
src=
/zbht/static/js/main.795437f578dc695d353d.js
></script></body></html>
\ No newline at end of file
zbht/static/js/22.75aca80841ed0f7ec998.js
0 → 100644
View file @
91091ade
webpackJsonp
([
22
],{
"0Qe8"
:
function
(
t
,
e
,
a
){
var
s
=
a
(
"tvzG"
);
"string"
==
typeof
s
&&
(
s
=
[[
t
.
i
,
s
,
""
]]),
s
.
locals
&&
(
t
.
exports
=
s
.
locals
);
a
(
"rjj0"
)(
"66436d68"
,
s
,
!
0
,{})},
Awpy
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
name
:
"index"
,
data
:
function
(){
return
{
tableData
:[],
channel
:
"0"
,
isShow
:
0
,
statisticsDate
:
""
}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
t
=
this
,
e
=
""
;
if
(
""
!==
this
.
statisticsDate
&&
(
e
=
this
.
fromDate
(
this
.
statisticsDate
)),
"0"
!==
sessionStorage
.
getItem
(
"channel"
)){
var
a
=
{
statisticsDate
:
e
};
this
.
$axios
(
"post"
,
"/V1/statistics/getAgentStatistics"
,
a
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
,
t
.
isShow
=
1
)})}
else
{
var
s
=
{
statisticsDate
:
e
,
channel
:
this
.
channel
};
this
.
$axios
(
"post"
,
"/V1/statistics/getStatistics"
,
s
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
,
t
.
isShow
=
0
)})}},
fromDate
:
function
(
t
){
var
e
=
t
.
getFullYear
(),
a
=
t
.
getMonth
()
+
1
;
a
=
a
<
10
?
"0"
+
a
:
a
;
var
s
=
t
.
getDate
();
return
e
+
"-"
+
a
+
"-"
+
(
s
=
s
<
10
?
"0"
+
s
:
s
)}}},
i
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"运营管理"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
t
.
_v
(
"日期:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
type
:
"date"
,
size
:
"small"
,
placeholder
:
"选择日期时间"
},
model
:{
value
:
t
.
statisticsDate
,
callback
:
function
(
e
){
t
.
statisticsDate
=
e
},
expression
:
"statisticsDate"
}})],
1
),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"渠道:"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"div"
,[
a
(
"el-input"
,{
staticStyle
:{
width
:
"100px"
},
attrs
:{
placeholder
:
"输入渠道进行搜索"
,
size
:
"small"
},
model
:{
value
:
t
.
channel
,
callback
:
function
(
e
){
t
.
channel
=
e
},
expression
:
"channel"
}})],
1
):
t
.
_e
(),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-button"
,{
staticStyle
:{
"margin-left"
:
"10px"
},
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
function
(
e
){
return
t
.
getInfo
()}}},[
t
.
_v
(
"查询"
)])],
1
)])]),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"table"
,{
staticClass
:
"table"
},[
t
.
_m
(
0
),
t
.
_v
(
" "
),
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
"官方"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerAndroidSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerH5Sum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerIosSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
retentionOneDay
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
retentionThreeDay
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
toDayActive
))])])]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
t
.
isShow
?
a
(
"table"
,{
staticClass
:
"table"
},[
t
.
_m
(
1
),
t
.
_v
(
" "
),
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
channel
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
downNum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerNum
))])])]):
t
.
_e
()])},
staticRenderFns
:[
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
"渠道名称"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"Android注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"H5注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"IOS注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"总注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"次留"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"三留"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"活跃人数"
)])])},
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"tr"
,[
e
(
"td"
,[
this
.
_v
(
"渠道名称"
)]),
this
.
_v
(
" "
),
e
(
"td"
,[
this
.
_v
(
"总下载量"
)]),
this
.
_v
(
" "
),
e
(
"td"
,[
this
.
_v
(
"总注册量"
)])])}]};
var
n
=
a
(
"VU/8"
)(
s
,
i
,
!
1
,
function
(
t
){
a
(
"0Qe8"
)},
"data-v-e61d3da4"
,
null
);
e
.
default
=
n
.
exports
},
tvzG
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.table[data-v-e61d3da4]{
\
n width: 100%;
\
n}
\
n.table tr td[data-v-e61d3da4]{
\
n text-align: center;
\
n line-height: 30px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/2
2.a99aaf70c4b5abd400e8
.js
→
zbht/static/js/2
3.4bce435961359431d8c9
.js
View file @
91091ade
webpackJsonp
([
22
],{
"/1AV"
:
function
(
e
,
n
,
i
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
var
t
=
[{
id
:
"1"
,
name
:
"北京1"
},{
id
:
"2"
,
name
:
"北京2"
},{
id
:
"3"
,
name
:
"北京3"
},{
id
:
"4"
,
name
:
"北京4"
},{
id
:
"5"
,
name
:
"北京5"
},{
id
:
"6"
,
name
:
"北京6"
}],
c
=
{
data
:
function
(){
return
{
checkAll
:
!
1
,
checkedCities
:[],
cities
:
t
,
isIndeterminate
:
!
0
}},
methods
:{
handleCheckAllChange
:
function
(
e
){
this
.
checkedCities
=
e
?
t
:[],
this
.
isIndeterminate
=!
1
},
handleCheckedCitiesChange
:
function
(
e
){
var
n
=
e
.
length
;
this
.
checkAll
=
n
===
this
.
cities
.
length
,
this
.
isIndeterminate
=
n
>
0
&&
n
<
this
.
cities
.
length
}}},
a
=
{
render
:
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
n
;
return
i
(
"div"
,[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
checkedCities
)
+
"
\
n "
),
i
(
"el-checkbox"
,{
attrs
:{
indeterminate
:
e
.
isIndeterminate
},
on
:{
change
:
e
.
handleCheckAllChange
},
model
:{
value
:
e
.
checkAll
,
callback
:
function
(
n
){
e
.
checkAll
=
n
},
expression
:
"checkAll"
}},[
e
.
_v
(
"全选"
)]),
e
.
_v
(
" "
),
i
(
"div"
,{
staticStyle
:{
margin
:
"15px 0"
}}),
e
.
_v
(
" "
),
i
(
"el-checkbox-group"
,{
on
:{
change
:
e
.
handleCheckedCitiesChange
},
model
:{
value
:
e
.
checkedCities
,
callback
:
function
(
n
){
e
.
checkedCities
=
n
},
expression
:
"checkedCities"
}},
e
.
_l
(
e
.
cities
,
function
(
n
,
t
){
return
i
(
"el-checkbox"
,{
key
:
t
,
attrs
:{
label
:
n
}},[
e
.
_v
(
e
.
_s
(
n
.
name
))])}),
1
)],
1
)},
staticRenderFns
:[]};
var
l
=
i
(
"VU/8"
)(
c
,
a
,
!
1
,
function
(
e
){
i
(
"KXK0"
)},
"data-v-dbd9ee60"
,
null
);
n
.
default
=
l
.
exports
},
KXK0
:
function
(
e
,
n
,
i
){
var
t
=
i
(
"Q3pA"
);
"string"
==
typeof
t
&&
(
t
=
[[
e
.
i
,
t
,
""
]]),
t
.
locals
&&
(
e
.
exports
=
t
.
locals
);
i
(
"rjj0"
)(
"03530b2f"
,
t
,
!
0
,{})},
Q3pA
:
function
(
e
,
n
,
i
){(
e
.
exports
=
i
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n"
,
""
])}});
\ No newline at end of file
webpackJsonp
([
23
],{
"/1AV"
:
function
(
e
,
n
,
i
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
var
t
=
[{
id
:
"1"
,
name
:
"北京1"
},{
id
:
"2"
,
name
:
"北京2"
},{
id
:
"3"
,
name
:
"北京3"
},{
id
:
"4"
,
name
:
"北京4"
},{
id
:
"5"
,
name
:
"北京5"
},{
id
:
"6"
,
name
:
"北京6"
}],
c
=
{
data
:
function
(){
return
{
checkAll
:
!
1
,
checkedCities
:[],
cities
:
t
,
isIndeterminate
:
!
0
}},
methods
:{
handleCheckAllChange
:
function
(
e
){
this
.
checkedCities
=
e
?
t
:[],
this
.
isIndeterminate
=!
1
},
handleCheckedCitiesChange
:
function
(
e
){
var
n
=
e
.
length
;
this
.
checkAll
=
n
===
this
.
cities
.
length
,
this
.
isIndeterminate
=
n
>
0
&&
n
<
this
.
cities
.
length
}}},
a
=
{
render
:
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
n
;
return
i
(
"div"
,[
e
.
_v
(
"
\
n "
+
e
.
_s
(
e
.
checkedCities
)
+
"
\
n "
),
i
(
"el-checkbox"
,{
attrs
:{
indeterminate
:
e
.
isIndeterminate
},
on
:{
change
:
e
.
handleCheckAllChange
},
model
:{
value
:
e
.
checkAll
,
callback
:
function
(
n
){
e
.
checkAll
=
n
},
expression
:
"checkAll"
}},[
e
.
_v
(
"全选"
)]),
e
.
_v
(
" "
),
i
(
"div"
,{
staticStyle
:{
margin
:
"15px 0"
}}),
e
.
_v
(
" "
),
i
(
"el-checkbox-group"
,{
on
:{
change
:
e
.
handleCheckedCitiesChange
},
model
:{
value
:
e
.
checkedCities
,
callback
:
function
(
n
){
e
.
checkedCities
=
n
},
expression
:
"checkedCities"
}},
e
.
_l
(
e
.
cities
,
function
(
n
,
t
){
return
i
(
"el-checkbox"
,{
key
:
t
,
attrs
:{
label
:
n
}},[
e
.
_v
(
e
.
_s
(
n
.
name
))])}),
1
)],
1
)},
staticRenderFns
:[]};
var
l
=
i
(
"VU/8"
)(
c
,
a
,
!
1
,
function
(
e
){
i
(
"KXK0"
)},
"data-v-dbd9ee60"
,
null
);
n
.
default
=
l
.
exports
},
KXK0
:
function
(
e
,
n
,
i
){
var
t
=
i
(
"Q3pA"
);
"string"
==
typeof
t
&&
(
t
=
[[
e
.
i
,
t
,
""
]]),
t
.
locals
&&
(
e
.
exports
=
t
.
locals
);
i
(
"rjj0"
)(
"03530b2f"
,
t
,
!
0
,{})},
Q3pA
:
function
(
e
,
n
,
i
){(
e
.
exports
=
i
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/2
3.38939341449792872fe2
.js
→
zbht/static/js/2
4.67a77211246a80571a70
.js
View file @
91091ade
webpackJsonp
([
23
],{
DOy1
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
a
(
"woOf"
),
l
=
a
.
n
(
o
),
i
=
a
(
"YgNb"
),
r
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents2
:{
currentPage2
:
1
,
currentTotal2
:
0
},
ps2
:{
pageNo2
:
1
,
pageSize2
:
15
},
currents1
:{
currentPage1
:
1
,
currentTotal1
:
0
},
ps1
:{
pageNo1
:
1
,
pageSize1
:
15
},
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
sportsId
:
0
,
tableData
:[],
leaguePointsRankData
:[],
formLabelWidth
:
"180px"
,
dialogFormVisible
:
!
1
,
dialogFormVisible1
:
!
1
,
dialogFormVisible2
:
!
1
,
dialogFormVisible3
:
!
1
,
competitionName
:
""
,
competitionShortName
:
""
,
ranking
:
0
,
searchTop
:
0
,
showMatch
:
0
,
form
:{
competitionIcon
:
""
,
competitionName
:
""
,
competitionNameEn
:
""
,
competitionShortName
:
""
,
competitionShortNameEn
:
""
,
competitionType
:
""
,
country
:
""
,
currSeason
:
""
,
deleted
:
0
,
gender
:
"male"
,
id
:
""
,
quarterNum
:
0
,
quarterTime
:
""
,
ranking
:
0
,
searchTop
:
0
,
seasons
:
""
,
showMatch
:
0
,
sort
:
0
,
sourceId
:
0
,
sourceType
:
0
,
sportsColor
:
""
,
sportsId
:
0
,
sportsName
:
""
,
teamType
:
"national"
},
rules
:{
videoTitle
:[{
required
:
!
0
,
message
:
"请输入联赛名称"
,
trigger
:
"blur"
}],
videoUrl
:[{
required
:
!
0
,
message
:
"请输入联赛URL"
,
trigger
:
"blur"
}]},
headers
:{
"b-token"
:
i
.
a
.
get
(
"token"
)}}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
clear
:
function
(){
this
.
dialogFormVisible
=!
1
},
openMatch
:
function
(
t
){
this
.
form
=
l
()(
t
),
this
.
dialogFormVisible
=!
0
},
getBackLeaguePointsRank
:
function
(
t
,
e
){
var
a
=
this
,
o
=
{
id
:
t
};
0
===
e
?
this
.
$axios
(
"post"
,
"/sport/getBackLeaguePointsRank"
,
o
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
a
.
leaguePointsRankData
=
t
.
data
.
dataList
,
a
.
currents1
.
currentTotal
=
t
.
data
.
countSize
)}):
1
===
e
&&
this
.
$axios
(
"post"
,
"/sport/getBackLeaguePointsRankBasketball"
,
o
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
a
.
leaguePointsRankData
=
t
.
data
.
stages
,
a
.
currents1
.
currentTotal
=
t
.
data
.
countSize
)}),
this
.
dialogFormVisible1
=!
0
},
getInfo
:
function
(
t
){
var
e
=
this
;
t
&&
(
this
.
ps
.
pageNo
=
1
);
var
a
=
{
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
,
sportsId
:
this
.
sportsId
,
competitionName
:
this
.
competitionName
,
competitionShortName
:
this
.
competitionShortName
,
ranking
:
this
.
ranking
,
searchTop
:
this
.
searchTop
,
showMatch
:
this
.
showMatch
};
this
.
$axios
(
"post"
,
"/sport/getSportList"
,
a
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
dataList
,
e
.
currents
.
currentTotal
=
t
.
data
.
countSize
)})},
handleCurrentChange
:
function
(
t
){
this
.
ps
.
pageNo
=
t
,
this
.
getInfo
()},
updateSumbit
:
function
(){
var
t
=
this
;
this
.
$refs
.
form
.
validate
(
function
(
e
){
if
(
!
e
)
return
!
1
;
var
a
=
t
.
form
;
t
.
$axios
(
"post"
,
"/sport/editSport"
,
a
).
then
(
function
(
e
){
200
===
e
.
code
?(
t
.
$message
({
type
:
"success"
,
message
:
"新增成功!"
}),
t
.
getInfo
(),
t
.
clear
()):
t
.
$message
({
type
:
"warning"
,
message
:
e
.
msg
})})})},
fromDate
:
function
(
t
){
var
e
=
new
Date
(
t
);
return
e
.
getFullYear
()
+
"-"
+
(
e
.
getMonth
()
+
1
)
+
"-"
+
e
.
getDate
()
+
" "
+
e
.
getHours
()
+
":"
+
e
.
getMinutes
()
+
":"
+
e
.
getSeconds
()}}},
s
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"联赛详情"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,{
staticStyle
:{
"margin-left"
:
"-120px"
}},[
t
.
_v
(
"是否显示在积分榜:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
ranking
,
callback
:
function
(
e
){
t
.
ranking
=
e
},
expression
:
"ranking"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在联赛积分榜"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"是否显示在文章搜索top上:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
searchTop
,
callback
:
function
(
e
){
t
.
searchTop
=
e
},
expression
:
"searchTop"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在文章搜索top上"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"是否显示在赛程页面:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
showMatch
,
callback
:
function
(
e
){
t
.
showMatch
=
e
},
expression
:
"showMatch"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在赛程页面"
}})],
1
)],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items mt-15"
},[
a
(
"div"
,[
t
.
_v
(
"短名称:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"输入短名称"
,
size
:
"small"
},
model
:{
value
:
t
.
competitionShortName
,
callback
:
function
(
e
){
t
.
competitionShortName
=
e
},
expression
:
"competitionShortName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"联赛名称:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"输入联赛名称"
,
size
:
"small"
},
model
:{
value
:
t
.
competitionName
,
callback
:
function
(
e
){
t
.
competitionName
=
e
},
expression
:
"competitionName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"类型:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
sportsId
,
callback
:
function
(
e
){
t
.
sportsId
=
e
},
expression
:
"sportsId"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"足球"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"篮球"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
icon
:
"el-icon-plus"
},
on
:{
click
:
function
(
e
){
return
t
.
getInfo
(
1
)}}},[
t
.
_v
(
"查询"
)])],
1
)])])]),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"50"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"competitionName"
,
label
:
"联赛名称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"英文名"
,
prop
:
"competitionNameEn"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"短名称"
,
prop
:
"competitionShortName"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
label
:
"联赛类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
"league"
===
e
.
row
.
competitionType
?
a
(
"span"
,[
t
.
_v
(
"联赛"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
"cup"
===
e
.
row
.
competitionType
?
a
(
"span"
,[
t
.
_v
(
"杯赛"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
prop
:
"country"
,
label
:
"举办国"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
prop
:
"currSeason"
,
label
:
"当前赛季"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在积分榜"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
ranking
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
ranking
?
a
(
"span"
,[
t
.
_v
(
"显示在联赛积分榜"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在文章搜索top上"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
searchTop
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
searchTop
?
a
(
"span"
,[
t
.
_v
(
"显示在文章搜索top上"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在赛程页面"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
showMatch
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
showMatch
?
a
(
"span"
,[
t
.
_v
(
"显示在赛程页面"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"来源类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
sourceType
?
a
(
"span"
,[
t
.
_v
(
"Leyu"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
sourceType
?
a
(
"span"
,[
t
.
_v
(
"AlStat"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"150"
,
label
:
"联赛颜色"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,{
style
:{
background
:
e
.
row
.
sportsColor
}},[
t
.
_v
(
t
.
_s
(
e
.
row
.
sportsColor
))])]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
sportsId
?
a
(
"span"
,[
t
.
_v
(
"足球"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
sportsId
?
a
(
"span"
,[
t
.
_v
(
"篮球"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"参与的所有赛季"
,
prop
:
"seasons"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"200"
,
fixed
:
"right"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"div"
,{
staticClass
:
"fx cursor"
},[
a
(
"div"
,[
a
(
"el-button"
,{
staticClass
:
"cursor"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
plain
:
""
},
on
:{
click
:
function
(
a
){
return
t
.
getBackLeaguePointsRank
(
e
.
row
.
id
,
e
.
row
.
sportsId
)}}},[
t
.
_v
(
"积分详情"
)])],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
staticClass
:
"cursor"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
plain
:
""
},
on
:{
click
:
function
(
a
){
return
t
.
openMatch
(
e
.
row
)}}},[
t
.
_v
(
"联赛详情"
)])],
1
)])]}}])})],
1
),
t
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
t
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
t
.
currents
.
currentTotal
},
on
:{
"current-change"
:
t
.
handleCurrentChange
}}),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"联赛详情"
,
visible
:
t
.
dialogFormVisible
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible
=
e
}}},[
a
(
"el-form"
,{
ref
:
"form"
,
staticStyle
:{
display
:
"flex"
},
attrs
:{
model
:
t
.
form
,
rules
:
t
.
rules
}},[
a
(
"div"
,[
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛名称"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionName"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionName
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionName"
,
e
)},
expression
:
"form.competitionName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"英文名"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionNameEn"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionNameEn
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionNameEn"
,
e
)},
expression
:
"form.competitionNameEn"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"短名称"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionShortName"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionShortName
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionShortName"
,
e
)},
expression
:
"form.competitionShortName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"league"
},
model
:{
value
:
t
.
form
.
competitionType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionType"
,
e
)},
expression
:
"form.competitionType"
}},[
t
.
_v
(
"联赛"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"cup"
},
model
:{
value
:
t
.
form
.
competitionType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionType"
,
e
)},
expression
:
"form.competitionType"
}},[
t
.
_v
(
"杯赛"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"性别类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"gender"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"male"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"男子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"female"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"女子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"youthMale"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"青年男子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"youthFemale"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"青年女子"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在积分榜"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"ranking"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
ranking
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"ranking"
,
e
)},
expression
:
"form.ranking"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
ranking
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"ranking"
,
e
)},
expression
:
"form.ranking"
}},[
t
.
_v
(
"显示在积分榜"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在文章搜索top上"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"searchTop"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
searchTop
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"searchTop"
,
e
)},
expression
:
"form.searchTop"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
searchTop
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"searchTop"
,
e
)},
expression
:
"form.searchTop"
}},[
t
.
_v
(
"显示在文章搜索top上"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在赛程页面"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"showMatch"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
showMatch
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"showMatch"
,
e
)},
expression
:
"form.showMatch"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
showMatch
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"showMatch"
,
e
)},
expression
:
"form.showMatch"
}},[
t
.
_v
(
"显示在积分榜"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"来源类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sourceType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
sourceType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sourceType"
,
e
)},
expression
:
"form.sourceType"
}},[
t
.
_v
(
"Leyu"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
sourceType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sourceType"
,
e
)},
expression
:
"form.sourceType"
}},[
t
.
_v
(
"AlStat"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛颜色"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sportsColor"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
sportsColor
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sportsColor"
,
e
)},
expression
:
"form.sportsColor"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"举办国"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"country"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
country
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"country"
,
e
)},
expression
:
"form.country"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"参加球队的类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sourceType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"club"
},
model
:{
value
:
t
.
form
.
teamType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"teamType"
,
e
)},
expression
:
"form.teamType"
}},[
t
.
_v
(
"Leyu"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"national"
},
model
:{
value
:
t
.
form
.
teamType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"teamType"
,
e
)},
expression
:
"form.teamType"
}},[
t
.
_v
(
"AlStat"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"比赛常规时间节数"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"quarterNum"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
quarterNum
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"quarterNum"
,
t
.
_n
(
e
))},
expression
:
"form.quarterNum"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"每节比赛时间"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"quarterTime"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
quarterTime
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"quarterTime"
,
e
)},
expression
:
"form.quarterTime"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"参与的所有赛季"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"seasons"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
seasons
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"seasons"
,
e
)},
expression
:
"form.seasons"
}})],
1
)],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
clear
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
updateSumbit
}},[
t
.
_v
(
"确 定"
)])],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"积分详情"
,
visible
:
t
.
dialogFormVisible1
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible1
=
e
}}},[
a
(
"div"
,{
staticStyle
:{
display
:
"flex"
,
"justify-content"
:
"center"
,
background
:
"#EBEEF5"
,
"line-height"
:
"30px"
}},[
a
(
"div"
,{
staticStyle
:{
width
:
"45%"
}},[
t
.
_v
(
"球队"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"21%"
,
"text-align"
:
"center"
,
"margin-left"
:
"-60px"
}},[
t
.
_v
(
"胜/负"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"12%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
"净得分"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"15%"
,
"text-align"
:
"center"
,
"margin-left"
:
"10px"
}},[
t
.
_v
(
"总得分"
)])]),
t
.
_v
(
" "
),
t
.
_l
(
t
.
leaguePointsRankData
,
function
(
e
,
o
){
return
a
(
"div"
,{
key
:
o
},[
a
(
"div"
,{
staticClass
:
"ta-c mt-20"
,
staticStyle
:{
background
:
"#ffdfd6"
,
"line-height"
:
"30px"
}},[
t
.
_v
(
t
.
_s
(
e
.
stageName
))]),
t
.
_v
(
" "
),
t
.
_l
(
e
.
groups
,
function
(
e
,
o
){
return
a
(
"div"
,{
key
:
o
},[
a
(
"div"
,{
staticClass
:
"ta-c mt-20"
,
staticStyle
:{
background
:
"#EBEEF5"
,
"line-height"
:
"30px"
}},[
t
.
_v
(
t
.
_s
(
e
.
groupName
))]),
t
.
_v
(
" "
),
t
.
_l
(
e
.
rankInfos
,
function
(
e
,
o
){
return
a
(
"div"
,[
a
(
"div"
,{
staticStyle
:{
display
:
"flex"
,
"justify-content"
:
"center"
,
"margin-top"
:
"10px"
}},[
a
(
"div"
,{
staticClass
:
"fx align-items"
,
staticStyle
:{
width
:
"40%"
}},[
a
(
"div"
,[
a
(
"img"
,{
staticClass
:
"league-img"
,
attrs
:{
src
:
e
.
teamIcon
}})]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
t
.
_s
(
e
.
teamName
))])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"20%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
wins
)
+
"/"
+
t
.
_s
(
e
.
losts
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"12%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
pointsDiff
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"18%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
pointsFor
))])])])})],
2
)})],
2
)})],
2
)],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
r
,
s
,
!
1
,
function
(
t
){
a
(
"QAiB"
)},
"data-v-9a2f014a"
,
null
);
e
.
default
=
n
.
exports
},
QAiB
:
function
(
t
,
e
,
a
){
var
o
=
a
(
"mWAj"
);
"string"
==
typeof
o
&&
(
o
=
[[
t
.
i
,
o
,
""
]]),
o
.
locals
&&
(
t
.
exports
=
o
.
locals
);
a
(
"rjj0"
)(
"72dc5c12"
,
o
,
!
0
,{})},
mWAj
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.check-star[data-v-9a2f014a]{
\
n margin-top: -25px;border-bottom: 1px solid #b4bccc;padding-bottom: 10px
\
n}
\
n#cover[data-v-9a2f014a]{
\
n position:absolute;left:0px;top:0px;
\
n background:rgba(0, 0, 0, 0.4);
\
n width:100%; /*宽度设置为100%,这样才能使隐藏背景层覆盖原页面*/
\
n height:100%;
\
n filter:alpha(opacity=60); /*设置透明度为60%*/
\
n opacity:0.6; /*非IE浏览器下设置透明度为60%*/
\
n z-Index:999;
\
n}
\
n#modal[data-v-9a2f014a]{
\
n margin: auto;
\
n max-width: 500px;
\
n max-height: 700px;
\
n position: absolute;
\
n left: 0;
\
n top: 0;
\
n right: 0;
\
n bottom: 0;
\
n cursor:pointer;
\
n z-Index:9999;
\
n}
\
n.modal-img[data-v-9a2f014a]{
\
n /*width: 100%;*/
\
n /*height: 100%;*/
\
n max-width: 500px;
\
n max-height: 700px;
\
n}
\
n.league-img[data-v-9a2f014a]{
\
n width: 26px;
\
n height: 26px;
\
n border-radius: 50%;
\
n}
\
n.ta-c[data-v-9a2f014a]{
\
n text-align: center;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
webpackJsonp
([
24
],{
DOy1
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
a
(
"woOf"
),
l
=
a
.
n
(
o
),
i
=
a
(
"YgNb"
),
r
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents2
:{
currentPage2
:
1
,
currentTotal2
:
0
},
ps2
:{
pageNo2
:
1
,
pageSize2
:
15
},
currents1
:{
currentPage1
:
1
,
currentTotal1
:
0
},
ps1
:{
pageNo1
:
1
,
pageSize1
:
15
},
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
sportsId
:
0
,
tableData
:[],
leaguePointsRankData
:[],
formLabelWidth
:
"180px"
,
dialogFormVisible
:
!
1
,
dialogFormVisible1
:
!
1
,
dialogFormVisible2
:
!
1
,
dialogFormVisible3
:
!
1
,
competitionName
:
""
,
competitionShortName
:
""
,
ranking
:
0
,
searchTop
:
0
,
showMatch
:
0
,
form
:{
competitionIcon
:
""
,
competitionName
:
""
,
competitionNameEn
:
""
,
competitionShortName
:
""
,
competitionShortNameEn
:
""
,
competitionType
:
""
,
country
:
""
,
currSeason
:
""
,
deleted
:
0
,
gender
:
"male"
,
id
:
""
,
quarterNum
:
0
,
quarterTime
:
""
,
ranking
:
0
,
searchTop
:
0
,
seasons
:
""
,
showMatch
:
0
,
sort
:
0
,
sourceId
:
0
,
sourceType
:
0
,
sportsColor
:
""
,
sportsId
:
0
,
sportsName
:
""
,
teamType
:
"national"
},
rules
:{
videoTitle
:[{
required
:
!
0
,
message
:
"请输入联赛名称"
,
trigger
:
"blur"
}],
videoUrl
:[{
required
:
!
0
,
message
:
"请输入联赛URL"
,
trigger
:
"blur"
}]},
headers
:{
"b-token"
:
i
.
a
.
get
(
"token"
)}}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
clear
:
function
(){
this
.
dialogFormVisible
=!
1
},
openMatch
:
function
(
t
){
this
.
form
=
l
()(
t
),
this
.
dialogFormVisible
=!
0
},
getBackLeaguePointsRank
:
function
(
t
,
e
){
var
a
=
this
,
o
=
{
id
:
t
};
0
===
e
?
this
.
$axios
(
"post"
,
"/sport/getBackLeaguePointsRank"
,
o
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
a
.
leaguePointsRankData
=
t
.
data
.
dataList
,
a
.
currents1
.
currentTotal
=
t
.
data
.
countSize
)}):
1
===
e
&&
this
.
$axios
(
"post"
,
"/sport/getBackLeaguePointsRankBasketball"
,
o
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
a
.
leaguePointsRankData
=
t
.
data
.
stages
,
a
.
currents1
.
currentTotal
=
t
.
data
.
countSize
)}),
this
.
dialogFormVisible1
=!
0
},
getInfo
:
function
(
t
){
var
e
=
this
;
t
&&
(
this
.
ps
.
pageNo
=
1
);
var
a
=
{
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
,
sportsId
:
this
.
sportsId
,
competitionName
:
this
.
competitionName
,
competitionShortName
:
this
.
competitionShortName
,
ranking
:
this
.
ranking
,
searchTop
:
this
.
searchTop
,
showMatch
:
this
.
showMatch
};
this
.
$axios
(
"post"
,
"/sport/getSportList"
,
a
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
dataList
,
e
.
currents
.
currentTotal
=
t
.
data
.
countSize
)})},
handleCurrentChange
:
function
(
t
){
this
.
ps
.
pageNo
=
t
,
this
.
getInfo
()},
updateSumbit
:
function
(){
var
t
=
this
;
this
.
$refs
.
form
.
validate
(
function
(
e
){
if
(
!
e
)
return
!
1
;
var
a
=
t
.
form
;
t
.
$axios
(
"post"
,
"/sport/editSport"
,
a
).
then
(
function
(
e
){
200
===
e
.
code
?(
t
.
$message
({
type
:
"success"
,
message
:
"新增成功!"
}),
t
.
getInfo
(),
t
.
clear
()):
t
.
$message
({
type
:
"warning"
,
message
:
e
.
msg
})})})},
fromDate
:
function
(
t
){
var
e
=
new
Date
(
t
);
return
e
.
getFullYear
()
+
"-"
+
(
e
.
getMonth
()
+
1
)
+
"-"
+
e
.
getDate
()
+
" "
+
e
.
getHours
()
+
":"
+
e
.
getMinutes
()
+
":"
+
e
.
getSeconds
()}}},
s
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"联赛详情"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,{
staticStyle
:{
"margin-left"
:
"-120px"
}},[
t
.
_v
(
"是否显示在积分榜:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
ranking
,
callback
:
function
(
e
){
t
.
ranking
=
e
},
expression
:
"ranking"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在联赛积分榜"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"是否显示在文章搜索top上:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
searchTop
,
callback
:
function
(
e
){
t
.
searchTop
=
e
},
expression
:
"searchTop"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在文章搜索top上"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"是否显示在赛程页面:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
showMatch
,
callback
:
function
(
e
){
t
.
showMatch
=
e
},
expression
:
"showMatch"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"不显示"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"显示在赛程页面"
}})],
1
)],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items mt-15"
},[
a
(
"div"
,[
t
.
_v
(
"短名称:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"输入短名称"
,
size
:
"small"
},
model
:{
value
:
t
.
competitionShortName
,
callback
:
function
(
e
){
t
.
competitionShortName
=
e
},
expression
:
"competitionShortName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"联赛名称:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"输入联赛名称"
,
size
:
"small"
},
model
:{
value
:
t
.
competitionName
,
callback
:
function
(
e
){
t
.
competitionName
=
e
},
expression
:
"competitionName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"类型:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
t
.
sportsId
,
callback
:
function
(
e
){
t
.
sportsId
=
e
},
expression
:
"sportsId"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"足球"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"篮球"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
icon
:
"el-icon-plus"
},
on
:{
click
:
function
(
e
){
return
t
.
getInfo
(
1
)}}},[
t
.
_v
(
"查询"
)])],
1
)])])]),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"50"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"competitionName"
,
label
:
"联赛名称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"英文名"
,
prop
:
"competitionNameEn"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"短名称"
,
prop
:
"competitionShortName"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
label
:
"联赛类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
"league"
===
e
.
row
.
competitionType
?
a
(
"span"
,[
t
.
_v
(
"联赛"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
"cup"
===
e
.
row
.
competitionType
?
a
(
"span"
,[
t
.
_v
(
"杯赛"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
prop
:
"country"
,
label
:
"举办国"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
align
:
"center"
,
prop
:
"currSeason"
,
label
:
"当前赛季"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在积分榜"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
ranking
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
ranking
?
a
(
"span"
,[
t
.
_v
(
"显示在联赛积分榜"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在文章搜索top上"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
searchTop
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
searchTop
?
a
(
"span"
,[
t
.
_v
(
"显示在文章搜索top上"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"是否显示在赛程页面"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
showMatch
?
a
(
"span"
,[
t
.
_v
(
"不显示"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
showMatch
?
a
(
"span"
,[
t
.
_v
(
"显示在赛程页面"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"来源类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
sourceType
?
a
(
"span"
,[
t
.
_v
(
"Leyu"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
sourceType
?
a
(
"span"
,[
t
.
_v
(
"AlStat"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"150"
,
label
:
"联赛颜色"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,{
style
:{
background
:
e
.
row
.
sportsColor
}},[
t
.
_v
(
t
.
_s
(
e
.
row
.
sportsColor
))])]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"类型"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
0
===
e
.
row
.
sportsId
?
a
(
"span"
,[
t
.
_v
(
"足球"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
e
.
row
.
sportsId
?
a
(
"span"
,[
t
.
_v
(
"篮球"
)]):
t
.
_e
()]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"参与的所有赛季"
,
prop
:
"seasons"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"200"
,
fixed
:
"right"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"div"
,{
staticClass
:
"fx cursor"
},[
a
(
"div"
,[
a
(
"el-button"
,{
staticClass
:
"cursor"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
plain
:
""
},
on
:{
click
:
function
(
a
){
return
t
.
getBackLeaguePointsRank
(
e
.
row
.
id
,
e
.
row
.
sportsId
)}}},[
t
.
_v
(
"积分详情"
)])],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
staticClass
:
"cursor"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
plain
:
""
},
on
:{
click
:
function
(
a
){
return
t
.
openMatch
(
e
.
row
)}}},[
t
.
_v
(
"联赛详情"
)])],
1
)])]}}])})],
1
),
t
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
t
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
t
.
currents
.
currentTotal
},
on
:{
"current-change"
:
t
.
handleCurrentChange
}}),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"联赛详情"
,
visible
:
t
.
dialogFormVisible
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible
=
e
}}},[
a
(
"el-form"
,{
ref
:
"form"
,
staticStyle
:{
display
:
"flex"
},
attrs
:{
model
:
t
.
form
,
rules
:
t
.
rules
}},[
a
(
"div"
,[
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛名称"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionName"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionName
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionName"
,
e
)},
expression
:
"form.competitionName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"英文名"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionNameEn"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionNameEn
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionNameEn"
,
e
)},
expression
:
"form.competitionNameEn"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"短名称"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionShortName"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
competitionShortName
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionShortName"
,
e
)},
expression
:
"form.competitionShortName"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"competitionType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"league"
},
model
:{
value
:
t
.
form
.
competitionType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionType"
,
e
)},
expression
:
"form.competitionType"
}},[
t
.
_v
(
"联赛"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"cup"
},
model
:{
value
:
t
.
form
.
competitionType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"competitionType"
,
e
)},
expression
:
"form.competitionType"
}},[
t
.
_v
(
"杯赛"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"性别类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"gender"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"male"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"男子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"female"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"女子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"youthMale"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"青年男子"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"youthFemale"
},
model
:{
value
:
t
.
form
.
gender
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"gender"
,
e
)},
expression
:
"form.gender"
}},[
t
.
_v
(
"青年女子"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在积分榜"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"ranking"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
ranking
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"ranking"
,
e
)},
expression
:
"form.ranking"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
ranking
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"ranking"
,
e
)},
expression
:
"form.ranking"
}},[
t
.
_v
(
"显示在积分榜"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在文章搜索top上"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"searchTop"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
searchTop
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"searchTop"
,
e
)},
expression
:
"form.searchTop"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
searchTop
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"searchTop"
,
e
)},
expression
:
"form.searchTop"
}},[
t
.
_v
(
"显示在文章搜索top上"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"是否显示在赛程页面"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"showMatch"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
showMatch
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"showMatch"
,
e
)},
expression
:
"form.showMatch"
}},[
t
.
_v
(
"不显示"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
showMatch
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"showMatch"
,
e
)},
expression
:
"form.showMatch"
}},[
t
.
_v
(
"显示在积分榜"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"来源类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sourceType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
0
},
model
:{
value
:
t
.
form
.
sourceType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sourceType"
,
e
)},
expression
:
"form.sourceType"
}},[
t
.
_v
(
"Leyu"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
1
},
model
:{
value
:
t
.
form
.
sourceType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sourceType"
,
e
)},
expression
:
"form.sourceType"
}},[
t
.
_v
(
"AlStat"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"联赛颜色"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sportsColor"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
sportsColor
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"sportsColor"
,
e
)},
expression
:
"form.sportsColor"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"举办国"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"country"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"238px"
,
"margin-right"
:
"10px"
},
attrs
:{
autocomplete
:
"off"
},
model
:{
value
:
t
.
form
.
country
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"country"
,
e
)},
expression
:
"form.country"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"参加球队的类型"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"sourceType"
}},[
a
(
"el-radio"
,{
attrs
:{
label
:
"club"
},
model
:{
value
:
t
.
form
.
teamType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"teamType"
,
e
)},
expression
:
"form.teamType"
}},[
t
.
_v
(
"Leyu"
)]),
t
.
_v
(
" "
),
a
(
"el-radio"
,{
attrs
:{
label
:
"national"
},
model
:{
value
:
t
.
form
.
teamType
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"teamType"
,
e
)},
expression
:
"form.teamType"
}},[
t
.
_v
(
"AlStat"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"比赛常规时间节数"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"quarterNum"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
quarterNum
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"quarterNum"
,
t
.
_n
(
e
))},
expression
:
"form.quarterNum"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"每节比赛时间"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"quarterTime"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
quarterTime
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"quarterTime"
,
e
)},
expression
:
"form.quarterTime"
}})],
1
),
t
.
_v
(
" "
),
a
(
"el-form-item"
,{
attrs
:{
label
:
"参与的所有赛季"
,
"label-width"
:
t
.
formLabelWidth
,
prop
:
"seasons"
}},[
a
(
"el-input"
,{
staticStyle
:{
width
:
"200px"
,
"margin-right"
:
"10px"
},
model
:{
value
:
t
.
form
.
seasons
,
callback
:
function
(
e
){
t
.
$set
(
t
.
form
,
"seasons"
,
e
)},
expression
:
"form.seasons"
}})],
1
)],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
a
(
"el-button"
,{
on
:{
click
:
t
.
clear
}},[
t
.
_v
(
"取 消"
)]),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
updateSumbit
}},[
t
.
_v
(
"确 定"
)])],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"积分详情"
,
visible
:
t
.
dialogFormVisible1
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible1
=
e
}}},[
a
(
"div"
,{
staticStyle
:{
display
:
"flex"
,
"justify-content"
:
"center"
,
background
:
"#EBEEF5"
,
"line-height"
:
"30px"
}},[
a
(
"div"
,{
staticStyle
:{
width
:
"45%"
}},[
t
.
_v
(
"球队"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"21%"
,
"text-align"
:
"center"
,
"margin-left"
:
"-60px"
}},[
t
.
_v
(
"胜/负"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"12%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
"净得分"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"15%"
,
"text-align"
:
"center"
,
"margin-left"
:
"10px"
}},[
t
.
_v
(
"总得分"
)])]),
t
.
_v
(
" "
),
t
.
_l
(
t
.
leaguePointsRankData
,
function
(
e
,
o
){
return
a
(
"div"
,{
key
:
o
},[
a
(
"div"
,{
staticClass
:
"ta-c mt-20"
,
staticStyle
:{
background
:
"#ffdfd6"
,
"line-height"
:
"30px"
}},[
t
.
_v
(
t
.
_s
(
e
.
stageName
))]),
t
.
_v
(
" "
),
t
.
_l
(
e
.
groups
,
function
(
e
,
o
){
return
a
(
"div"
,{
key
:
o
},[
a
(
"div"
,{
staticClass
:
"ta-c mt-20"
,
staticStyle
:{
background
:
"#EBEEF5"
,
"line-height"
:
"30px"
}},[
t
.
_v
(
t
.
_s
(
e
.
groupName
))]),
t
.
_v
(
" "
),
t
.
_l
(
e
.
rankInfos
,
function
(
e
,
o
){
return
a
(
"div"
,[
a
(
"div"
,{
staticStyle
:{
display
:
"flex"
,
"justify-content"
:
"center"
,
"margin-top"
:
"10px"
}},[
a
(
"div"
,{
staticClass
:
"fx align-items"
,
staticStyle
:{
width
:
"40%"
}},[
a
(
"div"
,[
a
(
"img"
,{
staticClass
:
"league-img"
,
attrs
:{
src
:
e
.
teamIcon
}})]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
t
.
_s
(
e
.
teamName
))])]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"20%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
wins
)
+
"/"
+
t
.
_s
(
e
.
losts
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"12%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
pointsDiff
))]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"18%"
,
"text-align"
:
"center"
}},[
t
.
_v
(
t
.
_s
(
e
.
pointsFor
))])])])})],
2
)})],
2
)})],
2
)],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
r
,
s
,
!
1
,
function
(
t
){
a
(
"QAiB"
)},
"data-v-9a2f014a"
,
null
);
e
.
default
=
n
.
exports
},
QAiB
:
function
(
t
,
e
,
a
){
var
o
=
a
(
"mWAj"
);
"string"
==
typeof
o
&&
(
o
=
[[
t
.
i
,
o
,
""
]]),
o
.
locals
&&
(
t
.
exports
=
o
.
locals
);
a
(
"rjj0"
)(
"72dc5c12"
,
o
,
!
0
,{})},
mWAj
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.check-star[data-v-9a2f014a]{
\
n margin-top: -25px;border-bottom: 1px solid #b4bccc;padding-bottom: 10px
\
n}
\
n#cover[data-v-9a2f014a]{
\
n position:absolute;left:0px;top:0px;
\
n background:rgba(0, 0, 0, 0.4);
\
n width:100%; /*宽度设置为100%,这样才能使隐藏背景层覆盖原页面*/
\
n height:100%;
\
n filter:alpha(opacity=60); /*设置透明度为60%*/
\
n opacity:0.6; /*非IE浏览器下设置透明度为60%*/
\
n z-Index:999;
\
n}
\
n#modal[data-v-9a2f014a]{
\
n margin: auto;
\
n max-width: 500px;
\
n max-height: 700px;
\
n position: absolute;
\
n left: 0;
\
n top: 0;
\
n right: 0;
\
n bottom: 0;
\
n cursor:pointer;
\
n z-Index:9999;
\
n}
\
n.modal-img[data-v-9a2f014a]{
\
n /*width: 100%;*/
\
n /*height: 100%;*/
\
n max-width: 500px;
\
n max-height: 700px;
\
n}
\
n.league-img[data-v-9a2f014a]{
\
n width: 26px;
\
n height: 26px;
\
n border-radius: 50%;
\
n}
\
n.ta-c[data-v-9a2f014a]{
\
n text-align: center;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/2
4.a2fb16cfb5e2ec33c137
.js
→
zbht/static/js/2
5.9d675285b50da6978919
.js
View file @
91091ade
webpackJsonp
([
24
],{
"/sxr"
:
function
(
e
,
t
,
a
){
var
l
=
a
(
"lfZv"
);
"string"
==
typeof
l
&&
(
l
=
[[
e
.
i
,
l
,
""
]]),
l
.
locals
&&
(
e
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"28c6cf62"
,
l
,
!
0
,{})},
Ch1g
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
l
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
phone
:
""
,
rechargeAmount
:
""
,
rechargeStatus
:
""
,
rechargeTime
:
""
,
tableData
:[],
options
:[{
value
:
""
,
label
:
"全部"
},{
value
:
"-1"
,
label
:
"支付失败"
},{
value
:
"0"
,
label
:
"支付中"
},{
value
:
"1"
,
label
:
"支付成功"
},{
value
:
"2"
,
label
:
"未知状态"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
{
phone
:
this
.
phone
,
rechargeAmount
:
this
.
rechargeAmount
,
rechargeStatus
:
this
.
rechargeStatus
,
rechargeTime
:
this
.
rechargeTime
,
channel
:
sessionStorage
.
getItem
(
"channel"
)};
this
.
$axios
(
"post"
,
"/recharge/list?pageNo="
+
this
.
ps
.
pageNo
+
"&pageSize="
+
this
.
ps
.
pageSize
,
t
).
then
(
function
(
t
){
"0"
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
list
,
e
.
currents
.
currentTotal
=
t
.
data
.
total
)})},
handleCurrentChange
:
function
(
e
){
this
.
ps
.
pageNo
=
e
,
this
.
getInfo
()},
refresh
:
function
(){
this
.
phone
=
""
,
this
.
rechargeAmount
=
""
,
this
.
rechargeStatus
=
""
,
this
.
rechargeTime
=
""
,
this
.
getInfo
()},
fromDate
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
e
.
_v
(
"充值流水"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
a
(
"el-input"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"输入手机号码查询"
,
size
:
"small"
},
model
:{
value
:
e
.
phone
,
callback
:
function
(
t
){
e
.
phone
=
t
},
expression
:
"phone"
}},[
a
(
"i"
,{
staticClass
:
"el-input__icon el-icon-mobile-phone"
,
attrs
:{
slot
:
"prefix"
},
slot
:
"prefix"
})])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-date-picker"
,{
staticStyle
:{
width
:
"150px"
},
attrs
:{
size
:
"small"
,
type
:
"date"
,
"value-format"
:
"yyyy-MM-dd"
,
placeholder
:
"请选择日期"
},
model
:{
value
:
e
.
rechargeTime
,
callback
:
function
(
t
){
e
.
rechargeTime
=
t
},
expression
:
"rechargeTime"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-input"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"输入查询金额"
,
size
:
"small"
},
model
:{
value
:
e
.
rechargeAmount
,
callback
:
function
(
t
){
e
.
rechargeAmount
=
t
},
expression
:
"rechargeAmount"
}},[
a
(
"i"
,{
staticClass
:
"el-input__icon el-icon-money"
,
attrs
:{
slot
:
"prefix"
},
slot
:
"prefix"
})])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-select"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"请选择"
,
size
:
"small"
},
model
:{
value
:
e
.
rechargeStatus
,
callback
:
function
(
t
){
e
.
rechargeStatus
=
t
},
expression
:
"rechargeStatus"
}},
e
.
_l
(
e
.
options
,
function
(
e
){
return
a
(
"el-option"
,{
key
:
e
.
value
,
attrs
:{
label
:
e
.
label
,
value
:
e
.
value
}})}),
1
)],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
icon
:
"el-icon-plus"
},
on
:{
click
:
e
.
getInfo
}},[
e
.
_v
(
"查询"
)])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
plain
:
""
,
icon
:
"el-icon-refresh-right"
},
on
:{
click
:
e
.
refresh
}},[
e
.
_v
(
"刷新"
)])],
1
)])]),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"200"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户名"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"rechargeAmount"
,
label
:
"充值金额"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"vipName"
,
label
:
"vip级别"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"payName"
,
label
:
"充值渠道"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"渠道类型"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
1
===
t
.
row
.
payChannelType
?
a
(
"span"
,[
e
.
_v
(
"三方或者四方支付"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
2
===
t
.
row
.
payChannelType
?
a
(
"span"
,[
e
.
_v
(
"固码个人收款"
)]):
e
.
_e
()]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"充值状态"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
"-1"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"1支付失败"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"0"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"支付中"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"1"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"支付成功"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"2"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"未知状态"
)]):
e
.
_e
()]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"充值时间"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
e
.
fromDate
(
t
.
row
.
rechargeTime
)))])]}}])})],
1
),
e
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
e
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
e
.
currents
.
currentTotal
},
on
:{
"current-change"
:
e
.
handleCurrentChange
}})],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
l
,
r
,
!
1
,
function
(
e
){
a
(
"/sxr"
)},
"data-v-5bb8e3fe"
,
null
);
t
.
default
=
n
.
exports
},
lfZv
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-5bb8e3fe]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-5bb8e3fe]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-5bb8e3fe]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
webpackJsonp
([
25
],{
"/sxr"
:
function
(
e
,
t
,
a
){
var
l
=
a
(
"lfZv"
);
"string"
==
typeof
l
&&
(
l
=
[[
e
.
i
,
l
,
""
]]),
l
.
locals
&&
(
e
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"28c6cf62"
,
l
,
!
0
,{})},
Ch1g
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
l
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
phone
:
""
,
rechargeAmount
:
""
,
rechargeStatus
:
""
,
rechargeTime
:
""
,
tableData
:[],
options
:[{
value
:
""
,
label
:
"全部"
},{
value
:
"-1"
,
label
:
"支付失败"
},{
value
:
"0"
,
label
:
"支付中"
},{
value
:
"1"
,
label
:
"支付成功"
},{
value
:
"2"
,
label
:
"未知状态"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
{
phone
:
this
.
phone
,
rechargeAmount
:
this
.
rechargeAmount
,
rechargeStatus
:
this
.
rechargeStatus
,
rechargeTime
:
this
.
rechargeTime
,
channel
:
sessionStorage
.
getItem
(
"channel"
)};
this
.
$axios
(
"post"
,
"/recharge/list?pageNo="
+
this
.
ps
.
pageNo
+
"&pageSize="
+
this
.
ps
.
pageSize
,
t
).
then
(
function
(
t
){
"0"
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
list
,
e
.
currents
.
currentTotal
=
t
.
data
.
total
)})},
handleCurrentChange
:
function
(
e
){
this
.
ps
.
pageNo
=
e
,
this
.
getInfo
()},
refresh
:
function
(){
this
.
phone
=
""
,
this
.
rechargeAmount
=
""
,
this
.
rechargeStatus
=
""
,
this
.
rechargeTime
=
""
,
this
.
getInfo
()},
fromDate
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
e
.
_v
(
"充值流水"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
a
(
"el-input"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"输入手机号码查询"
,
size
:
"small"
},
model
:{
value
:
e
.
phone
,
callback
:
function
(
t
){
e
.
phone
=
t
},
expression
:
"phone"
}},[
a
(
"i"
,{
staticClass
:
"el-input__icon el-icon-mobile-phone"
,
attrs
:{
slot
:
"prefix"
},
slot
:
"prefix"
})])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-date-picker"
,{
staticStyle
:{
width
:
"150px"
},
attrs
:{
size
:
"small"
,
type
:
"date"
,
"value-format"
:
"yyyy-MM-dd"
,
placeholder
:
"请选择日期"
},
model
:{
value
:
e
.
rechargeTime
,
callback
:
function
(
t
){
e
.
rechargeTime
=
t
},
expression
:
"rechargeTime"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-input"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"输入查询金额"
,
size
:
"small"
},
model
:{
value
:
e
.
rechargeAmount
,
callback
:
function
(
t
){
e
.
rechargeAmount
=
t
},
expression
:
"rechargeAmount"
}},[
a
(
"i"
,{
staticClass
:
"el-input__icon el-icon-money"
,
attrs
:{
slot
:
"prefix"
},
slot
:
"prefix"
})])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-select"
,{
staticClass
:
"w-150"
,
attrs
:{
placeholder
:
"请选择"
,
size
:
"small"
},
model
:{
value
:
e
.
rechargeStatus
,
callback
:
function
(
t
){
e
.
rechargeStatus
=
t
},
expression
:
"rechargeStatus"
}},
e
.
_l
(
e
.
options
,
function
(
e
){
return
a
(
"el-option"
,{
key
:
e
.
value
,
attrs
:{
label
:
e
.
label
,
value
:
e
.
value
}})}),
1
)],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
icon
:
"el-icon-plus"
},
on
:{
click
:
e
.
getInfo
}},[
e
.
_v
(
"查询"
)])],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
,
plain
:
""
,
icon
:
"el-icon-refresh-right"
},
on
:{
click
:
e
.
refresh
}},[
e
.
_v
(
"刷新"
)])],
1
)])]),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"200"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户名"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"rechargeAmount"
,
label
:
"充值金额"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"vipName"
,
label
:
"vip级别"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"payName"
,
label
:
"充值渠道"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"渠道类型"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
1
===
t
.
row
.
payChannelType
?
a
(
"span"
,[
e
.
_v
(
"三方或者四方支付"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
2
===
t
.
row
.
payChannelType
?
a
(
"span"
,[
e
.
_v
(
"固码个人收款"
)]):
e
.
_e
()]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"充值状态"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
"-1"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"1支付失败"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"0"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"支付中"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"1"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"支付成功"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
"2"
===
t
.
row
.
rechargeStatus
?
a
(
"span"
,[
e
.
_v
(
"未知状态"
)]):
e
.
_e
()]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"充值时间"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
e
.
fromDate
(
t
.
row
.
rechargeTime
)))])]}}])})],
1
),
e
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
e
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
e
.
currents
.
currentTotal
},
on
:{
"current-change"
:
e
.
handleCurrentChange
}})],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
l
,
r
,
!
1
,
function
(
e
){
a
(
"/sxr"
)},
"data-v-5bb8e3fe"
,
null
);
t
.
default
=
n
.
exports
},
lfZv
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-5bb8e3fe]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-5bb8e3fe]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-5bb8e3fe]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/2
5.ddc3890bbab4470b6c99
.js
→
zbht/static/js/2
6.1457232c6865db890c4d
.js
View file @
91091ade
webpackJsonp
([
25
],{
C3Ae
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
l
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
currents1
:{
currentPage
:
1
,
currentTotal
:
0
},
ps1
:{
pageNo
:
1
,
pageSize
:
20
},
date
:
20
,
tableData
:[],
userData
:[],
dialogFormVisible
:
!
1
,
tableTitleData
:[{
label
:
"用户昵称"
,
prop
:
"userName"
},{
label
:
"手机号"
,
prop
:
"phone"
},{
label
:
"中奖类型"
,
prop
:
"winDesc"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
t
=
this
,
e
=
{
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
};
this
.
$axios
(
"post"
,
"/activityBack/getActivityList"
,
e
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
.
dataList
,
t
.
currents
.
currentTotal
=
e
.
data
.
total
)})},
handleCurrentChange
:
function
(
t
){
this
.
ps
.
pageNo
=
t
,
this
.
getInfo
()},
pickLuckyUsers
:
function
(){
var
t
=
this
,
e
=
{
date
:
this
.
date
};
this
.
$axios
(
"post"
,
"/activityBack/pickLuckyUsers"
,
e
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
userData
=
e
.
data
,
t
.
dialogFormVisible
=!
0
)})},
handleDownloadData
:
function
(){
for
(
var
t
=
this
,
e
=
this
.
tableTitleData
,
l
=
[],
n
=
[],
s
=
0
;
s
<
e
.
length
;
s
++
)
l
[
s
]
=
e
[
s
].
label
,
n
[
s
]
=
e
[
s
].
prop
;
a
.
e
(
32
).
then
(
function
(){
var
e
=
a
(
"zWO4"
).
export_json_to_excel
,
s
=
l
,
i
=
n
,
r
=
t
.
userData
;
e
(
s
,
t
.
formatJson
(
i
,
r
),
"中奖用户记录"
)}.
bind
(
null
,
a
)).
catch
(
a
.
oe
)},
formatJson
:
function
(
t
,
e
){
return
e
.
map
(
function
(
e
){
return
t
.
map
(
function
(
t
){
return
e
[
t
]})})},
fromDate
:
function
(
t
){
var
e
=
t
.
getFullYear
(),
a
=
t
.
getMonth
()
+
1
;
a
=
a
<
10
?
"0"
+
a
:
a
;
var
l
=
t
.
getDate
();
return
e
+
"-"
+
a
+
"-"
+
(
l
=
l
<
10
?
"0"
+
l
:
l
)}}},
n
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"参与活动用户名单"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
t
.
_v
(
"
\
n 抽取
\
n "
),
a
(
"el-select"
,{
staticStyle
:{
width
:
"100px"
},
attrs
:{
placeholder
:
"请选择"
,
size
:
"small"
},
model
:{
value
:
t
.
date
,
callback
:
function
(
e
){
t
.
date
=
e
},
expression
:
"date"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
20
,
label
:
"20"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
30
,
label
:
"30"
}})],
1
),
t
.
_v
(
"
\
n 号颁奖的幸运用户
\
n "
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
t
.
pickLuckyUsers
}},[
t
.
_v
(
"抽取幸运用户"
)])],
1
)])]),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"100"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户昵称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"收获地址"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,[
t
.
_v
(
t
.
_s
(
e
.
row
.
address
))])]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"创建时间"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,[
t
.
_v
(
t
.
_s
(
e
.
row
.
createTime
))])]}}])})],
1
),
t
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
t
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
t
.
currents
.
currentTotal
},
on
:{
"current-change"
:
t
.
handleCurrentChange
}}),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"幸运用户列表"
,
visible
:
t
.
dialogFormVisible
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible
=
e
}}},[
a
(
"div"
,{
staticClass
:
"fx fx-end"
},[
a
(
"el-button"
,{
staticClass
:
"ml-10"
,
staticStyle
:{
"margin-right"
:
"10px"
},
attrs
:{
type
:
"success"
,
size
:
"small"
,
icon
:
"el-icon-folder-checked"
},
on
:{
click
:
t
.
handleDownloadData
}},[
t
.
_v
(
"导出中奖用户记录"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
,
"margin-top"
:
"20px"
},
attrs
:{
data
:
t
.
userData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"200"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户昵称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"winDesc"
,
label
:
"中奖类型"
}})],
1
)],
1
)],
1
)},
staticRenderFns
:[]};
var
s
=
a
(
"VU/8"
)(
l
,
n
,
!
1
,
function
(
t
){
a
(
"WWVc"
)},
"data-v-576f53b0"
,
null
);
e
.
default
=
s
.
exports
},
WWVc
:
function
(
t
,
e
,
a
){
var
l
=
a
(
"wfV/"
);
"string"
==
typeof
l
&&
(
l
=
[[
t
.
i
,
l
,
""
]]),
l
.
locals
&&
(
t
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"b13cf5e0"
,
l
,
!
0
,{})},
"wfV/"
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.w-100[data-v-576f53b0]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-576f53b0]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-576f53b0]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
webpackJsonp
([
26
],{
C3Ae
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
l
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
currents1
:{
currentPage
:
1
,
currentTotal
:
0
},
ps1
:{
pageNo
:
1
,
pageSize
:
20
},
date
:
20
,
tableData
:[],
userData
:[],
dialogFormVisible
:
!
1
,
tableTitleData
:[{
label
:
"用户昵称"
,
prop
:
"userName"
},{
label
:
"手机号"
,
prop
:
"phone"
},{
label
:
"中奖类型"
,
prop
:
"winDesc"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
t
=
this
,
e
=
{
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
};
this
.
$axios
(
"post"
,
"/activityBack/getActivityList"
,
e
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
.
dataList
,
t
.
currents
.
currentTotal
=
e
.
data
.
total
)})},
handleCurrentChange
:
function
(
t
){
this
.
ps
.
pageNo
=
t
,
this
.
getInfo
()},
pickLuckyUsers
:
function
(){
var
t
=
this
,
e
=
{
date
:
this
.
date
};
this
.
$axios
(
"post"
,
"/activityBack/pickLuckyUsers"
,
e
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
userData
=
e
.
data
,
t
.
dialogFormVisible
=!
0
)})},
handleDownloadData
:
function
(){
for
(
var
t
=
this
,
e
=
this
.
tableTitleData
,
l
=
[],
n
=
[],
s
=
0
;
s
<
e
.
length
;
s
++
)
l
[
s
]
=
e
[
s
].
label
,
n
[
s
]
=
e
[
s
].
prop
;
a
.
e
(
32
).
then
(
function
(){
var
e
=
a
(
"zWO4"
).
export_json_to_excel
,
s
=
l
,
i
=
n
,
r
=
t
.
userData
;
e
(
s
,
t
.
formatJson
(
i
,
r
),
"中奖用户记录"
)}.
bind
(
null
,
a
)).
catch
(
a
.
oe
)},
formatJson
:
function
(
t
,
e
){
return
e
.
map
(
function
(
e
){
return
t
.
map
(
function
(
t
){
return
e
[
t
]})})},
fromDate
:
function
(
t
){
var
e
=
t
.
getFullYear
(),
a
=
t
.
getMonth
()
+
1
;
a
=
a
<
10
?
"0"
+
a
:
a
;
var
l
=
t
.
getDate
();
return
e
+
"-"
+
a
+
"-"
+
(
l
=
l
<
10
?
"0"
+
l
:
l
)}}},
n
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"参与活动用户名单"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
t
.
_v
(
"
\
n 抽取
\
n "
),
a
(
"el-select"
,{
staticStyle
:{
width
:
"100px"
},
attrs
:{
placeholder
:
"请选择"
,
size
:
"small"
},
model
:{
value
:
t
.
date
,
callback
:
function
(
e
){
t
.
date
=
e
},
expression
:
"date"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
20
,
label
:
"20"
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
30
,
label
:
"30"
}})],
1
),
t
.
_v
(
"
\
n 号颁奖的幸运用户
\
n "
)],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
t
.
pickLuckyUsers
}},[
t
.
_v
(
"抽取幸运用户"
)])],
1
)])]),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"100"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户昵称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"收获地址"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,[
t
.
_v
(
t
.
_s
(
e
.
row
.
address
))])]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"创建时间"
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"span"
,[
t
.
_v
(
t
.
_s
(
e
.
row
.
createTime
))])]}}])})],
1
),
t
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
t
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
t
.
currents
.
currentTotal
},
on
:{
"current-change"
:
t
.
handleCurrentChange
}}),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"幸运用户列表"
,
visible
:
t
.
dialogFormVisible
,
width
:
"80%"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogFormVisible
=
e
}}},[
a
(
"div"
,{
staticClass
:
"fx fx-end"
},[
a
(
"el-button"
,{
staticClass
:
"ml-10"
,
staticStyle
:{
"margin-right"
:
"10px"
},
attrs
:{
type
:
"success"
,
size
:
"small"
,
icon
:
"el-icon-folder-checked"
},
on
:{
click
:
t
.
handleDownloadData
}},[
t
.
_v
(
"导出中奖用户记录"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
,
"margin-top"
:
"20px"
},
attrs
:{
data
:
t
.
userData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"200"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"用户昵称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"phone"
,
label
:
"手机号"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"winDesc"
,
label
:
"中奖类型"
}})],
1
)],
1
)],
1
)},
staticRenderFns
:[]};
var
s
=
a
(
"VU/8"
)(
l
,
n
,
!
1
,
function
(
t
){
a
(
"WWVc"
)},
"data-v-576f53b0"
,
null
);
e
.
default
=
s
.
exports
},
WWVc
:
function
(
t
,
e
,
a
){
var
l
=
a
(
"wfV/"
);
"string"
==
typeof
l
&&
(
l
=
[[
t
.
i
,
l
,
""
]]),
l
.
locals
&&
(
t
.
exports
=
l
.
locals
);
a
(
"rjj0"
)(
"b13cf5e0"
,
l
,
!
0
,{})},
"wfV/"
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.w-100[data-v-576f53b0]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-576f53b0]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-576f53b0]{
\
n width: 185px;
\
n}
\
n"
,
""
])}});
\ No newline at end of file
zbht/static/js/2
6.248bc06fc66d1f8677b7
.js
→
zbht/static/js/2
7.271c9be29186b442ede9
.js
View file @
91091ade
webpackJsonp
([
26
],{
CGmr
:
function
(
e
,
t
,
a
){
var
s
=
a
(
"O9qF"
);
"string"
==
typeof
s
&&
(
s
=
[[
e
.
i
,
s
,
""
]]),
s
.
locals
&&
(
e
.
exports
=
s
.
locals
);
a
(
"rjj0"
)(
"1331b18c"
,
s
,
!
0
,{})},
O9qF
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-56a0df1f]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-56a0df1f]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-56a0df1f]{
\
n width: 185px;
\
n}
\
n"
,
""
])},
aPai
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
anchorName
:
""
,
time
:
""
,
roomName
:
""
,
sourceType
:
""
,
sportsId
:
""
,
tableData
:[],
expList
:[],
tableTitleData
:[{
label
:
"主播id"
,
prop
:
"userId"
},{
label
:
"主播昵称"
,
prop
:
"userName"
},{
label
:
"房间名称"
,
prop
:
"roomName"
},{
label
:
"开播时间"
,
prop
:
"startTime"
},{
label
:
"下播时间"
,
prop
:
"endTime"
},{
label
:
"直播时长"
,
prop
:
"times"
},{
label
:
"直播间用户量"
,
prop
:
"users"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
anchorName
:
this
.
anchorName
,
endTime
:
t
,
startTime
:
a
,
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
,
roomName
:
this
.
roomName
,
sourceType
:
this
.
sourceType
,
sportsId
:
this
.
sportsId
};
this
.
$axios
(
"post"
,
"/V1/record/getRoomHostRecordList"
,
s
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
dataList
,
e
.
currents
.
currentTotal
=
t
.
data
.
countSize
)})},
handleCurrentChange
:
function
(
e
){
this
.
ps
.
pageNo
=
e
,
this
.
getInfo
()},
refresh
:
function
(){
this
.
buyStatus
=
""
,
this
.
buyTime
=
""
,
this
.
getInfo
()},
downRoomHostRecordList
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
anchorName
:
this
.
anchorName
,
endTime
:
t
,
startTime
:
a
,
roomName
:
this
.
roomName
,
sourceType
:
this
.
sourceType
,
sportsId
:
this
.
sportsId
};
this
.
$axios
(
"post"
,
"/V1/record/downRoomHostRecordList"
,
s
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
0
!==
t
.
data
.
length
?(
e
.
expList
=
t
.
data
,
e
.
handleDownloadData
()):
e
.
$message
({
type
:
"warning"
,
message
:
"暂无数据!"
}))})},
handleDownloadData
:
function
(){
for
(
var
e
=
this
,
t
=
this
.
tableTitleData
,
s
=
[],
l
=
[],
n
=
0
;
n
<
t
.
length
;
n
++
)
s
[
n
]
=
t
[
n
].
label
,
l
[
n
]
=
t
[
n
].
prop
;
a
.
e
(
32
).
then
(
function
(){
var
t
=
a
(
"zWO4"
).
export_json_to_excel
,
n
=
s
,
o
=
l
,
r
=
e
.
expList
;
t
(
n
,
e
.
formatJson
(
o
,
r
),
"主播开播记录"
)}.
bind
(
null
,
a
)).
catch
(
a
.
oe
)},
formatJson
:
function
(
e
,
t
){
return
t
.
map
(
function
(
t
){
return
e
.
map
(
function
(
e
){
return
t
[
e
]})})},
fromDate
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}}},
l
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
e
.
_v
(
"主播开播记录"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
e
.
_v
(
"开播时间:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
type
:
"datetimerange"
,
size
:
"small"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"end-placeholder"
:
"结束日期"
},
model
:{
value
:
e
.
time
,
callback
:
function
(
t
){
e
.
time
=
t
},
expression
:
"time"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"主播名称:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"主播名称"
,
size
:
"small"
},
model
:{
value
:
e
.
anchorName
,
callback
:
function
(
t
){
e
.
anchorName
=
t
},
expression
:
"anchorName"
}})],
1
)])]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"mr-10 fx align-items fx-end"
},[
a
(
"div"
,[
e
.
_v
(
"房间名:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"房间名"
,
size
:
"small"
},
model
:{
value
:
e
.
roomName
,
callback
:
function
(
t
){
e
.
roomName
=
t
},
expression
:
"roomName"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"直播类型:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
e
.
sourceType
,
callback
:
function
(
t
){
e
.
sourceType
=
t
},
expression
:
"sourceType"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"直播"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"卫星"
}})],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"赛事类型:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"mr-10"
,
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
e
.
sportsId
,
callback
:
function
(
t
){
e
.
sportsId
=
t
},
expression
:
"sportsId"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"足球"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"篮球"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"2"
,
label
:
"其他"
}})],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
function
(
t
){
return
e
.
getInfo
(
1
)}}},[
e
.
_v
(
"查询"
)]),
e
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"ml-10"
,
staticStyle
:{
"margin-right"
:
"10px"
},
attrs
:{
type
:
"success"
,
size
:
"small"
,
icon
:
"el-icon-folder-checked"
},
on
:{
click
:
e
.
downRoomHostRecordList
}},[
e
.
_v
(
"导出开播记录"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
,
"margin-top"
:
"10px"
},
attrs
:{
data
:
e
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"50"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"hostUserId"
,
label
:
"主播ID"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"主播昵称"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"roomName"
,
label
:
"房间名称"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"matchTime"
,
label
:
"比赛时间"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"开播时间"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
t
.
row
.
startTime
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"下播时间"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
t
.
row
.
endTime
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"liveTime"
,
label
:
"直播时长"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userAccessNum"
,
label
:
"直播间用户量"
,
align
:
"center"
}})],
1
),
e
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
e
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
e
.
currents
.
currentTotal
},
on
:{
"current-change"
:
e
.
handleCurrentChange
}})],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
s
,
l
,
!
1
,
function
(
e
){
a
(
"CGmr"
)},
"data-v-56a0df1f"
,
null
);
t
.
default
=
n
.
exports
}});
\ No newline at end of file
webpackJsonp
([
27
],{
CGmr
:
function
(
e
,
t
,
a
){
var
s
=
a
(
"O9qF"
);
"string"
==
typeof
s
&&
(
s
=
[[
e
.
i
,
s
,
""
]]),
s
.
locals
&&
(
e
.
exports
=
s
.
locals
);
a
(
"rjj0"
)(
"1331b18c"
,
s
,
!
0
,{})},
O9qF
:
function
(
e
,
t
,
a
){(
e
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
e
.
i
,
"
\
n.w-100[data-v-56a0df1f]{
\
n width: 100px;
\
n}
\
n.w-150[data-v-56a0df1f]{
\
n width: 150px;
\
n}
\
n.w-185[data-v-56a0df1f]{
\
n width: 185px;
\
n}
\
n"
,
""
])},
aPai
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
name
:
"index"
,
data
:
function
(){
return
{
currents
:{
currentPage
:
1
,
currentTotal
:
0
},
ps
:{
pageNo
:
1
,
pageSize
:
20
},
anchorName
:
""
,
time
:
""
,
roomName
:
""
,
sourceType
:
""
,
sportsId
:
""
,
tableData
:[],
expList
:[],
tableTitleData
:[{
label
:
"主播id"
,
prop
:
"userId"
},{
label
:
"主播昵称"
,
prop
:
"userName"
},{
label
:
"房间名称"
,
prop
:
"roomName"
},{
label
:
"开播时间"
,
prop
:
"startTime"
},{
label
:
"下播时间"
,
prop
:
"endTime"
},{
label
:
"直播时长"
,
prop
:
"times"
},{
label
:
"直播间用户量"
,
prop
:
"users"
}]}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
anchorName
:
this
.
anchorName
,
endTime
:
t
,
startTime
:
a
,
pageNum
:
this
.
ps
.
pageNo
,
pageSize
:
this
.
ps
.
pageSize
,
roomName
:
this
.
roomName
,
sourceType
:
this
.
sourceType
,
sportsId
:
this
.
sportsId
};
this
.
$axios
(
"post"
,
"/V1/record/getRoomHostRecordList"
,
s
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
e
.
tableData
=
t
.
data
.
dataList
,
e
.
currents
.
currentTotal
=
t
.
data
.
countSize
)})},
handleCurrentChange
:
function
(
e
){
this
.
ps
.
pageNo
=
e
,
this
.
getInfo
()},
refresh
:
function
(){
this
.
buyStatus
=
""
,
this
.
buyTime
=
""
,
this
.
getInfo
()},
downRoomHostRecordList
:
function
(){
var
e
=
this
,
t
=
""
,
a
=
""
;
this
.
time
?(
t
=
this
.
fromDate
(
this
.
time
[
1
]),
a
=
this
.
fromDate
(
this
.
time
[
0
])):(
t
=
""
,
a
=
""
);
var
s
=
{
anchorName
:
this
.
anchorName
,
endTime
:
t
,
startTime
:
a
,
roomName
:
this
.
roomName
,
sourceType
:
this
.
sourceType
,
sportsId
:
this
.
sportsId
};
this
.
$axios
(
"post"
,
"/V1/record/downRoomHostRecordList"
,
s
).
then
(
function
(
t
){
200
===
t
.
code
&&
(
0
!==
t
.
data
.
length
?(
e
.
expList
=
t
.
data
,
e
.
handleDownloadData
()):
e
.
$message
({
type
:
"warning"
,
message
:
"暂无数据!"
}))})},
handleDownloadData
:
function
(){
for
(
var
e
=
this
,
t
=
this
.
tableTitleData
,
s
=
[],
l
=
[],
n
=
0
;
n
<
t
.
length
;
n
++
)
s
[
n
]
=
t
[
n
].
label
,
l
[
n
]
=
t
[
n
].
prop
;
a
.
e
(
32
).
then
(
function
(){
var
t
=
a
(
"zWO4"
).
export_json_to_excel
,
n
=
s
,
o
=
l
,
r
=
e
.
expList
;
t
(
n
,
e
.
formatJson
(
o
,
r
),
"主播开播记录"
)}.
bind
(
null
,
a
)).
catch
(
a
.
oe
)},
formatJson
:
function
(
e
,
t
){
return
t
.
map
(
function
(
t
){
return
e
.
map
(
function
(
e
){
return
t
[
e
]})})},
fromDate
:
function
(
e
){
var
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}}},
l
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
e
.
_v
(
"主播开播记录"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
e
.
_v
(
"开播时间:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
type
:
"datetimerange"
,
size
:
"small"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"end-placeholder"
:
"结束日期"
},
model
:{
value
:
e
.
time
,
callback
:
function
(
t
){
e
.
time
=
t
},
expression
:
"time"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"主播名称:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"主播名称"
,
size
:
"small"
},
model
:{
value
:
e
.
anchorName
,
callback
:
function
(
t
){
e
.
anchorName
=
t
},
expression
:
"anchorName"
}})],
1
)])]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"mr-10 fx align-items fx-end"
},[
a
(
"div"
,[
e
.
_v
(
"房间名:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"房间名"
,
size
:
"small"
},
model
:{
value
:
e
.
roomName
,
callback
:
function
(
t
){
e
.
roomName
=
t
},
expression
:
"roomName"
}})],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"直播类型:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
e
.
sourceType
,
callback
:
function
(
t
){
e
.
sourceType
=
t
},
expression
:
"sourceType"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"直播"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"卫星"
}})],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ml-10"
},[
e
.
_v
(
"赛事类型:"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"mr-10"
,
staticStyle
:{
width
:
"100px"
}},[
a
(
"el-select"
,{
attrs
:{
size
:
"small"
},
model
:{
value
:
e
.
sportsId
,
callback
:
function
(
t
){
e
.
sportsId
=
t
},
expression
:
"sportsId"
}},[
a
(
"el-option"
,{
attrs
:{
value
:
"0"
,
label
:
"足球"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"1"
,
label
:
"篮球"
}}),
e
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
value
:
"2"
,
label
:
"其他"
}})],
1
)],
1
),
e
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
function
(
t
){
return
e
.
getInfo
(
1
)}}},[
e
.
_v
(
"查询"
)]),
e
.
_v
(
" "
),
a
(
"el-button"
,{
staticClass
:
"ml-10"
,
staticStyle
:{
"margin-right"
:
"10px"
},
attrs
:{
type
:
"success"
,
size
:
"small"
,
icon
:
"el-icon-folder-checked"
},
on
:{
click
:
e
.
downRoomHostRecordList
}},[
e
.
_v
(
"导出开播记录"
)])],
1
),
e
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
,
"margin-top"
:
"10px"
},
attrs
:{
data
:
e
.
tableData
,
"header-cell-class-name"
:
"bg-f5"
}},[
a
(
"el-table-column"
,{
attrs
:{
fixed
:
""
,
type
:
"index"
,
label
:
"序号"
,
align
:
"center"
,
width
:
"50"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"hostUserId"
,
label
:
"主播ID"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userName"
,
label
:
"主播昵称"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"roomName"
,
label
:
"房间名称"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"matchTime"
,
label
:
"比赛时间"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"开播时间"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
t
.
row
.
startTime
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
label
:
"下播时间"
,
align
:
"center"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
t
.
row
.
endTime
))])]}}])}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"liveTime"
,
label
:
"直播时长"
,
align
:
"center"
}}),
e
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"userAccessNum"
,
label
:
"直播间用户量"
,
align
:
"center"
}})],
1
),
e
.
_v
(
" "
),
a
(
"el-pagination"
,{
staticClass
:
"pagination"
,
attrs
:{
background
:
""
,
"hide-on-single-page"
:
!
0
,
"current-page"
:
e
.
currents
.
currentPage
,
"page-sizes"
:[
15
,
20
,
30
],
"page-size"
:
15
,
layout
:
"total, prev, pager, next, jumper"
,
total
:
e
.
currents
.
currentTotal
},
on
:{
"current-change"
:
e
.
handleCurrentChange
}})],
1
)},
staticRenderFns
:[]};
var
n
=
a
(
"VU/8"
)(
s
,
l
,
!
1
,
function
(
e
){
a
(
"CGmr"
)},
"data-v-56a0df1f"
,
null
);
t
.
default
=
n
.
exports
}});
\ No newline at end of file
zbht/static/js/27.7ca44b028f5fb6b7d203.js
deleted
100644 → 0
View file @
90d400e4
webpackJsonp
([
27
],{
Awpy
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
name
:
"index"
,
data
:
function
(){
return
{
tableData
:[],
channel
:
"0"
,
isShow
:
0
,
statisticsDate
:
""
}},
mounted
:
function
(){
this
.
getInfo
()},
methods
:{
getInfo
:
function
(){
var
t
=
this
,
e
=
""
;
if
(
""
!==
this
.
statisticsDate
&&
(
e
=
this
.
fromDate
(
this
.
statisticsDate
)),
"0"
!==
sessionStorage
.
getItem
(
"channel"
)){
var
a
=
{
statisticsDate
:
e
};
this
.
$axios
(
"post"
,
"/V1/statistics/getAgentStatistics"
,
a
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
,
t
.
isShow
=
1
)})}
else
{
var
s
=
{
statisticsDate
:
e
,
channel
:
this
.
channel
};
this
.
$axios
(
"post"
,
"/V1/statistics/getStatistics"
,
s
).
then
(
function
(
e
){
200
===
e
.
code
&&
(
t
.
tableData
=
e
.
data
,
t
.
isShow
=
0
)})}},
fromDate
:
function
(
t
){
var
e
=
t
.
getFullYear
(),
a
=
t
.
getMonth
()
+
1
;
a
=
a
<
10
?
"0"
+
a
:
a
;
var
s
=
t
.
getDate
();
return
e
+
"-"
+
a
+
"-"
+
(
s
=
s
<
10
?
"0"
+
s
:
s
)}}},
i
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"info-table"
},[
a
(
"div"
,{
staticClass
:
"fx align-items justify-between mt-15 mb-15 ml-10 mr-10"
},[
a
(
"div"
,{
staticClass
:
"fs-18 fw-600"
},[
t
.
_v
(
"运营管理"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"fx align-items"
},[
a
(
"div"
,[
t
.
_v
(
"日期:"
)]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
type
:
"date"
,
size
:
"small"
,
placeholder
:
"选择日期时间"
},
model
:{
value
:
t
.
statisticsDate
,
callback
:
function
(
e
){
t
.
statisticsDate
=
e
},
expression
:
"statisticsDate"
}})],
1
),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"div"
,{
staticClass
:
"ml-10"
},[
t
.
_v
(
"渠道:"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"div"
,[
a
(
"el-input"
,{
staticStyle
:{
width
:
"100px"
},
attrs
:{
placeholder
:
"输入渠道进行搜索"
,
size
:
"small"
},
model
:{
value
:
t
.
channel
,
callback
:
function
(
e
){
t
.
channel
=
e
},
expression
:
"channel"
}})],
1
):
t
.
_e
(),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"el-button"
,{
staticStyle
:{
"margin-left"
:
"10px"
},
attrs
:{
type
:
"primary"
,
size
:
"small"
},
on
:{
click
:
function
(
e
){
return
t
.
getInfo
()}}},[
t
.
_v
(
"查询"
)])],
1
)])]),
t
.
_v
(
" "
),
0
===
t
.
isShow
?
a
(
"table"
,{
staticClass
:
"table"
},[
t
.
_m
(
0
),
t
.
_v
(
" "
),
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerAndroidSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerH5Sum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerIosSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerSum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
retentionOneDay
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
retentionThreeDay
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
toDayActive
))])])]):
t
.
_e
(),
t
.
_v
(
" "
),
1
===
t
.
isShow
?
a
(
"table"
,{
staticClass
:
"table"
},[
t
.
_m
(
1
),
t
.
_v
(
" "
),
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
channel
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
downNum
))]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
t
.
tableData
.
registerNum
))])])]):
t
.
_e
()])},
staticRenderFns
:[
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
"渠道名称"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"Android注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"H5注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"IOS注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"总注册人数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"次留"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"三留"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"活跃人数"
)])])},
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"tr"
,[
e
(
"td"
,[
this
.
_v
(
"渠道名称"
)]),
this
.
_v
(
" "
),
e
(
"td"
,[
this
.
_v
(
"总下载量"
)]),
this
.
_v
(
" "
),
e
(
"td"
,[
this
.
_v
(
"总注册量"
)])])}]};
var
n
=
a
(
"VU/8"
)(
s
,
i
,
!
1
,
function
(
t
){
a
(
"qxWg"
)},
"data-v-290ef2d0"
,
null
);
e
.
default
=
n
.
exports
},
dWhh
:
function
(
t
,
e
,
a
){(
t
.
exports
=
a
(
"FZ+f"
)(
!
1
)).
push
([
t
.
i
,
"
\
n.table[data-v-290ef2d0]{
\
n width: 100%;
\
n}
\
n.table tr td[data-v-290ef2d0]{
\
n text-align: center;
\
n line-height: 30px;
\
n}
\
n"
,
""
])},
qxWg
:
function
(
t
,
e
,
a
){
var
s
=
a
(
"dWhh"
);
"string"
==
typeof
s
&&
(
s
=
[[
t
.
i
,
s
,
""
]]),
s
.
locals
&&
(
t
.
exports
=
s
.
locals
);
a
(
"rjj0"
)(
"e4afebd0"
,
s
,
!
0
,{})}});
\ No newline at end of file
zbht/static/js/main.
b6f9745a0751713aed2f
.js
→
zbht/static/js/main.
795437f578dc695d353d
.js
View file @
91091ade
webpackJsonp
([
31
],{
0
:
function
(
n
,
t
,
e
){
e
(
"j1ja"
),
n
.
exports
=
e
(
"NHnr"
)},
NHnr
:
function
(
n
,
t
,
e
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
o
=
{};
e
.
d
(
o
,
"userData"
,
function
(){
return
l
});
var
a
=
e
(
"7+uW"
),
i
=
e
(
"/ocq"
);
a
.
default
.
use
(
i
.
a
);
var
u
=
i
.
a
.
prototype
.
push
;
i
.
a
.
prototype
.
push
=
function
(
n
,
t
,
e
){
return
t
||
e
?
u
.
call
(
this
,
n
,
t
,
e
):
u
.
call
(
this
,
n
).
catch
(
function
(
n
){
return
n
})};
var
r
=
new
i
.
a
({
routes
:[{
path
:
"/demo"
,
name
:
"demo"
,
component
:
function
(){
return
e
.
e
(
22
).
then
(
e
.
bind
(
null
,
"/1AV"
))}},{
path
:
"/login"
,
name
:
"login"
,
component
:
function
(){
return
e
.
e
(
16
).
then
(
e
.
bind
(
null
,
"jT7l"
))}},{
path
:
"/"
,
name
:
"index"
,
component
:
function
(){
return
e
.
e
(
0
).
then
(
e
.
bind
(
null
,
"2NXm"
))},
children
:[{
path
:
"/home"
,
name
:
"home"
,
component
:
function
(){
return
e
.
e
(
9
).
then
(
e
.
bind
(
null
,
"FP3a"
))}},{
path
:
"/userInfo"
,
name
:
"userInfo"
,
component
:
function
(){
return
e
.
e
(
5
).
then
(
e
.
bind
(
null
,
"tMdk"
))}},{
path
:
"/moveDeatil"
,
name
:
"moveDeatil"
,
component
:
function
(){
return
e
.
e
(
23
).
then
(
e
.
bind
(
null
,
"DOy1"
))}},{
path
:
"/matchInfo"
,
name
:
"matchInfo"
,
component
:
function
(){
return
e
.
e
(
17
).
then
(
e
.
bind
(
null
,
"7d2R"
))}},{
path
:
"/startType"
,
name
:
"startType"
,
component
:
function
(){
return
e
.
e
(
29
).
then
(
e
.
bind
(
null
,
"AxJC"
))}},{
path
:
"/withdrawal"
,
name
:
"withdrawal"
,
component
:
function
(){
return
e
.
e
(
25
).
then
(
e
.
bind
(
null
,
"C3Ae"
))}},{
path
:
"/payOrder"
,
name
:
"payOrder"
,
component
:
function
(){
return
e
.
e
(
24
).
then
(
e
.
bind
(
null
,
"Ch1g"
))}},{
path
:
"/vip"
,
name
:
"vip"
,
component
:
function
(){
return
e
.
e
(
3
).
then
(
e
.
bind
(
null
,
"rxtO"
))}},{
path
:
"/down"
,
name
:
"down"
,
component
:
function
(){
return
e
.
e
(
4
).
then
(
e
.
bind
(
null
,
"XJpv"
))}},{
path
:
"/config"
,
name
:
"config"
,
component
:
function
(){
return
e
.
e
(
19
).
then
(
e
.
bind
(
null
,
"9OZM"
))}},{
path
:
"/statistics"
,
name
:
"statistics"
,
component
:
function
(){
return
e
.
e
(
13
).
then
(
e
.
bind
(
null
,
"cvct"
))}},{
path
:
"/operation"
,
name
:
"operation"
,
component
:
function
(){
return
e
.
e
(
27
).
then
(
e
.
bind
(
null
,
"Awpy"
))}},{
path
:
"/winning"
,
name
:
"winning"
,
component
:
function
(){
return
e
.
e
(
2
).
then
(
e
.
bind
(
null
,
"lLkJ"
))}},{
path
:
"/icon"
,
name
:
"icon"
,
component
:
function
(){
return
e
.
e
(
14
).
then
(
e
.
bind
(
null
,
"t4RU"
))}},{
path
:
"/notice"
,
name
:
"notice"
,
component
:
function
(){
return
e
.
e
(
20
).
then
(
e
.
bind
(
null
,
"BEmm"
))}},{
path
:
"/role"
,
name
:
"role"
,
component
:
function
(){
return
e
.
e
(
18
).
then
(
e
.
bind
(
null
,
"bWCI"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
e
.
e
(
11
).
then
(
e
.
bind
(
null
,
"FGjL"
))}},{
path
:
"/column"
,
name
:
"column"
,
component
:
function
(){
return
e
.
e
(
6
).
then
(
e
.
bind
(
null
,
"/rKP"
))}},{
path
:
"/advertising"
,
name
:
"advertising"
,
component
:
function
(){
return
e
.
e
(
15
).
then
(
e
.
bind
(
null
,
"PldI"
))}},{
path
:
"/exchange"
,
name
:
"exchange"
,
component
:
function
(){
return
e
.
e
(
7
).
then
(
e
.
bind
(
null
,
"YR89"
))}},{
path
:
"/navigate"
,
name
:
"navigate"
,
component
:
function
(){
return
e
.
e
(
21
).
then
(
e
.
bind
(
null
,
"rhRx"
))}},{
path
:
"/promote"
,
name
:
"promote"
,
component
:
function
(){
return
e
.
e
(
8
).
then
(
e
.
bind
(
null
,
"NZ2L"
))}},{
path
:
"/robot"
,
name
:
"robot"
,
component
:
function
(){
return
e
.
e
(
10
).
then
(
e
.
bind
(
null
,
"/0l5"
))}},{
path
:
"/financial"
,
name
:
"financial"
,
component
:
function
(){
return
e
.
e
(
1
).
then
(
e
.
bind
(
null
,
"ADW+"
))}},{
path
:
"/liveInfo"
,
name
:
"liveInfo"
,
component
:
function
(){
return
e
.
e
(
26
).
then
(
e
.
bind
(
null
,
"aPai"
))}},{
path
:
"/byGold"
,
name
:
"byGold"
,
component
:
function
(){
return
e
.
e
(
28
).
then
(
e
.
bind
(
null
,
"frXD"
))}},{
path
:
"/label"
,
name
:
"label"
,
component
:
function
(){
return
e
.
e
(
12
).
then
(
e
.
bind
(
null
,
"Qcz4"
))}}]}]}),
c
=
e
(
"NYxO"
),
l
=
{
state
:{
tagList
:[]},
mutations
:{
setTagList
:
function
(
n
,
t
){
n
.
tagList
=
t
}},
getters
:{
getTagList
:
function
(
n
){
return
n
.
tagList
}}};
a
.
default
.
use
(
c
.
a
);
var
p
=
new
c
.
a
.
Store
({
modules
:
o
}),
m
=
{
render
:
function
(){
var
n
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
n
;
return
t
(
"div"
,{
attrs
:{
id
:
"app"
}},[
t
(
"router-view"
)],
1
)},
staticRenderFns
:[]};
var
h
=
e
(
"VU/8"
)({
name
:
"App"
,
data
:
function
(){
return
{}}},
m
,
!
1
,
function
(
n
){
e
(
"POLz"
)},
null
,
null
).
exports
,
f
=
(
e
(
"j1ja"
),
e
(
"cPo0"
),
e
(
"//Fk"
)),
d
=
e
.
n
(
f
),
s
=
e
(
"mtWM"
),
g
=
e
.
n
(
s
),
v
=
e
(
"1nuA"
),
b
=
e
.
n
(
v
),
y
=
g
.
a
.
create
({
timeout
:
6
e5
});
y
.
interceptors
.
request
.
use
(
function
(
n
){
return
"get"
!==
n
.
method
&&
"post"
!==
n
.
method
&&
"put"
!==
n
.
method
&&
"delete"
!==
n
.
method
&&
"patch"
!==
n
.
method
||
"application/json"
!==
n
.
headers
[
"Content-Type"
]
&&
(
n
.
data
=
b
.
a
.
stringify
(
n
.
data
)),
n
},
function
(
n
){
return
d
.
a
.
reject
(
n
)}),
y
.
interceptors
.
response
.
use
(
function
(
n
){
return
n
},
function
(
n
){
return
"ECONNABORTED"
===
n
.
code
&&-
1
!==
n
.
message
.
indexOf
(
"timeout"
)
&&
(
alert
(
"请求超时!请重新登陆"
),
r
.
push
({
name
:
"login"
})),
d
.
a
.
reject
(
n
)});
var
w
=
y
,
x
=
e
(
"YgNb"
),
k
=
{
install
:
function
(
n
){
var
t
=
this
;
n
.
prototype
.
$axios
=
function
(
n
,
e
,
o
,
a
){
return
t
.
axiosRequest
(
n
,
e
,
o
,
a
)}},
axiosRequest
:
function
(){
var
n
=
arguments
.
length
>
0
&&
void
0
!==
arguments
[
0
]?
arguments
[
0
]:
"post"
,
t
=
arguments
[
1
],
e
=
arguments
[
2
],
o
=
arguments
.
length
>
3
&&
void
0
!==
arguments
[
3
]?
arguments
[
3
]:{};
return
this
.
ax
(
n
,
t
,
e
,
o
)},
ax
:
function
(
n
,
t
,
e
,
o
){
var
a
=
t
;
"get"
===
n
&&
(
a
+=
e
||
""
);
var
i
=
{
headers
:
x
.
a
.
get
(
"token"
)?{
token
:
x
.
a
.
get
(
"token"
),
"Content-Type"
:
"application/json"
}:{
"Content-Type"
:
"application/json"
}};
console
.
log
(
i
);
var
u
=
"/sequoiaBack"
+
a
;
return
new
d
.
a
(
function
(
t
,
o
){
w
[
n
](
u
,
e
,
i
).
then
(
function
(
n
){
var
e
=
n
.
data
;
t
(
e
),
"10002"
===
e
.
code
?
r
.
push
({
name
:
"login"
}):
400
===
e
.
code
&&
alert
(
e
.
msg
)}).
catch
(
function
(
n
){
o
(
n
)})})}},
T
=
e
(
"zL8q"
),
O
=
e
.
n
(
T
);
e
(
"tvR6"
),
e
(
"uJe8"
);
a
.
default
.
use
(
k
),
a
.
default
.
use
(
O
.
a
),
a
.
default
.
config
.
productionTip
=!
1
,
a
.
default
.
prototype
.
$Platform
=
e
(
"SJ63"
),
new
a
.
default
({
router
:
r
,
store
:
p
,
el
:
"#app"
,
render
:
function
(
n
){
return
n
(
h
)}})},
POLz
:
function
(
n
,
t
){},
SJ63
:
function
(
n
,
t
){
n
.
exports
=
{
name
:
"tvShow"
,
title
:
"TVSHOW"
,
desc
:
"tvShow"
,
nickname
:
"tvShow"
}},
YgNb
:
function
(
n
,
t
,
e
){
"use strict"
;
e
.
d
(
t
,
"a"
,
function
(){
return
r
});
var
o
=
e
(
"Zrlr"
),
a
=
e
.
n
(
o
),
i
=
e
(
"wxAW"
),
u
=
e
.
n
(
i
),
r
=
function
(){
function
n
(){
a
()(
this
,
n
)}
return
u
()(
n
,
null
,[{
key
:
"get"
,
value
:
function
(
n
){
var
t
=
void
0
,
e
=
void
0
;
return
"string"
==
typeof
n
&&
""
!==
n
&&
(
e
=
String
(
document
.
cookie
).
match
(
new
RegExp
(
"(?:^| )"
+
n
+
"(?:(?:=([^;]*))|;|$)"
)))
&&
(
t
=
e
[
1
]?
decodeURIComponent
(
e
[
1
]):
""
),
t
}},{
key
:
"set"
,
value
:
function
(
n
,
t
,
e
,
o
,
a
,
i
){
var
u
=
String
(
encodeURIComponent
(
t
)),
r
=
e
;
"number"
==
typeof
r
&&
(
r
=
new
Date
).
setTime
(
r
.
getTime
()
+
864
e5
*
e
),
r
instanceof
Date
&&
(
u
+=
"; expires="
+
r
.
toUTCString
()),
"string"
==
typeof
o
&&
""
!==
o
&&
(
u
+=
"; domain="
+
o
),
"string"
==
typeof
a
&&
""
!==
a
&&
(
u
+=
"; path="
+
a
),
i
&&
(
u
+=
"; secure"
),
document
.
cookie
=
n
+
"="
+
u
}},{
key
:
"remove"
,
value
:
function
(
n
,
t
,
e
,
o
){
this
.
set
(
n
,
""
,
-
1
,
t
,
e
,
o
)}},{
key
:
"DATEDAY"
,
get
:
function
(){
return
864
e5
}}]),
n
}()},
cPo0
:
function
(
n
,
t
){},
tvR6
:
function
(
n
,
t
){}},[
0
]);
\ No newline at end of file
webpackJsonp
([
31
],{
0
:
function
(
n
,
t
,
e
){
e
(
"j1ja"
),
n
.
exports
=
e
(
"NHnr"
)},
NHnr
:
function
(
n
,
t
,
e
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
o
=
{};
e
.
d
(
o
,
"userData"
,
function
(){
return
l
});
var
a
=
e
(
"7+uW"
),
i
=
e
(
"/ocq"
);
a
.
default
.
use
(
i
.
a
);
var
u
=
i
.
a
.
prototype
.
push
;
i
.
a
.
prototype
.
push
=
function
(
n
,
t
,
e
){
return
t
||
e
?
u
.
call
(
this
,
n
,
t
,
e
):
u
.
call
(
this
,
n
).
catch
(
function
(
n
){
return
n
})};
var
r
=
new
i
.
a
({
routes
:[{
path
:
"/demo"
,
name
:
"demo"
,
component
:
function
(){
return
e
.
e
(
23
).
then
(
e
.
bind
(
null
,
"/1AV"
))}},{
path
:
"/login"
,
name
:
"login"
,
component
:
function
(){
return
e
.
e
(
16
).
then
(
e
.
bind
(
null
,
"jT7l"
))}},{
path
:
"/"
,
name
:
"index"
,
component
:
function
(){
return
e
.
e
(
0
).
then
(
e
.
bind
(
null
,
"2NXm"
))},
children
:[{
path
:
"/home"
,
name
:
"home"
,
component
:
function
(){
return
e
.
e
(
9
).
then
(
e
.
bind
(
null
,
"FP3a"
))}},{
path
:
"/userInfo"
,
name
:
"userInfo"
,
component
:
function
(){
return
e
.
e
(
5
).
then
(
e
.
bind
(
null
,
"tMdk"
))}},{
path
:
"/moveDeatil"
,
name
:
"moveDeatil"
,
component
:
function
(){
return
e
.
e
(
24
).
then
(
e
.
bind
(
null
,
"DOy1"
))}},{
path
:
"/matchInfo"
,
name
:
"matchInfo"
,
component
:
function
(){
return
e
.
e
(
17
).
then
(
e
.
bind
(
null
,
"7d2R"
))}},{
path
:
"/startType"
,
name
:
"startType"
,
component
:
function
(){
return
e
.
e
(
29
).
then
(
e
.
bind
(
null
,
"AxJC"
))}},{
path
:
"/withdrawal"
,
name
:
"withdrawal"
,
component
:
function
(){
return
e
.
e
(
26
).
then
(
e
.
bind
(
null
,
"C3Ae"
))}},{
path
:
"/payOrder"
,
name
:
"payOrder"
,
component
:
function
(){
return
e
.
e
(
25
).
then
(
e
.
bind
(
null
,
"Ch1g"
))}},{
path
:
"/vip"
,
name
:
"vip"
,
component
:
function
(){
return
e
.
e
(
3
).
then
(
e
.
bind
(
null
,
"rxtO"
))}},{
path
:
"/down"
,
name
:
"down"
,
component
:
function
(){
return
e
.
e
(
4
).
then
(
e
.
bind
(
null
,
"XJpv"
))}},{
path
:
"/config"
,
name
:
"config"
,
component
:
function
(){
return
e
.
e
(
19
).
then
(
e
.
bind
(
null
,
"9OZM"
))}},{
path
:
"/statistics"
,
name
:
"statistics"
,
component
:
function
(){
return
e
.
e
(
13
).
then
(
e
.
bind
(
null
,
"cvct"
))}},{
path
:
"/operation"
,
name
:
"operation"
,
component
:
function
(){
return
e
.
e
(
22
).
then
(
e
.
bind
(
null
,
"Awpy"
))}},{
path
:
"/winning"
,
name
:
"winning"
,
component
:
function
(){
return
e
.
e
(
2
).
then
(
e
.
bind
(
null
,
"lLkJ"
))}},{
path
:
"/icon"
,
name
:
"icon"
,
component
:
function
(){
return
e
.
e
(
14
).
then
(
e
.
bind
(
null
,
"t4RU"
))}},{
path
:
"/notice"
,
name
:
"notice"
,
component
:
function
(){
return
e
.
e
(
20
).
then
(
e
.
bind
(
null
,
"BEmm"
))}},{
path
:
"/role"
,
name
:
"role"
,
component
:
function
(){
return
e
.
e
(
18
).
then
(
e
.
bind
(
null
,
"bWCI"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
e
.
e
(
11
).
then
(
e
.
bind
(
null
,
"FGjL"
))}},{
path
:
"/column"
,
name
:
"column"
,
component
:
function
(){
return
e
.
e
(
6
).
then
(
e
.
bind
(
null
,
"/rKP"
))}},{
path
:
"/advertising"
,
name
:
"advertising"
,
component
:
function
(){
return
e
.
e
(
15
).
then
(
e
.
bind
(
null
,
"PldI"
))}},{
path
:
"/exchange"
,
name
:
"exchange"
,
component
:
function
(){
return
e
.
e
(
7
).
then
(
e
.
bind
(
null
,
"YR89"
))}},{
path
:
"/navigate"
,
name
:
"navigate"
,
component
:
function
(){
return
e
.
e
(
21
).
then
(
e
.
bind
(
null
,
"rhRx"
))}},{
path
:
"/promote"
,
name
:
"promote"
,
component
:
function
(){
return
e
.
e
(
8
).
then
(
e
.
bind
(
null
,
"NZ2L"
))}},{
path
:
"/robot"
,
name
:
"robot"
,
component
:
function
(){
return
e
.
e
(
10
).
then
(
e
.
bind
(
null
,
"/0l5"
))}},{
path
:
"/financial"
,
name
:
"financial"
,
component
:
function
(){
return
e
.
e
(
1
).
then
(
e
.
bind
(
null
,
"ADW+"
))}},{
path
:
"/liveInfo"
,
name
:
"liveInfo"
,
component
:
function
(){
return
e
.
e
(
27
).
then
(
e
.
bind
(
null
,
"aPai"
))}},{
path
:
"/byGold"
,
name
:
"byGold"
,
component
:
function
(){
return
e
.
e
(
28
).
then
(
e
.
bind
(
null
,
"frXD"
))}},{
path
:
"/label"
,
name
:
"label"
,
component
:
function
(){
return
e
.
e
(
12
).
then
(
e
.
bind
(
null
,
"Qcz4"
))}}]}]}),
c
=
e
(
"NYxO"
),
l
=
{
state
:{
tagList
:[]},
mutations
:{
setTagList
:
function
(
n
,
t
){
n
.
tagList
=
t
}},
getters
:{
getTagList
:
function
(
n
){
return
n
.
tagList
}}};
a
.
default
.
use
(
c
.
a
);
var
p
=
new
c
.
a
.
Store
({
modules
:
o
}),
m
=
{
render
:
function
(){
var
n
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
n
;
return
t
(
"div"
,{
attrs
:{
id
:
"app"
}},[
t
(
"router-view"
)],
1
)},
staticRenderFns
:[]};
var
h
=
e
(
"VU/8"
)({
name
:
"App"
,
data
:
function
(){
return
{}}},
m
,
!
1
,
function
(
n
){
e
(
"POLz"
)},
null
,
null
).
exports
,
f
=
(
e
(
"j1ja"
),
e
(
"cPo0"
),
e
(
"//Fk"
)),
d
=
e
.
n
(
f
),
s
=
e
(
"mtWM"
),
g
=
e
.
n
(
s
),
v
=
e
(
"1nuA"
),
b
=
e
.
n
(
v
),
y
=
g
.
a
.
create
({
timeout
:
6
e5
});
y
.
interceptors
.
request
.
use
(
function
(
n
){
return
"get"
!==
n
.
method
&&
"post"
!==
n
.
method
&&
"put"
!==
n
.
method
&&
"delete"
!==
n
.
method
&&
"patch"
!==
n
.
method
||
"application/json"
!==
n
.
headers
[
"Content-Type"
]
&&
(
n
.
data
=
b
.
a
.
stringify
(
n
.
data
)),
n
},
function
(
n
){
return
d
.
a
.
reject
(
n
)}),
y
.
interceptors
.
response
.
use
(
function
(
n
){
return
n
},
function
(
n
){
return
"ECONNABORTED"
===
n
.
code
&&-
1
!==
n
.
message
.
indexOf
(
"timeout"
)
&&
(
alert
(
"请求超时!请重新登陆"
),
r
.
push
({
name
:
"login"
})),
d
.
a
.
reject
(
n
)});
var
w
=
y
,
x
=
e
(
"YgNb"
),
k
=
{
install
:
function
(
n
){
var
t
=
this
;
n
.
prototype
.
$axios
=
function
(
n
,
e
,
o
,
a
){
return
t
.
axiosRequest
(
n
,
e
,
o
,
a
)}},
axiosRequest
:
function
(){
var
n
=
arguments
.
length
>
0
&&
void
0
!==
arguments
[
0
]?
arguments
[
0
]:
"post"
,
t
=
arguments
[
1
],
e
=
arguments
[
2
],
o
=
arguments
.
length
>
3
&&
void
0
!==
arguments
[
3
]?
arguments
[
3
]:{};
return
this
.
ax
(
n
,
t
,
e
,
o
)},
ax
:
function
(
n
,
t
,
e
,
o
){
var
a
=
t
;
"get"
===
n
&&
(
a
+=
e
||
""
);
var
i
=
{
headers
:
x
.
a
.
get
(
"token"
)?{
token
:
x
.
a
.
get
(
"token"
),
"Content-Type"
:
"application/json"
}:{
"Content-Type"
:
"application/json"
}};
console
.
log
(
i
);
var
u
=
"/sequoiaBack"
+
a
;
return
new
d
.
a
(
function
(
t
,
o
){
w
[
n
](
u
,
e
,
i
).
then
(
function
(
n
){
var
e
=
n
.
data
;
t
(
e
),
"10002"
===
e
.
code
?
r
.
push
({
name
:
"login"
}):
400
===
e
.
code
&&
alert
(
e
.
msg
)}).
catch
(
function
(
n
){
o
(
n
)})})}},
T
=
e
(
"zL8q"
),
O
=
e
.
n
(
T
);
e
(
"tvR6"
),
e
(
"uJe8"
);
a
.
default
.
use
(
k
),
a
.
default
.
use
(
O
.
a
),
a
.
default
.
config
.
productionTip
=!
1
,
a
.
default
.
prototype
.
$Platform
=
e
(
"SJ63"
),
new
a
.
default
({
router
:
r
,
store
:
p
,
el
:
"#app"
,
render
:
function
(
n
){
return
n
(
h
)}})},
POLz
:
function
(
n
,
t
){},
SJ63
:
function
(
n
,
t
){
n
.
exports
=
{
name
:
"tvShow"
,
title
:
"TVSHOW"
,
desc
:
"tvShow"
,
nickname
:
"tvShow"
}},
YgNb
:
function
(
n
,
t
,
e
){
"use strict"
;
e
.
d
(
t
,
"a"
,
function
(){
return
r
});
var
o
=
e
(
"Zrlr"
),
a
=
e
.
n
(
o
),
i
=
e
(
"wxAW"
),
u
=
e
.
n
(
i
),
r
=
function
(){
function
n
(){
a
()(
this
,
n
)}
return
u
()(
n
,
null
,[{
key
:
"get"
,
value
:
function
(
n
){
var
t
=
void
0
,
e
=
void
0
;
return
"string"
==
typeof
n
&&
""
!==
n
&&
(
e
=
String
(
document
.
cookie
).
match
(
new
RegExp
(
"(?:^| )"
+
n
+
"(?:(?:=([^;]*))|;|$)"
)))
&&
(
t
=
e
[
1
]?
decodeURIComponent
(
e
[
1
]):
""
),
t
}},{
key
:
"set"
,
value
:
function
(
n
,
t
,
e
,
o
,
a
,
i
){
var
u
=
String
(
encodeURIComponent
(
t
)),
r
=
e
;
"number"
==
typeof
r
&&
(
r
=
new
Date
).
setTime
(
r
.
getTime
()
+
864
e5
*
e
),
r
instanceof
Date
&&
(
u
+=
"; expires="
+
r
.
toUTCString
()),
"string"
==
typeof
o
&&
""
!==
o
&&
(
u
+=
"; domain="
+
o
),
"string"
==
typeof
a
&&
""
!==
a
&&
(
u
+=
"; path="
+
a
),
i
&&
(
u
+=
"; secure"
),
document
.
cookie
=
n
+
"="
+
u
}},{
key
:
"remove"
,
value
:
function
(
n
,
t
,
e
,
o
){
this
.
set
(
n
,
""
,
-
1
,
t
,
e
,
o
)}},{
key
:
"DATEDAY"
,
get
:
function
(){
return
864
e5
}}]),
n
}()},
cPo0
:
function
(
n
,
t
){},
tvR6
:
function
(
n
,
t
){}},[
0
]);
\ No newline at end of file
zbht/static/js/manifest.
aa2973c408baad8b2037
.js
→
zbht/static/js/manifest.
091ca88b6ecf39cbabb9
.js
View file @
91091ade
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
a
,
t
,
f
){
for
(
var
o
,
b
,
d
,
i
=
0
,
u
=
[];
i
<
a
.
length
;
i
++
)
b
=
a
[
i
],
n
[
b
]
&&
u
.
push
(
n
[
b
][
0
]),
n
[
b
]
=
0
;
for
(
o
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
o
)
&&
(
e
[
o
]
=
t
[
o
]);
for
(
c
&&
c
(
a
,
t
,
f
);
u
.
length
;)
u
.
shift
()();
if
(
f
)
for
(
i
=
0
;
i
<
f
.
length
;
i
++
)
d
=
r
(
r
.
s
=
f
[
i
]);
return
d
};
var
a
=
{},
n
=
{
33
:
0
};
function
r
(
c
){
if
(
a
[
c
])
return
a
[
c
].
exports
;
var
n
=
a
[
c
]
=
{
i
:
c
,
l
:
!
1
,
exports
:{}};
return
e
[
c
].
call
(
n
.
exports
,
n
,
n
.
exports
,
r
),
n
.
l
=!
0
,
n
.
exports
}
r
.
e
=
function
(
e
){
var
c
=
n
[
e
];
if
(
0
===
c
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
c
)
return
c
[
2
];
var
a
=
new
Promise
(
function
(
a
,
r
){
c
=
n
[
e
]
=
[
a
,
r
]});
c
[
2
]
=
a
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
f
=
document
.
createElement
(
"script"
);
f
.
type
=
"text/javascript"
,
f
.
charset
=
"utf-8"
,
f
.
async
=!
0
,
f
.
timeout
=
12
e4
,
r
.
nc
&&
f
.
setAttribute
(
"nonce"
,
r
.
nc
),
f
.
src
=
r
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"d65dd0abcd56c706731c"
,
1
:
"17e797a9a6bec3c907bd"
,
2
:
"58214a49b61cde5892e3"
,
3
:
"fec0afa9a23f5f0421cc"
,
4
:
"77c0f4a36c123fa026fe"
,
5
:
"77cc0a3e4eeb6519926f"
,
6
:
"317a471a7dd42d98439d"
,
7
:
"60c0458a9ddcefcf8ab9"
,
8
:
"9f94e8748ae691bf3d59"
,
9
:
"1bfcc6b4fc560ba81ecc"
,
10
:
"edb79338db2d8129fe63"
,
11
:
"85279e7d082748cb6e1e"
,
12
:
"e280adb6c3993f363e0a"
,
13
:
"f0430943fb848d7f2a73"
,
14
:
"b431de5b3d013a433502"
,
15
:
"a50d142c3d0754c2b45e"
,
16
:
"91b0225b56f7ce9f49b6"
,
17
:
"222269963ff7eecb2653"
,
18
:
"af03f81f5b0c9224b59e"
,
19
:
"a6c35c77b7ab0aa07418"
,
20
:
"9543cabce8e3a8ada74b"
,
21
:
"f50c2e563ea4a9e85606"
,
22
:
"a99aaf70c4b5abd400e8"
,
23
:
"38939341449792872fe2"
,
24
:
"a2fb16cfb5e2ec33c137"
,
25
:
"ddc3890bbab4470b6c99"
,
26
:
"248bc06fc66d1f8677b7"
,
27
:
"7ca44b028f5fb6b7d203"
,
28
:
"100c835a17edc5426ccb"
,
29
:
"2878ec6cf3e83551cf21"
,
32
:
"dce00e0425d1c5495255"
}[
e
]
+
".js"
;
var
o
=
setTimeout
(
b
,
12
e4
);
function
b
(){
f
.
onerror
=
f
.
onload
=
null
,
clearTimeout
(
o
);
var
c
=
n
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
n
[
e
]
=
void
0
)}
return
f
.
onerror
=
f
.
onload
=
b
,
t
.
appendChild
(
f
),
a
},
r
.
m
=
e
,
r
.
c
=
a
,
r
.
d
=
function
(
e
,
c
,
a
){
r
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
a
})},
r
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
r
.
d
(
c
,
"a"
,
c
),
c
},
r
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
r
.
p
=
"/zbht/"
,
r
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
a
,
t
,
o
){
for
(
var
f
,
d
,
b
,
i
=
0
,
u
=
[];
i
<
a
.
length
;
i
++
)
d
=
a
[
i
],
n
[
d
]
&&
u
.
push
(
n
[
d
][
0
]),
n
[
d
]
=
0
;
for
(
f
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
f
)
&&
(
e
[
f
]
=
t
[
f
]);
for
(
c
&&
c
(
a
,
t
,
o
);
u
.
length
;)
u
.
shift
()();
if
(
o
)
for
(
i
=
0
;
i
<
o
.
length
;
i
++
)
b
=
r
(
r
.
s
=
o
[
i
]);
return
b
};
var
a
=
{},
n
=
{
33
:
0
};
function
r
(
c
){
if
(
a
[
c
])
return
a
[
c
].
exports
;
var
n
=
a
[
c
]
=
{
i
:
c
,
l
:
!
1
,
exports
:{}};
return
e
[
c
].
call
(
n
.
exports
,
n
,
n
.
exports
,
r
),
n
.
l
=!
0
,
n
.
exports
}
r
.
e
=
function
(
e
){
var
c
=
n
[
e
];
if
(
0
===
c
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
c
)
return
c
[
2
];
var
a
=
new
Promise
(
function
(
a
,
r
){
c
=
n
[
e
]
=
[
a
,
r
]});
c
[
2
]
=
a
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
o
=
document
.
createElement
(
"script"
);
o
.
type
=
"text/javascript"
,
o
.
charset
=
"utf-8"
,
o
.
async
=!
0
,
o
.
timeout
=
12
e4
,
r
.
nc
&&
o
.
setAttribute
(
"nonce"
,
r
.
nc
),
o
.
src
=
r
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"d65dd0abcd56c706731c"
,
1
:
"17e797a9a6bec3c907bd"
,
2
:
"58214a49b61cde5892e3"
,
3
:
"fec0afa9a23f5f0421cc"
,
4
:
"77c0f4a36c123fa026fe"
,
5
:
"77cc0a3e4eeb6519926f"
,
6
:
"317a471a7dd42d98439d"
,
7
:
"60c0458a9ddcefcf8ab9"
,
8
:
"9f94e8748ae691bf3d59"
,
9
:
"1bfcc6b4fc560ba81ecc"
,
10
:
"edb79338db2d8129fe63"
,
11
:
"85279e7d082748cb6e1e"
,
12
:
"e280adb6c3993f363e0a"
,
13
:
"f0430943fb848d7f2a73"
,
14
:
"b431de5b3d013a433502"
,
15
:
"a50d142c3d0754c2b45e"
,
16
:
"91b0225b56f7ce9f49b6"
,
17
:
"222269963ff7eecb2653"
,
18
:
"af03f81f5b0c9224b59e"
,
19
:
"a6c35c77b7ab0aa07418"
,
20
:
"9543cabce8e3a8ada74b"
,
21
:
"f50c2e563ea4a9e85606"
,
22
:
"75aca80841ed0f7ec998"
,
23
:
"4bce435961359431d8c9"
,
24
:
"67a77211246a80571a70"
,
25
:
"9d675285b50da6978919"
,
26
:
"1457232c6865db890c4d"
,
27
:
"271c9be29186b442ede9"
,
28
:
"100c835a17edc5426ccb"
,
29
:
"2878ec6cf3e83551cf21"
,
32
:
"dce00e0425d1c5495255"
}[
e
]
+
".js"
;
var
f
=
setTimeout
(
d
,
12
e4
);
function
d
(){
o
.
onerror
=
o
.
onload
=
null
,
clearTimeout
(
f
);
var
c
=
n
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
n
[
e
]
=
void
0
)}
return
o
.
onerror
=
o
.
onload
=
d
,
t
.
appendChild
(
o
),
a
},
r
.
m
=
e
,
r
.
c
=
a
,
r
.
d
=
function
(
e
,
c
,
a
){
r
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
a
})},
r
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
r
.
d
(
c
,
"a"
,
c
),
c
},
r
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
r
.
p
=
"/zbht/"
,
r
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
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