Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
0977f703
Commit
0977f703
authored
May 28, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
528
parent
2632c675
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
35 additions
and
8 deletions
+35
-8
index.html
dev/index.html
+1
-1
15.707d58743fc9a74249e6.js
dev/static/js/15.707d58743fc9a74249e6.js
+1
-1
16.122a88228eaf23a73c64.js
dev/static/js/16.122a88228eaf23a73c64.js
+1
-1
6.31b7a0b8c7417a15445f.js
dev/static/js/6.31b7a0b8c7417a15445f.js
+0
-1
6.71f3619fc2cf472d5b4a.js
dev/static/js/6.71f3619fc2cf472d5b4a.js
+1
-0
manifest.6274084468e6925ec92d.js
dev/static/js/manifest.6274084468e6925ec92d.js
+1
-1
index.vue
src/components/buy/index.vue
+3
-3
preview.vue
src/components/indexPage/preview.vue
+1
-0
secMap.vue
src/components/map/secMap.vue
+26
-0
No files found.
dev/index.html
View file @
0977f703
...
@@ -6,4 +6,4 @@
...
@@ -6,4 +6,4 @@
overflow
:
hidden
;
overflow
:
hidden
;
position
:
fixed
;
position
:
fixed
;
background
:
#f4f4f4
;
background
:
#f4f4f4
;
}
</style><link
href=
static/css/app.a33637a3392be2fde512aa6031b6e4df.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script
type=
text/javascript
src=
static/js/manifest.3f899bed608b785bc757.js
></script><script
type=
text/javascript
src=
static/js/vendor.08bb4c1de1fdf5bf85a2.js
></script><script
type=
text/javascript
src=
static/js/app.2c2323b9c57064009e04.js
></script></body></html>
}
</style><link
href=
static/css/app.a33637a3392be2fde512aa6031b6e4df.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script
type=
text/javascript
src=
static/js/manifest.6274084468e6925ec92d.js
></script><script
type=
text/javascript
src=
static/js/vendor.08bb4c1de1fdf5bf85a2.js
></script><script
type=
text/javascript
src=
static/js/app.2c2323b9c57064009e04.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dev/static/js/15.
6dc965f957595f755035
.js
→
dev/static/js/15.
707d58743fc9a74249e6
.js
View file @
0977f703
webpackJsonp
([
15
],{
CGQl
:
function
(
t
,
i
){},
JsOw
:
function
(
t
,
i
){},
UFvj
:
function
(
t
,
i
,
n
){
"use strict"
;
Object
.
defineProperty
(
i
,
"__esModule"
,{
value
:
!
0
});
n
(
"nsZj"
),
n
(
"hW8u"
),
n
(
"JsOw"
),
n
(
"W0KU"
),
n
(
"CGQl"
);
var
e
=
n
(
"RfZZ"
),
o
=
n
(
"7+uW"
),
s
=
n
(
"AA6R"
),
a
=
n
.
n
(
s
),
c
=
n
(
"o69Z"
),
h
=
n
(
"CsZI"
),
r
=
n
(
"vwLT"
),
v
=
n
(
"sM86"
),
l
=
Object
(
c
.
h
)(
"swipe"
),
p
=
l
[
0
],
u
=
l
[
1
],
d
=
p
({
mixins
:[
r
.
a
],
props
:{
width
:
Number
,
height
:
Number
,
autoplay
:
Number
,
vertical
:
Boolean
,
initialSwipe
:
Number
,
indicatorColor
:
String
,
loop
:{
type
:
Boolean
,
default
:
!
0
},
touchable
:{
type
:
Boolean
,
default
:
!
0
},
showIndicators
:{
type
:
Boolean
,
default
:
!
0
},
duration
:{
type
:
Number
,
default
:
500
}},
data
:
function
(){
return
{
computedWidth
:
0
,
computedHeight
:
0
,
offset
:
0
,
active
:
0
,
deltaX
:
0
,
deltaY
:
0
,
swipes
:[],
swiping
:
!
1
}},
mounted
:
function
(){
this
.
initialize
(),
this
.
$isServer
||
Object
(
v
.
b
)(
window
,
"resize"
,
this
.
onResize
,
!
0
)},
activated
:
function
(){
this
.
rendered
&&
this
.
initialize
(),
this
.
rendered
=!
0
},
destroyed
:
function
(){
this
.
clear
(),
this
.
$isServer
||
Object
(
v
.
a
)(
window
,
"resize"
,
this
.
onResize
,
!
0
)},
watch
:{
swipes
:
function
(){
this
.
initialize
()},
initialSwipe
:
function
(){
this
.
initialize
()},
autoplay
:
function
(
t
){
t
?
this
.
autoPlay
():
this
.
clear
()}},
computed
:{
count
:
function
(){
return
this
.
swipes
.
length
},
delta
:
function
(){
return
this
.
vertical
?
this
.
deltaY
:
this
.
deltaX
},
size
:
function
(){
return
this
[
this
.
vertical
?
"computedHeight"
:
"computedWidth"
]},
trackSize
:
function
(){
return
this
.
count
*
this
.
size
},
activeIndicator
:
function
(){
return
(
this
.
active
+
this
.
count
)
%
this
.
count
},
isCorrectDirection
:
function
(){
var
t
=
this
.
vertical
?
"vertical"
:
"horizontal"
;
return
this
.
direction
===
t
},
trackStyle
:
function
(){
var
t
,
i
=
this
.
vertical
?
"height"
:
"width"
,
n
=
this
.
vertical
?
"width"
:
"height"
;
return
(
t
=
{})[
i
]
=
this
.
trackSize
+
"px"
,
t
[
n
]
=
this
[
n
]?
this
[
n
]
+
"px"
:
""
,
t
.
transitionDuration
=
(
this
.
swiping
?
0
:
this
.
duration
)
+
"ms"
,
t
.
transform
=
"translate"
+
(
this
.
vertical
?
"Y"
:
"X"
)
+
"("
+
this
.
offset
+
"px)"
,
t
},
indicatorStyle
:
function
(){
return
{
backgroundColor
:
this
.
indicatorColor
}}},
methods
:{
initialize
:
function
(
t
){
if
(
void
0
===
t
&&
(
t
=
this
.
initialSwipe
),
clearTimeout
(
this
.
timer
),
this
.
$el
){
var
i
=
this
.
$el
.
getBoundingClientRect
();
this
.
computedWidth
=
this
.
width
||
i
.
width
,
this
.
computedHeight
=
this
.
height
||
i
.
height
}
this
.
swiping
=!
0
,
this
.
active
=
t
,
this
.
offset
=
this
.
count
>
1
?
-
this
.
size
*
this
.
active
:
0
,
this
.
swipes
.
forEach
(
function
(
t
){
t
.
offset
=
0
}),
this
.
autoPlay
()},
onResize
:
function
(){
this
.
initialize
(
this
.
activeIndicator
)},
onTouchStart
:
function
(
t
){
this
.
touchable
&&
(
this
.
clear
(),
this
.
swiping
=!
0
,
this
.
touchStart
(
t
),
this
.
correctPosition
())},
onTouchMove
:
function
(
t
){
this
.
touchable
&&
this
.
swiping
&&
(
this
.
touchMove
(
t
),
this
.
isCorrectDirection
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
(),
this
.
move
({
offset
:
Math
.
min
(
Math
.
max
(
this
.
delta
,
-
this
.
size
),
this
.
size
)})))},
onTouchEnd
:
function
(){
if
(
this
.
touchable
&&
this
.
swiping
){
if
(
this
.
delta
&&
this
.
isCorrectDirection
){
var
t
=
this
.
vertical
?
this
.
offsetY
:
this
.
offsetX
;
this
.
move
({
pace
:
t
>
0
?
this
.
delta
>
0
?
-
1
:
1
:
0
,
emitChange
:
!
0
})}
this
.
swiping
=!
1
,
this
.
autoPlay
()}},
move
:
function
(
t
){
var
i
=
t
.
pace
,
n
=
void
0
===
i
?
0
:
i
,
e
=
t
.
offset
,
o
=
void
0
===
e
?
0
:
e
,
s
=
t
.
emitChange
,
a
=
this
.
delta
,
c
=
this
.
active
,
h
=
this
.
count
,
r
=
this
.
swipes
,
v
=
this
.
trackSize
,
l
=
0
===
c
,
p
=
c
===
h
-
1
;
!
this
.
loop
&&
(
l
&&
(
o
>
0
||
n
<
0
)
||
p
&&
(
o
<
0
||
n
>
0
))
||
h
<=
1
||
(
r
[
0
]
&&
(
r
[
0
].
offset
=
p
&&
(
a
<
0
||
n
>
0
)?
v
:
0
),
r
[
h
-
1
]
&&
(
r
[
h
-
1
].
offset
=
l
&&
(
a
>
0
||
n
<
0
)?
-
v
:
0
),
n
&&
c
+
n
>=-
1
&&
c
+
n
<=
h
&&
(
this
.
active
+=
n
,
s
&&
this
.
$emit
(
"change"
,
this
.
activeIndicator
)),
this
.
offset
=
Math
.
round
(
o
-
this
.
active
*
this
.
size
))},
swipeTo
:
function
(
t
){
var
i
=
this
;
this
.
swiping
=!
0
,
this
.
resetTouchStatus
(),
this
.
correctPosition
(),
setTimeout
(
function
(){
i
.
swiping
=!
1
,
i
.
move
({
pace
:
t
%
i
.
count
-
i
.
active
,
emitChange
:
!
0
})},
30
)},
correctPosition
:
function
(){
this
.
active
<=-
1
&&
this
.
move
({
pace
:
this
.
count
}),
this
.
active
>=
this
.
count
&&
this
.
move
({
pace
:
-
this
.
count
})},
clear
:
function
(){
clearTimeout
(
this
.
timer
)},
autoPlay
:
function
(){
var
t
=
this
,
i
=
this
.
autoplay
;
i
&&
this
.
count
>
1
&&
(
this
.
clear
(),
this
.
timer
=
setTimeout
(
function
(){
t
.
swiping
=!
0
,
t
.
resetTouchStatus
(),
t
.
correctPosition
(),
setTimeout
(
function
(){
t
.
swiping
=!
1
,
t
.
move
({
pace
:
1
,
emitChange
:
!
0
}),
t
.
autoPlay
()},
30
)},
i
))}},
render
:
function
(
t
){
var
i
=
this
,
n
=
this
.
count
,
e
=
this
.
activeIndicator
,
o
=
this
.
slots
(
"indicator"
)
||
this
.
showIndicators
&&
n
>
1
&&
t
(
"div"
,{
class
:
u
(
"indicators"
,{
vertical
:
this
.
vertical
})},[
Array
.
apply
(
void
0
,
Array
(
n
)).
map
(
function
(
n
,
o
){
return
t
(
"i"
,{
class
:
u
(
"indicator"
,{
active
:
o
===
e
}),
style
:
o
===
e
?
i
.
indicatorStyle
:
null
})})]);
return
t
(
"div"
,{
class
:
u
()},[
t
(
"div"
,{
ref
:
"track"
,
style
:
this
.
trackStyle
,
class
:
u
(
"track"
),
on
:{
touchstart
:
this
.
onTouchStart
,
touchmove
:
this
.
onTouchMove
,
touchend
:
this
.
onTouchEnd
,
touchcancel
:
this
.
onTouchEnd
}},[
this
.
slots
()]),
o
])}}),
f
=
Object
(
c
.
h
)(
"swipe-item"
),
A
=
f
[
0
],
w
=
f
[
1
],
m
=
A
({
data
:
function
(){
return
{
offset
:
0
}},
beforeCreate
:
function
(){
this
.
$parent
.
swipes
.
push
(
this
)},
destroyed
:
function
(){
this
.
$parent
.
swipes
.
splice
(
this
.
$parent
.
swipes
.
indexOf
(
this
),
1
)},
render
:
function
(
t
){
var
i
=
this
.
$parent
,
n
=
i
.
vertical
,
o
=
i
.
computedWidth
,
s
=
i
.
computedHeight
,
a
=
{
width
:
o
+
"px"
,
height
:
n
?
s
+
"px"
:
"100%"
,
transform
:
"translate"
+
(
n
?
"Y"
:
"X"
)
+
"("
+
this
.
offset
+
"px)"
};
return
t
(
"div"
,{
class
:
w
(),
style
:
a
,
on
:
Object
(
e
.
a
)({},
this
.
$listeners
)},[
this
.
slots
()])}}),
g
=
Object
(
c
.
h
)(
"image-preview"
),
C
=
g
[
0
],
b
=
g
[
1
];
function
B
(
t
){
return
Math
.
sqrt
(
Math
.
abs
((
t
[
0
].
clientX
-
t
[
1
].
clientX
)
*
(
t
[
0
].
clientY
-
t
[
1
].
clientY
)))}
var
k
,
E
=
C
({
mixins
:[
h
.
a
,
r
.
a
],
props
:{
images
:
Array
,
className
:
null
,
lazyLoad
:
Boolean
,
asyncClose
:
Boolean
,
startPosition
:
Number
,
showIndicators
:
Boolean
,
loop
:{
type
:
Boolean
,
default
:
!
0
},
overlay
:{
type
:
Boolean
,
default
:
!
0
},
showIndex
:{
type
:
Boolean
,
default
:
!
0
},
overlayClass
:{
type
:
String
,
default
:
"van-image-preview__overlay"
},
closeOnClickOverlay
:{
type
:
Boolean
,
default
:
!
0
}},
data
:
function
(){
return
{
scale
:
1
,
moveX
:
0
,
moveY
:
0
,
moving
:
!
1
,
zooming
:
!
1
,
active
:
0
}},
computed
:{
imageStyle
:
function
(){
var
t
=
this
.
scale
,
i
=
{
transition
:
this
.
zooming
||
this
.
moving
?
""
:
".3s all"
};
return
1
!==
t
&&
(
i
.
transform
=
"scale3d("
+
t
+
", "
+
t
+
", 1) translate("
+
this
.
moveX
/
t
+
"px, "
+
this
.
moveY
/
t
+
"px)"
),
i
}},
watch
:{
value
:
function
(){
this
.
active
=
this
.
startPosition
},
startPosition
:
function
(
t
){
this
.
active
=
t
}},
methods
:{
onWrapperTouchStart
:
function
(){
this
.
touchStartTime
=
new
Date
},
onWrapperTouchEnd
:
function
(
t
){
t
.
preventDefault
();
var
i
=
new
Date
-
this
.
touchStartTime
,
n
=
this
.
$refs
.
swipe
||
{},
e
=
n
.
offsetX
,
o
=
void
0
===
e
?
0
:
e
,
s
=
n
.
offsetY
;
if
(
i
<
300
&&
o
<
10
&&
(
void
0
===
s
?
0
:
s
)
<
10
){
var
a
=
this
.
active
;
this
.
resetScale
(),
this
.
$emit
(
"close"
,{
index
:
a
,
url
:
this
.
images
[
a
]}),
this
.
asyncClose
||
this
.
$emit
(
"input"
,
!
1
)}},
startMove
:
function
(
t
){
var
i
=
t
.
currentTarget
.
getBoundingClientRect
(),
n
=
window
.
innerWidth
,
e
=
window
.
innerHeight
;
this
.
touchStart
(
t
),
this
.
moving
=!
0
,
this
.
startMoveX
=
this
.
moveX
,
this
.
startMoveY
=
this
.
moveY
,
this
.
maxMoveX
=
Math
.
max
(
0
,(
i
.
width
-
n
)
/
2
),
this
.
maxMoveY
=
Math
.
max
(
0
,(
i
.
height
-
e
)
/
2
)},
startZoom
:
function
(
t
){
this
.
moving
=!
1
,
this
.
zooming
=!
0
,
this
.
startScale
=
this
.
scale
,
this
.
startDistance
=
B
(
t
.
touches
)},
onTouchStart
:
function
(
t
){
var
i
=
t
.
touches
,
n
=
(
this
.
$refs
.
swipe
||
{}).
offsetX
,
e
=
void
0
===
n
?
0
:
n
;
1
===
i
.
length
&&
1
!==
this
.
scale
?
this
.
startMove
(
t
):
2
!==
i
.
length
||
e
||
this
.
startZoom
(
t
)},
onTouchMove
:
function
(
t
){
var
i
=
t
.
touches
;
if
((
this
.
moving
||
this
.
zooming
)
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
()),
this
.
moving
){
this
.
touchMove
(
t
);
var
n
=
this
.
deltaX
+
this
.
startMoveX
,
e
=
this
.
deltaY
+
this
.
startMoveY
;
this
.
moveX
=
Object
(
c
.
g
)(
n
,
-
this
.
maxMoveX
,
this
.
maxMoveX
),
this
.
moveY
=
Object
(
c
.
g
)(
e
,
-
this
.
maxMoveY
,
this
.
maxMoveY
)}
if
(
this
.
zooming
&&
2
===
i
.
length
){
var
o
=
B
(
i
),
s
=
this
.
startScale
*
o
/
this
.
startDistance
;
this
.
scale
=
Object
(
c
.
g
)(
s
,
1
/
3
,
3
)}},
onTouchEnd
:
function
(
t
){
if
(
this
.
moving
||
this
.
zooming
){
var
i
=!
0
;
this
.
moving
&&
this
.
startMoveX
===
this
.
moveX
&&
this
.
startMoveY
===
this
.
moveY
&&
(
i
=!
1
),
t
.
touches
.
length
||
(
this
.
moving
=!
1
,
this
.
zooming
=!
1
,
this
.
startMoveX
=
0
,
this
.
startMoveY
=
0
,
this
.
startScale
=
1
,
this
.
scale
<
1
&&
this
.
resetScale
()),
i
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
())}},
onChange
:
function
(
t
){
this
.
resetScale
(),
this
.
active
=
t
},
resetScale
:
function
(){
this
.
scale
=
1
,
this
.
moveX
=
0
,
this
.
moveY
=
0
}},
render
:
function
(
t
){
var
i
=
this
;
if
(
this
.
value
){
var
n
=
this
.
active
,
e
=
this
.
images
,
o
=
this
.
showIndex
&&
t
(
"div"
,{
class
:
b
(
"index"
)},[
n
+
1
+
"/"
+
e
.
length
]),
s
=
t
(
d
,{
ref
:
"swipe"
,
attrs
:{
loop
:
this
.
loop
,
indicatorColor
:
"white"
,
initialSwipe
:
this
.
startPosition
,
showIndicators
:
this
.
showIndicators
},
on
:{
change
:
this
.
onChange
}},[
e
.
map
(
function
(
e
,
o
){
var
s
=
{
class
:
b
(
"image"
),
style
:
o
===
n
?
i
.
imageStyle
:
null
,
on
:{
touchstart
:
i
.
onTouchStart
,
touchmove
:
i
.
onTouchMove
,
touchend
:
i
.
onTouchEnd
,
touchcancel
:
i
.
onTouchEnd
}};
return
t
(
m
,[
i
.
lazyLoad
?
t
(
"img"
,
a
()([{
directives
:[{
name
:
"lazy"
,
value
:
e
}]},
s
])):
t
(
"img"
,
a
()([{
attrs
:{
src
:
e
}},
s
]))])})]);
return
t
(
"transition"
,{
attrs
:{
name
:
"van-fade"
}},[
t
(
"div"
,{
class
:[
b
(),
this
.
className
],
on
:{
touchstart
:
this
.
onWrapperTouchStart
,
touchend
:
this
.
onWrapperTouchEnd
,
touchcancel
:
this
.
onWrapperTouchEnd
}},[
o
,
s
])])}}}),
x
=
{
images
:[],
loop
:
!
0
,
value
:
!
0
,
className
:
""
,
lazyLoad
:
!
1
,
showIndex
:
!
0
,
asyncClose
:
!
1
,
startPosition
:
0
,
showIndicators
:
!
1
},
y
=
function
(
t
,
i
){
if
(
void
0
===
i
&&
(
i
=
0
),
!
c
.
e
){
k
||
(
k
=
new
(
o
.
default
.
extend
(
E
))({
el
:
document
.
createElement
(
"div"
)}),
document
.
body
.
appendChild
(
k
.
$el
));
var
n
=
Array
.
isArray
(
t
)?{
images
:
t
,
startPosition
:
i
}:
t
;
return
Object
(
e
.
a
)(
k
,
x
,
n
),
k
.
$once
(
"input"
,
function
(
t
){
k
.
value
=
t
}),
n
.
onClose
&&
k
.
$once
(
"close"
,
n
.
onClose
),
k
}};
y
.
install
=
function
(){
o
.
default
.
use
(
E
)};
var
I
=
y
,
z
=
n
(
"Jmy5"
),
S
=
{
name
:
"nofinishdia"
,
mounted
:
function
(){
this
.
$sa
.
track
(
"ViewPreview"
,{})},
data
:
function
(){
return
{
previewImg2
:
z
.
f
}},
methods
:{
toLink
:
function
(){
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
btn
),
window
.
location
.
href
=
"https://appanqlfkth3717.h5.xiaoeknow.com/content_page/eyJ0eXBlIjozLCJyZXNvdXJjZV90eXBlIjowLCJyZXNvdXJjZV9pZCI6IiIsInByb2R1Y3RfaWQiOiJwXzViNGEyNDFjOTQ4NGVfZzg3ZVhOMUgiLCJhcHBfaWQiOiJhcHBhTlFMZmt0SDM3MTcifQ"
},
ImagePreviewF
:
function
(
t
){
I
({
images
:[
this
.
previewImg2
.
previewpic1
,
this
.
previewImg2
.
previewpic2
,
this
.
previewImg2
.
previewpic3
,
this
.
previewImg2
.
previewpic6
,
this
.
previewImg2
.
previewpic5
,
this
.
previewImg2
.
previewpic7
,
this
.
previewImg2
.
previewpic8
,
this
.
previewImg2
.
previewpic9
],
lazyLoad
:
!
0
,
startPosition
:
t
})}}},
Y
=
function
(){
var
t
=
this
,
i
=
t
.
$createElement
,
n
=
t
.
_self
.
_c
||
i
;
return
n
(
"div"
,{
staticClass
:
"nofinish-block"
},[
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview1
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview2
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview3
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview4
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic1"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
0
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic2"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
1
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic3"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
2
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic4"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
3
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic5"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
4
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic6"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
5
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic7"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
6
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic8"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
7
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
ref
:
"btn"
,
staticClass
:
"btn"
,
on
:{
click
:
t
.
toLink
}},[
n
(
"img"
,{
attrs
:{
src
:
t
.
previewImg2
.
previewBtn
,
alt
:
""
}})])])};
Y
.
_withStripped
=!
0
;
var
M
=
{
render
:
Y
,
staticRenderFns
:[]},
T
=
M
;
var
D
=!
1
;
var
P
=
n
(
"VU/8"
)(
S
,
T
,
!
1
,
function
(
t
){
D
||
n
(
"bv0n"
)},
"data-v-0f62695a"
,
null
);
P
.
options
.
__file
=
"src/components/indexPage/preview.vue"
;
i
.
default
=
P
.
exports
},
W0KU
:
function
(
t
,
i
){},
bv0n
:
function
(
t
,
i
,
n
){
var
e
=
n
(
"k/Gd"
);
"string"
==
typeof
e
&&
(
e
=
[[
t
.
i
,
e
,
""
]]),
e
.
locals
&&
(
t
.
exports
=
e
.
locals
);
n
(
"rjj0"
)(
"2e6d81ca"
,
e
,
!
1
,{})},
"k/Gd"
:
function
(
t
,
i
,
n
){(
t
.
exports
=
n
(
"FZ+f"
)(
!
0
)).
push
([
t
.
i
,
"
\n
.fl-r[data-v-0f62695a] {
\n
float: right;
\n
}
\n
.main-block[data-v-0f62695a] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-0f62695a]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.nofinish-block .bg[data-v-0f62695a] {
\n
width: 100%;
\n
vertical-align: top;
\n
}
\n
.nofinish-block .pic[data-v-0f62695a] {
\n
position: absolute;
\n
left: 8vw;
\n
width: 84vw;
\n
}
\n
.nofinish-block .pic1[data-v-0f62695a] {
\n
top: 134.66666667vw;
\n
height: 30.66666667vw;
\n
}
\n
.nofinish-block .pic2[data-v-0f62695a] {
\n
top: 225.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic3[data-v-0f62695a] {
\n
top: 345.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic4[data-v-0f62695a] {
\n
top: 470.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic5[data-v-0f62695a] {
\n
top: 622.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic6[data-v-0f62695a] {
\n
top: 785.33333333vw;
\n
height: 48vw;
\n
}
\n
.nofinish-block .pic7[data-v-0f62695a] {
\n
top: 886.66666667vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .pic8[data-v-0f62695a] {
\n
top: 985.33333333vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .btn[data-v-0f62695a] {
\n
position: absolute;
\n
bottom: 12.8vw;
\n
text-align: center;
\n
left: 12.53333333vw;
\n
font-size: 12px;
\n
width: 75.73333333vw;
\n
height: 13.33333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.nofinish-block .btn img[data-v-0f62695a] {
\n
width: 100%;
\n
}
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/indexPage/preview.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,YAAY;EACZ,oBAAoB;CACrB;AACD;EACE,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,oBAAoB;EACpB,gBAAgB;EAChB,qBAAqB;EACrB,sBAAsB;EACtB,+BAA+B;UACvB,uBAAuB;CAChC;AACD;EACE,YAAY;CACb"
,
file
:
"preview.vue"
,
sourcesContent
:[
"
\n
.fl-r[data-v-0f62695a] {
\n
float: right;
\n
}
\n
.main-block[data-v-0f62695a] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-0f62695a]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.nofinish-block .bg[data-v-0f62695a] {
\n
width: 100%;
\n
vertical-align: top;
\n
}
\n
.nofinish-block .pic[data-v-0f62695a] {
\n
position: absolute;
\n
left: 8vw;
\n
width: 84vw;
\n
}
\n
.nofinish-block .pic1[data-v-0f62695a] {
\n
top: 134.66666667vw;
\n
height: 30.66666667vw;
\n
}
\n
.nofinish-block .pic2[data-v-0f62695a] {
\n
top: 225.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic3[data-v-0f62695a] {
\n
top: 345.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic4[data-v-0f62695a] {
\n
top: 470.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic5[data-v-0f62695a] {
\n
top: 622.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic6[data-v-0f62695a] {
\n
top: 785.33333333vw;
\n
height: 48vw;
\n
}
\n
.nofinish-block .pic7[data-v-0f62695a] {
\n
top: 886.66666667vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .pic8[data-v-0f62695a] {
\n
top: 985.33333333vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .btn[data-v-0f62695a] {
\n
position: absolute;
\n
bottom: 12.8vw;
\n
text-align: center;
\n
left: 12.53333333vw;
\n
font-size: 12px;
\n
width: 75.73333333vw;
\n
height: 13.33333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.nofinish-block .btn img[data-v-0f62695a] {
\n
width: 100%;
\n
}
\n
"
],
sourceRoot
:
""
}])}});
webpackJsonp
([
15
],{
CGQl
:
function
(
t
,
i
){},
JsOw
:
function
(
t
,
i
){},
UFvj
:
function
(
t
,
i
,
n
){
"use strict"
;
Object
.
defineProperty
(
i
,
"__esModule"
,{
value
:
!
0
});
n
(
"nsZj"
),
n
(
"hW8u"
),
n
(
"JsOw"
),
n
(
"W0KU"
),
n
(
"CGQl"
);
var
e
=
n
(
"RfZZ"
),
o
=
n
(
"7+uW"
),
s
=
n
(
"AA6R"
),
a
=
n
.
n
(
s
),
c
=
n
(
"o69Z"
),
h
=
n
(
"CsZI"
),
r
=
n
(
"vwLT"
),
v
=
n
(
"sM86"
),
l
=
Object
(
c
.
h
)(
"swipe"
),
p
=
l
[
0
],
u
=
l
[
1
],
d
=
p
({
mixins
:[
r
.
a
],
props
:{
width
:
Number
,
height
:
Number
,
autoplay
:
Number
,
vertical
:
Boolean
,
initialSwipe
:
Number
,
indicatorColor
:
String
,
loop
:{
type
:
Boolean
,
default
:
!
0
},
touchable
:{
type
:
Boolean
,
default
:
!
0
},
showIndicators
:{
type
:
Boolean
,
default
:
!
0
},
duration
:{
type
:
Number
,
default
:
500
}},
data
:
function
(){
return
{
computedWidth
:
0
,
computedHeight
:
0
,
offset
:
0
,
active
:
0
,
deltaX
:
0
,
deltaY
:
0
,
swipes
:[],
swiping
:
!
1
}},
mounted
:
function
(){
this
.
initialize
(),
this
.
$isServer
||
Object
(
v
.
b
)(
window
,
"resize"
,
this
.
onResize
,
!
0
)},
activated
:
function
(){
this
.
rendered
&&
this
.
initialize
(),
this
.
rendered
=!
0
},
destroyed
:
function
(){
this
.
clear
(),
this
.
$isServer
||
Object
(
v
.
a
)(
window
,
"resize"
,
this
.
onResize
,
!
0
)},
watch
:{
swipes
:
function
(){
this
.
initialize
()},
initialSwipe
:
function
(){
this
.
initialize
()},
autoplay
:
function
(
t
){
t
?
this
.
autoPlay
():
this
.
clear
()}},
computed
:{
count
:
function
(){
return
this
.
swipes
.
length
},
delta
:
function
(){
return
this
.
vertical
?
this
.
deltaY
:
this
.
deltaX
},
size
:
function
(){
return
this
[
this
.
vertical
?
"computedHeight"
:
"computedWidth"
]},
trackSize
:
function
(){
return
this
.
count
*
this
.
size
},
activeIndicator
:
function
(){
return
(
this
.
active
+
this
.
count
)
%
this
.
count
},
isCorrectDirection
:
function
(){
var
t
=
this
.
vertical
?
"vertical"
:
"horizontal"
;
return
this
.
direction
===
t
},
trackStyle
:
function
(){
var
t
,
i
=
this
.
vertical
?
"height"
:
"width"
,
n
=
this
.
vertical
?
"width"
:
"height"
;
return
(
t
=
{})[
i
]
=
this
.
trackSize
+
"px"
,
t
[
n
]
=
this
[
n
]?
this
[
n
]
+
"px"
:
""
,
t
.
transitionDuration
=
(
this
.
swiping
?
0
:
this
.
duration
)
+
"ms"
,
t
.
transform
=
"translate"
+
(
this
.
vertical
?
"Y"
:
"X"
)
+
"("
+
this
.
offset
+
"px)"
,
t
},
indicatorStyle
:
function
(){
return
{
backgroundColor
:
this
.
indicatorColor
}}},
methods
:{
initialize
:
function
(
t
){
if
(
void
0
===
t
&&
(
t
=
this
.
initialSwipe
),
clearTimeout
(
this
.
timer
),
this
.
$el
){
var
i
=
this
.
$el
.
getBoundingClientRect
();
this
.
computedWidth
=
this
.
width
||
i
.
width
,
this
.
computedHeight
=
this
.
height
||
i
.
height
}
this
.
swiping
=!
0
,
this
.
active
=
t
,
this
.
offset
=
this
.
count
>
1
?
-
this
.
size
*
this
.
active
:
0
,
this
.
swipes
.
forEach
(
function
(
t
){
t
.
offset
=
0
}),
this
.
autoPlay
()},
onResize
:
function
(){
this
.
initialize
(
this
.
activeIndicator
)},
onTouchStart
:
function
(
t
){
this
.
touchable
&&
(
this
.
clear
(),
this
.
swiping
=!
0
,
this
.
touchStart
(
t
),
this
.
correctPosition
())},
onTouchMove
:
function
(
t
){
this
.
touchable
&&
this
.
swiping
&&
(
this
.
touchMove
(
t
),
this
.
isCorrectDirection
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
(),
this
.
move
({
offset
:
Math
.
min
(
Math
.
max
(
this
.
delta
,
-
this
.
size
),
this
.
size
)})))},
onTouchEnd
:
function
(){
if
(
this
.
touchable
&&
this
.
swiping
){
if
(
this
.
delta
&&
this
.
isCorrectDirection
){
var
t
=
this
.
vertical
?
this
.
offsetY
:
this
.
offsetX
;
this
.
move
({
pace
:
t
>
0
?
this
.
delta
>
0
?
-
1
:
1
:
0
,
emitChange
:
!
0
})}
this
.
swiping
=!
1
,
this
.
autoPlay
()}},
move
:
function
(
t
){
var
i
=
t
.
pace
,
n
=
void
0
===
i
?
0
:
i
,
e
=
t
.
offset
,
o
=
void
0
===
e
?
0
:
e
,
s
=
t
.
emitChange
,
a
=
this
.
delta
,
c
=
this
.
active
,
h
=
this
.
count
,
r
=
this
.
swipes
,
v
=
this
.
trackSize
,
l
=
0
===
c
,
p
=
c
===
h
-
1
;
!
this
.
loop
&&
(
l
&&
(
o
>
0
||
n
<
0
)
||
p
&&
(
o
<
0
||
n
>
0
))
||
h
<=
1
||
(
r
[
0
]
&&
(
r
[
0
].
offset
=
p
&&
(
a
<
0
||
n
>
0
)?
v
:
0
),
r
[
h
-
1
]
&&
(
r
[
h
-
1
].
offset
=
l
&&
(
a
>
0
||
n
<
0
)?
-
v
:
0
),
n
&&
c
+
n
>=-
1
&&
c
+
n
<=
h
&&
(
this
.
active
+=
n
,
s
&&
this
.
$emit
(
"change"
,
this
.
activeIndicator
)),
this
.
offset
=
Math
.
round
(
o
-
this
.
active
*
this
.
size
))},
swipeTo
:
function
(
t
){
var
i
=
this
;
this
.
swiping
=!
0
,
this
.
resetTouchStatus
(),
this
.
correctPosition
(),
setTimeout
(
function
(){
i
.
swiping
=!
1
,
i
.
move
({
pace
:
t
%
i
.
count
-
i
.
active
,
emitChange
:
!
0
})},
30
)},
correctPosition
:
function
(){
this
.
active
<=-
1
&&
this
.
move
({
pace
:
this
.
count
}),
this
.
active
>=
this
.
count
&&
this
.
move
({
pace
:
-
this
.
count
})},
clear
:
function
(){
clearTimeout
(
this
.
timer
)},
autoPlay
:
function
(){
var
t
=
this
,
i
=
this
.
autoplay
;
i
&&
this
.
count
>
1
&&
(
this
.
clear
(),
this
.
timer
=
setTimeout
(
function
(){
t
.
swiping
=!
0
,
t
.
resetTouchStatus
(),
t
.
correctPosition
(),
setTimeout
(
function
(){
t
.
swiping
=!
1
,
t
.
move
({
pace
:
1
,
emitChange
:
!
0
}),
t
.
autoPlay
()},
30
)},
i
))}},
render
:
function
(
t
){
var
i
=
this
,
n
=
this
.
count
,
e
=
this
.
activeIndicator
,
o
=
this
.
slots
(
"indicator"
)
||
this
.
showIndicators
&&
n
>
1
&&
t
(
"div"
,{
class
:
u
(
"indicators"
,{
vertical
:
this
.
vertical
})},[
Array
.
apply
(
void
0
,
Array
(
n
)).
map
(
function
(
n
,
o
){
return
t
(
"i"
,{
class
:
u
(
"indicator"
,{
active
:
o
===
e
}),
style
:
o
===
e
?
i
.
indicatorStyle
:
null
})})]);
return
t
(
"div"
,{
class
:
u
()},[
t
(
"div"
,{
ref
:
"track"
,
style
:
this
.
trackStyle
,
class
:
u
(
"track"
),
on
:{
touchstart
:
this
.
onTouchStart
,
touchmove
:
this
.
onTouchMove
,
touchend
:
this
.
onTouchEnd
,
touchcancel
:
this
.
onTouchEnd
}},[
this
.
slots
()]),
o
])}}),
f
=
Object
(
c
.
h
)(
"swipe-item"
),
A
=
f
[
0
],
w
=
f
[
1
],
m
=
A
({
data
:
function
(){
return
{
offset
:
0
}},
beforeCreate
:
function
(){
this
.
$parent
.
swipes
.
push
(
this
)},
destroyed
:
function
(){
this
.
$parent
.
swipes
.
splice
(
this
.
$parent
.
swipes
.
indexOf
(
this
),
1
)},
render
:
function
(
t
){
var
i
=
this
.
$parent
,
n
=
i
.
vertical
,
o
=
i
.
computedWidth
,
s
=
i
.
computedHeight
,
a
=
{
width
:
o
+
"px"
,
height
:
n
?
s
+
"px"
:
"100%"
,
transform
:
"translate"
+
(
n
?
"Y"
:
"X"
)
+
"("
+
this
.
offset
+
"px)"
};
return
t
(
"div"
,{
class
:
w
(),
style
:
a
,
on
:
Object
(
e
.
a
)({},
this
.
$listeners
)},[
this
.
slots
()])}}),
g
=
Object
(
c
.
h
)(
"image-preview"
),
C
=
g
[
0
],
b
=
g
[
1
];
function
B
(
t
){
return
Math
.
sqrt
(
Math
.
abs
((
t
[
0
].
clientX
-
t
[
1
].
clientX
)
*
(
t
[
0
].
clientY
-
t
[
1
].
clientY
)))}
var
k
,
E
=
C
({
mixins
:[
h
.
a
,
r
.
a
],
props
:{
images
:
Array
,
className
:
null
,
lazyLoad
:
Boolean
,
asyncClose
:
Boolean
,
startPosition
:
Number
,
showIndicators
:
Boolean
,
loop
:{
type
:
Boolean
,
default
:
!
0
},
overlay
:{
type
:
Boolean
,
default
:
!
0
},
showIndex
:{
type
:
Boolean
,
default
:
!
0
},
overlayClass
:{
type
:
String
,
default
:
"van-image-preview__overlay"
},
closeOnClickOverlay
:{
type
:
Boolean
,
default
:
!
0
}},
data
:
function
(){
return
{
scale
:
1
,
moveX
:
0
,
moveY
:
0
,
moving
:
!
1
,
zooming
:
!
1
,
active
:
0
}},
computed
:{
imageStyle
:
function
(){
var
t
=
this
.
scale
,
i
=
{
transition
:
this
.
zooming
||
this
.
moving
?
""
:
".3s all"
};
return
1
!==
t
&&
(
i
.
transform
=
"scale3d("
+
t
+
", "
+
t
+
", 1) translate("
+
this
.
moveX
/
t
+
"px, "
+
this
.
moveY
/
t
+
"px)"
),
i
}},
watch
:{
value
:
function
(){
this
.
active
=
this
.
startPosition
},
startPosition
:
function
(
t
){
this
.
active
=
t
}},
methods
:{
onWrapperTouchStart
:
function
(){
this
.
touchStartTime
=
new
Date
},
onWrapperTouchEnd
:
function
(
t
){
t
.
preventDefault
();
var
i
=
new
Date
-
this
.
touchStartTime
,
n
=
this
.
$refs
.
swipe
||
{},
e
=
n
.
offsetX
,
o
=
void
0
===
e
?
0
:
e
,
s
=
n
.
offsetY
;
if
(
i
<
300
&&
o
<
10
&&
(
void
0
===
s
?
0
:
s
)
<
10
){
var
a
=
this
.
active
;
this
.
resetScale
(),
this
.
$emit
(
"close"
,{
index
:
a
,
url
:
this
.
images
[
a
]}),
this
.
asyncClose
||
this
.
$emit
(
"input"
,
!
1
)}},
startMove
:
function
(
t
){
var
i
=
t
.
currentTarget
.
getBoundingClientRect
(),
n
=
window
.
innerWidth
,
e
=
window
.
innerHeight
;
this
.
touchStart
(
t
),
this
.
moving
=!
0
,
this
.
startMoveX
=
this
.
moveX
,
this
.
startMoveY
=
this
.
moveY
,
this
.
maxMoveX
=
Math
.
max
(
0
,(
i
.
width
-
n
)
/
2
),
this
.
maxMoveY
=
Math
.
max
(
0
,(
i
.
height
-
e
)
/
2
)},
startZoom
:
function
(
t
){
this
.
moving
=!
1
,
this
.
zooming
=!
0
,
this
.
startScale
=
this
.
scale
,
this
.
startDistance
=
B
(
t
.
touches
)},
onTouchStart
:
function
(
t
){
var
i
=
t
.
touches
,
n
=
(
this
.
$refs
.
swipe
||
{}).
offsetX
,
e
=
void
0
===
n
?
0
:
n
;
1
===
i
.
length
&&
1
!==
this
.
scale
?
this
.
startMove
(
t
):
2
!==
i
.
length
||
e
||
this
.
startZoom
(
t
)},
onTouchMove
:
function
(
t
){
var
i
=
t
.
touches
;
if
((
this
.
moving
||
this
.
zooming
)
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
()),
this
.
moving
){
this
.
touchMove
(
t
);
var
n
=
this
.
deltaX
+
this
.
startMoveX
,
e
=
this
.
deltaY
+
this
.
startMoveY
;
this
.
moveX
=
Object
(
c
.
g
)(
n
,
-
this
.
maxMoveX
,
this
.
maxMoveX
),
this
.
moveY
=
Object
(
c
.
g
)(
e
,
-
this
.
maxMoveY
,
this
.
maxMoveY
)}
if
(
this
.
zooming
&&
2
===
i
.
length
){
var
o
=
B
(
i
),
s
=
this
.
startScale
*
o
/
this
.
startDistance
;
this
.
scale
=
Object
(
c
.
g
)(
s
,
1
/
3
,
3
)}},
onTouchEnd
:
function
(
t
){
if
(
this
.
moving
||
this
.
zooming
){
var
i
=!
0
;
this
.
moving
&&
this
.
startMoveX
===
this
.
moveX
&&
this
.
startMoveY
===
this
.
moveY
&&
(
i
=!
1
),
t
.
touches
.
length
||
(
this
.
moving
=!
1
,
this
.
zooming
=!
1
,
this
.
startMoveX
=
0
,
this
.
startMoveY
=
0
,
this
.
startScale
=
1
,
this
.
scale
<
1
&&
this
.
resetScale
()),
i
&&
(
t
.
preventDefault
(),
t
.
stopPropagation
())}},
onChange
:
function
(
t
){
this
.
resetScale
(),
this
.
active
=
t
},
resetScale
:
function
(){
this
.
scale
=
1
,
this
.
moveX
=
0
,
this
.
moveY
=
0
}},
render
:
function
(
t
){
var
i
=
this
;
if
(
this
.
value
){
var
n
=
this
.
active
,
e
=
this
.
images
,
o
=
this
.
showIndex
&&
t
(
"div"
,{
class
:
b
(
"index"
)},[
n
+
1
+
"/"
+
e
.
length
]),
s
=
t
(
d
,{
ref
:
"swipe"
,
attrs
:{
loop
:
this
.
loop
,
indicatorColor
:
"white"
,
initialSwipe
:
this
.
startPosition
,
showIndicators
:
this
.
showIndicators
},
on
:{
change
:
this
.
onChange
}},[
e
.
map
(
function
(
e
,
o
){
var
s
=
{
class
:
b
(
"image"
),
style
:
o
===
n
?
i
.
imageStyle
:
null
,
on
:{
touchstart
:
i
.
onTouchStart
,
touchmove
:
i
.
onTouchMove
,
touchend
:
i
.
onTouchEnd
,
touchcancel
:
i
.
onTouchEnd
}};
return
t
(
m
,[
i
.
lazyLoad
?
t
(
"img"
,
a
()([{
directives
:[{
name
:
"lazy"
,
value
:
e
}]},
s
])):
t
(
"img"
,
a
()([{
attrs
:{
src
:
e
}},
s
]))])})]);
return
t
(
"transition"
,{
attrs
:{
name
:
"van-fade"
}},[
t
(
"div"
,{
class
:[
b
(),
this
.
className
],
on
:{
touchstart
:
this
.
onWrapperTouchStart
,
touchend
:
this
.
onWrapperTouchEnd
,
touchcancel
:
this
.
onWrapperTouchEnd
}},[
o
,
s
])])}}}),
x
=
{
images
:[],
loop
:
!
0
,
value
:
!
0
,
className
:
""
,
lazyLoad
:
!
1
,
showIndex
:
!
0
,
asyncClose
:
!
1
,
startPosition
:
0
,
showIndicators
:
!
1
},
y
=
function
(
t
,
i
){
if
(
void
0
===
i
&&
(
i
=
0
),
!
c
.
e
){
k
||
(
k
=
new
(
o
.
default
.
extend
(
E
))({
el
:
document
.
createElement
(
"div"
)}),
document
.
body
.
appendChild
(
k
.
$el
));
var
n
=
Array
.
isArray
(
t
)?{
images
:
t
,
startPosition
:
i
}:
t
;
return
Object
(
e
.
a
)(
k
,
x
,
n
),
k
.
$once
(
"input"
,
function
(
t
){
k
.
value
=
t
}),
n
.
onClose
&&
k
.
$once
(
"close"
,
n
.
onClose
),
k
}};
y
.
install
=
function
(){
o
.
default
.
use
(
E
)};
var
I
=
y
,
z
=
n
(
"Jmy5"
),
S
=
{
name
:
"nofinishdia"
,
mounted
:
function
(){
this
.
$sa
.
track
(
"ViewPreview"
,{})},
data
:
function
(){
return
{
previewImg2
:
z
.
f
}},
methods
:{
toLink
:
function
(){
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
btn
),
window
.
location
.
href
=
"https://appanqlfkth3717.h5.xiaoeknow.com/content_page/eyJ0eXBlIjozLCJyZXNvdXJjZV90eXBlIjowLCJyZXNvdXJjZV9pZCI6IiIsInByb2R1Y3RfaWQiOiJwXzViNGEyNDFjOTQ4NGVfZzg3ZVhOMUgiLCJhcHBfaWQiOiJhcHBhTlFMZmt0SDM3MTcifQ"
},
ImagePreviewF
:
function
(
t
){
I
({
images
:[
this
.
previewImg2
.
previewpic1
,
this
.
previewImg2
.
previewpic2
,
this
.
previewImg2
.
previewpic3
,
this
.
previewImg2
.
previewpic6
,
this
.
previewImg2
.
previewpic5
,
this
.
previewImg2
.
previewpic7
,
this
.
previewImg2
.
previewpic8
,
this
.
previewImg2
.
previewpic9
],
lazyLoad
:
!
0
,
startPosition
:
t
})}}},
Y
=
function
(){
var
t
=
this
,
i
=
t
.
$createElement
,
n
=
t
.
_self
.
_c
||
i
;
return
n
(
"div"
,{
staticClass
:
"nofinish-block"
},[
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview1
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview2
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview3
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
t
.
previewImg2
.
preview4
,
alt
:
""
}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic1"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
0
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic2"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
1
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic3"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
2
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic4"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
3
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic5"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
4
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic6"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
5
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic7"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
6
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"pic pic8"
,
on
:{
click
:
function
(
i
){
t
.
ImagePreviewF
(
7
)}}}),
t
.
_v
(
" "
),
n
(
"div"
,{
ref
:
"btn"
,
staticClass
:
"btn"
,
on
:{
click
:
t
.
toLink
}},[
n
(
"img"
,{
attrs
:{
src
:
t
.
previewImg2
.
previewBtn
,
alt
:
""
}})])])};
Y
.
_withStripped
=!
0
;
var
M
=
{
render
:
Y
,
staticRenderFns
:[]},
T
=
M
;
var
D
=!
1
;
var
P
=
n
(
"VU/8"
)(
S
,
T
,
!
1
,
function
(
t
){
D
||
n
(
"bv0n"
)},
"data-v-0f62695a"
,
null
);
P
.
options
.
__file
=
"src/components/indexPage/preview.vue"
;
i
.
default
=
P
.
exports
},
W0KU
:
function
(
t
,
i
){},
bv0n
:
function
(
t
,
i
,
n
){
var
e
=
n
(
"k/Gd"
);
"string"
==
typeof
e
&&
(
e
=
[[
t
.
i
,
e
,
""
]]),
e
.
locals
&&
(
t
.
exports
=
e
.
locals
);
n
(
"rjj0"
)(
"2e6d81ca"
,
e
,
!
1
,{})},
"k/Gd"
:
function
(
t
,
i
,
n
){(
t
.
exports
=
n
(
"FZ+f"
)(
!
0
)).
push
([
t
.
i
,
"
\n
.fl-r[data-v-0f62695a] {
\n
float: right;
\n
}
\n
.main-block[data-v-0f62695a] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-0f62695a]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.nofinish-block[data-v-0f62695a] {
\n
position: relative;
\n
}
\n
.nofinish-block .bg[data-v-0f62695a] {
\n
width: 100%;
\n
vertical-align: top;
\n
}
\n
.nofinish-block .pic[data-v-0f62695a] {
\n
position: absolute;
\n
left: 8vw;
\n
width: 84vw;
\n
}
\n
.nofinish-block .pic1[data-v-0f62695a] {
\n
top: 134.66666667vw;
\n
height: 30.66666667vw;
\n
}
\n
.nofinish-block .pic2[data-v-0f62695a] {
\n
top: 225.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic3[data-v-0f62695a] {
\n
top: 345.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic4[data-v-0f62695a] {
\n
top: 470.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic5[data-v-0f62695a] {
\n
top: 622.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic6[data-v-0f62695a] {
\n
top: 785.33333333vw;
\n
height: 48vw;
\n
}
\n
.nofinish-block .pic7[data-v-0f62695a] {
\n
top: 886.66666667vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .pic8[data-v-0f62695a] {
\n
top: 985.33333333vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .btn[data-v-0f62695a] {
\n
position: absolute;
\n
bottom: 12.8vw;
\n
text-align: center;
\n
left: 12.53333333vw;
\n
font-size: 12px;
\n
width: 75.73333333vw;
\n
height: 13.33333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.nofinish-block .btn img[data-v-0f62695a] {
\n
width: 100%;
\n
}
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/indexPage/preview.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,mBAAmB;CACpB;AACD;EACE,YAAY;EACZ,oBAAoB;CACrB;AACD;EACE,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,oBAAoB;EACpB,gBAAgB;EAChB,qBAAqB;EACrB,sBAAsB;EACtB,+BAA+B;UACvB,uBAAuB;CAChC;AACD;EACE,YAAY;CACb"
,
file
:
"preview.vue"
,
sourcesContent
:[
"
\n
.fl-r[data-v-0f62695a] {
\n
float: right;
\n
}
\n
.main-block[data-v-0f62695a] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-0f62695a]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-0f62695a]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.nofinish-block[data-v-0f62695a] {
\n
position: relative;
\n
}
\n
.nofinish-block .bg[data-v-0f62695a] {
\n
width: 100%;
\n
vertical-align: top;
\n
}
\n
.nofinish-block .pic[data-v-0f62695a] {
\n
position: absolute;
\n
left: 8vw;
\n
width: 84vw;
\n
}
\n
.nofinish-block .pic1[data-v-0f62695a] {
\n
top: 134.66666667vw;
\n
height: 30.66666667vw;
\n
}
\n
.nofinish-block .pic2[data-v-0f62695a] {
\n
top: 225.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic3[data-v-0f62695a] {
\n
top: 345.33333333vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic4[data-v-0f62695a] {
\n
top: 470.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic5[data-v-0f62695a] {
\n
top: 622.66666667vw;
\n
height: 53.33333333vw;
\n
}
\n
.nofinish-block .pic6[data-v-0f62695a] {
\n
top: 785.33333333vw;
\n
height: 48vw;
\n
}
\n
.nofinish-block .pic7[data-v-0f62695a] {
\n
top: 886.66666667vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .pic8[data-v-0f62695a] {
\n
top: 985.33333333vw;
\n
height: 42.66666667vw;
\n
}
\n
.nofinish-block .btn[data-v-0f62695a] {
\n
position: absolute;
\n
bottom: 12.8vw;
\n
text-align: center;
\n
left: 12.53333333vw;
\n
font-size: 12px;
\n
width: 75.73333333vw;
\n
height: 13.33333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.nofinish-block .btn img[data-v-0f62695a] {
\n
width: 100%;
\n
}
\n
"
],
sourceRoot
:
""
}])}});
\ No newline at end of file
\ No newline at end of file
dev/static/js/16.
40ce532f38950b924e5c
.js
→
dev/static/js/16.
122a88228eaf23a73c64
.js
View file @
0977f703
webpackJsonp
([
16
],{
"5W4P"
:
function
(
e
,
n
,
t
){(
e
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
e
.
i
,
'
\
n.fl-r[data-v-ff30e8ae] {
\
n float: right;
\
n}
\
n.main-block[data-v-ff30e8ae] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
n.clear-both[data-v-ff30e8ae]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n min-height: 10px;
\
n}
\
n.img-cvs[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n}
\
n.img-cvs .qrcode[data-v-ff30e8ae] {
\
n position: absolute;
\
n top: 81.33333333vw;
\
n left: 4vw;
\
n width: 16vw;
\
n}
\
n.cvs-img[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n z-index: 10;
\
n}
\
n.ref-content[data-v-ff30e8ae] {
\
n width: 79.73333333vw;
\
n height: 150.4vw;
\
n background-size: 100% 100%;
\
n position: relative;
\
n}
\
n.ref-content .tips[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n position: absolute;
\
n color: #666;
\
n right: 2.66666667vw;
\
n top: 66.66666667vw;
\
n width: 1em;
\
n}
\
n.group-index[data-v-ff30e8ae] {
\
n z-index: 2;
\
n padding-bottom: toVw(150);
\
n background: #f0f0f0;
\
n font-family: PingFangSC-Regular;
\
n}
\
n.group-index .ref-icon[data-v-ff30e8ae] {
\
n position: fixed;
\
n height: 24vw;
\
n top: 70vw;
\
n z-index: 6;
\
n right: 2.66666667vw;
\
n /*border-radius: 100px;*/
\
n}
\
n.group-index .banner[data-v-ff30e8ae] {
\
n background: white;
\
n}
\
n.group-index .banner img[data-v-ff30e8ae] {
\
n width: 100%;
\
n}
\
n.group-index .head[data-v-ff30e8ae] {
\
n background: white;
\
n margin-bottom: 10px;
\
n padding: 2.66666667vw;
\
n}
\
n.group-index .head .title[data-v-ff30e8ae] {
\
n font-size: 20px;
\
n color: #333333;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .detail[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 1.6em;
\
n color: #333333;
\
n display: block;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .price .price-content[data-v-ff30e8ae] {
\
n font-family: PingFang-SC-Bold;
\
n font-size: 20px;
\
n color: #f83534;
\
n}
\
n.group-index .head-icon[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n margin-bottom: 2px;
\
n}
\
n.group-index .head-icon .icon[data-v-ff30e8ae] {
\
n display: inline-block;
\
n width: 8vw;
\
n margin: 0 1.33333333vw;
\
n border-radius: 1000px;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .more[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .has[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 8vw;
\
n color: #999999;
\
n float: right;
\
n}
\
n.group-index .welfare[data-v-ff30e8ae] {
\
n background: white;
\
n padding: 1.33333333vw;
\
n font-size: 12px;
\
n text-align: center;
\
n color: #999999;
\
n margin-bottom: 20px;
\
n}
\
n.group-index .main-detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae] {
\
n border-radius: 9px;
\
n border: 1px solid #f63539;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn[data-v-ff30e8ae] {
\
n width: 50%;
\
n float: left;
\
n height: 10.66666667vw;
\
n line-height: 10.66666667vw;
\
n text-align: center;
\
n color: #f63539;
\
n border-radius: 9px;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn.active[data-v-ff30e8ae] {
\
n background: #f63539;
\
n color: white;
\
n}
\
n.group-index .main-detail .qa-block[data-v-ff30e8ae] {
\
n padding-bottom: 13.33333333vw;
\
n}
\
n.group-index .main-detail .qa-block img[data-v-ff30e8ae],
\
n.group-index .main-detail .qa-block video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .main-detail .qa-block .qa-content[data-v-ff30e8ae] {
\
n margin: toVw(10) 0;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-q[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-a[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .main-detail .detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw 0 20vw 0;
\
n}
\
n.group-index .main-detail .detail .detail-content img[data-v-ff30e8ae],
\
n.group-index .main-detail .detail .detail-content video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .couponBox[data-v-ff30e8ae] {
\
n position: fixed;
\
n width: 100%;
\
n height: 6.66666667vw;
\
n background: #FFE83C;
\
n bottom: 18.66666667vw;
\
n text-align: center;
\
n color: #FF4D4F;
\
n line-height: 6.66666667vw;
\
n font-size: 12px;
\
n}
\
n.group-index footer[data-v-ff30e8ae] {
\
n position: absolute;
\
n position: fixed;
\
n bottom: 0;
\
n width: 97.7vw;
\
n height: 16vw;
\
n display: -webkit-box;
\
n display: -ms-flexbox;
\
n display: flex;
\
n background: white;
\
n padding: 1.3vw;
\
n border-top: 1px solid #d8d8d8;
\
n -ms-flex-pack: distribute;
\
n justify-content: space-around;
\
n}
\
n.group-index footer .btn[data-v-ff30e8ae] {
\
n border: 1px solid #cccccc;
\
n border-radius: 8px;
\
n width: 0;
\
n -webkit-box-flex: 2;
\
n -ms-flex-positive: 2;
\
n flex-grow: 2;
\
n text-align: center;
\
n padding: 2vw 0;
\
n margin: 0 1.33333333vw;
\
n line-height: 1.4em;
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index footer .btn .free[data-v-ff30e8ae] {
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index footer .btn span[data-v-ff30e8ae] {
\
n display: block;
\
n font-size: 20px;
\
n font-family: PingFang-SC-Bold;
\
n}
\
n.group-index footer .btn img[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n}
\
n.group-index footer .btn.big[data-v-ff30e8ae] {
\
n padding: 0.66666667vw 0;
\
n -webkit-box-flex: 5;
\
n -ms-flex-positive: 5;
\
n flex-grow: 5;
\
n}
\
n.group-index footer .btn.big.price[data-v-ff30e8ae] {
\
n background: #f83534;
\
n border-color: #f83534;
\
n color: white;
\
n}
\
n.group-index footer .btn.big.price.full[data-v-ff30e8ae] {
\
n background: #dddddd;
\
n border-color: #dddddd;
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index .pop-block[data-v-ff30e8ae] {
\
n padding: 5.33333333vw 1.33333333vw;
\
n width: 80vw;
\
n text-align: center;
\
n font-size: 14px;
\
n color: #666666;
\
n position: relative;
\
n}
\
n.group-index .pop-block img[data-v-ff30e8ae] {
\
n width: 33.33333333vw;
\
n}
\
n.group-index .pop-block .close[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n position: absolute;
\
n top: 2.66666667vw;
\
n right: 2.66666667vw;
\
n}
\
n.group-index .pop-fill[data-v-ff30e8ae] {
\
n width: 66.66666667vw;
\
n padding: 4vw 4vw;
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae] {
\
n margin-top: 4vw;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .pop-fill .btn-block .btn[data-v-ff30e8ae] {
\
n float: right;
\
n background: #f83534;
\
n font-size: 14px;
\
n padding: 0.66666667vw 1.33333333vw;
\
n border-radius: 8px;
\
n color: #ffffff;
\
n}
\
n'
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/buy/index.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,mBAAmB;EACnB,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,mBAAmB;EACnB,mBAAmB;EACnB,YAAY;CACb;AACD;EACE,qBAAqB;EACrB,gBAAgB;EAChB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,YAAY;EACZ,oBAAoB;EACpB,mBAAmB;EACnB,WAAW;CACZ;AACD;EACE,WAAW;EACX,0BAA0B;EAC1B,oBAAoB;EACpB,gCAAgC;CACjC;AACD;EACE,gBAAgB;EAChB,aAAa;EACb,UAAU;EACV,WAAW;EACX,oBAAoB;EACpB,yBAAyB;CAC1B;AACD;EACE,kBAAkB;CACnB;AACD;EACE,YAAY;CACb;AACD;EACE,kBAAkB;EAClB,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,gBAAgB;EAChB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,eAAe;EACf,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,8BAA8B;EAC9B,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,sBAAsB;EACtB,kBAAkB;EAClB,mBAAmB;CACpB;AACD;EACE,sBAAsB;EACtB,WAAW;EACX,uBAAuB;EACvB,sBAAsB;EACtB,uBAAuB;CACxB;AACD;EACE,oBAAoB;EACpB,uBAAuB;CACxB;AACD;EACE,gBAAgB;EAChB,iBAAiB;EACjB,eAAe;EACf,aAAa;CACd;AACD;EACE,kBAAkB;EAClB,sBAAsB;EACtB,gBAAgB;EAChB,mBAAmB;EACnB,eAAe;EACf,oBAAoB;CACrB;AACD;EACE,sBAAsB;EACtB,kBAAkB;CACnB;AACD;EACE,mBAAmB;EACnB,0BAA0B;CAC3B;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,WAAW;EACX,YAAY;EACZ,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;EACnB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,8BAA8B;CAC/B;AACD;;EAEE,gBAAgB;CACjB;AACD;EACE,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,+BAA+B;CAChC;AACD;;EAEE,gBAAgB;CACjB;AACD;EACE,gBAAgB;EAChB,YAAY;EACZ,qBAAqB;EACrB,oBAAoB;EACpB,sBAAsB;EACtB,mBAAmB;EACnB,eAAe;EACf,0BAA0B;EAC1B,gBAAgB;CACjB;AACD;EACE,mBAAmB;EACnB,gBAAgB;EAChB,UAAU;EACV,cAAc;EACd,aAAa;EACb,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,kBAAkB;EAClB,eAAe;EACf,8BAA8B;EAC9B,0BAA0B;MACtB,8BAA8B;CACnC;AACD;EACE,0BAA0B;EAC1B,mBAAmB;EACnB,SAAS;EACT,oBAAoB;MAChB,qBAAqB;UACjB,aAAa;EACrB,mBAAmB;EACnB,eAAe;EACf,uBAAuB;EACvB,mBAAmB;EACnB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,2BAA2B;CAC5B;AACD;EACE,eAAe;EACf,gBAAgB;EAChB,8BAA8B;CAC/B;AACD;EACE,oBAAoB;CACrB;AACD;EACE,wBAAwB;EACxB,oBAAoB;MAChB,qBAAqB;UACjB,aAAa;CACtB;AACD;EACE,oBAAoB;EACpB,sBAAsB;EACtB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;EACtB,2BAA2B;CAC5B;AACD;EACE,mCAAmC;EACnC,YAAY;EACZ,mBAAmB;EACnB,gBAAgB;EAChB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,qBAAqB;CACtB;AACD;EACE,oBAAoB;EACpB,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;CACrB;AACD;EACE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,gBAAgB;CACjB;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,aAAa;EACb,oBAAoB;EACpB,gBAAgB;EAChB,mCAAmC;EACnC,mBAAmB;EACnB,eAAe;CAChB"
,
file
:
"index.vue"
,
sourcesContent
:[
'
\
n.fl-r[data-v-ff30e8ae] {
\
n float: right;
\
n}
\
n.main-block[data-v-ff30e8ae] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
n.clear-both[data-v-ff30e8ae]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n min-height: 10px;
\
n}
\
n.img-cvs[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n}
\
n.img-cvs .qrcode[data-v-ff30e8ae] {
\
n position: absolute;
\
n top: 81.33333333vw;
\
n left: 4vw;
\
n width: 16vw;
\
n}
\
n.cvs-img[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n z-index: 10;
\
n}
\
n.ref-content[data-v-ff30e8ae] {
\
n width: 79.73333333vw;
\
n height: 150.4vw;
\
n background-size: 100% 100%;
\
n position: relative;
\
n}
\
n.ref-content .tips[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n position: absolute;
\
n color: #666;
\
n right: 2.66666667vw;
\
n top: 66.66666667vw;
\
n width: 1em;
\
n}
\
n.group-index[data-v-ff30e8ae] {
\
n z-index: 2;
\
n padding-bottom: toVw(150);
\
n background: #f0f0f0;
\
n font-family: PingFangSC-Regular;
\
n}
\
n.group-index .ref-icon[data-v-ff30e8ae] {
\
n position: fixed;
\
n height: 24vw;
\
n top: 70vw;
\
n z-index: 6;
\
n right: 2.66666667vw;
\
n /*border-radius: 100px;*/
\
n}
\
n.group-index .banner[data-v-ff30e8ae] {
\
n background: white;
\
n}
\
n.group-index .banner img[data-v-ff30e8ae] {
\
n width: 100%;
\
n}
\
n.group-index .head[data-v-ff30e8ae] {
\
n background: white;
\
n margin-bottom: 10px;
\
n padding: 2.66666667vw;
\
n}
\
n.group-index .head .title[data-v-ff30e8ae] {
\
n font-size: 20px;
\
n color: #333333;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .detail[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 1.6em;
\
n color: #333333;
\
n display: block;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .price .price-content[data-v-ff30e8ae] {
\
n font-family: PingFang-SC-Bold;
\
n font-size: 20px;
\
n color: #f83534;
\
n}
\
n.group-index .head-icon[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n margin-bottom: 2px;
\
n}
\
n.group-index .head-icon .icon[data-v-ff30e8ae] {
\
n display: inline-block;
\
n width: 8vw;
\
n margin: 0 1.33333333vw;
\
n border-radius: 1000px;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .more[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .has[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 8vw;
\
n color: #999999;
\
n float: right;
\
n}
\
n.group-index .welfare[data-v-ff30e8ae] {
\
n background: white;
\
n padding: 1.33333333vw;
\
n font-size: 12px;
\
n text-align: center;
\
n color: #999999;
\
n margin-bottom: 20px;
\
n}
\
n.group-index .main-detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae] {
\
n border-radius: 9px;
\
n border: 1px solid #f63539;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn[data-v-ff30e8ae] {
\
n width: 50%;
\
n float: left;
\
n height: 10.66666667vw;
\
n line-height: 10.66666667vw;
\
n text-align: center;
\
n color: #f63539;
\
n border-radius: 9px;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn.active[data-v-ff30e8ae] {
\
n background: #f63539;
\
n color: white;
\
n}
\
n.group-index .main-detail .qa-block[data-v-ff30e8ae] {
\
n padding-bottom: 13.33333333vw;
\
n}
\
n.group-index .main-detail .qa-block img[data-v-ff30e8ae],
\
n.group-index .main-detail .qa-block video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .main-detail .qa-block .qa-content[data-v-ff30e8ae] {
\
n margin: toVw(10) 0;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-q[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-a[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .main-detail .detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw 0 20vw 0;
\
n}
\
n.group-index .main-detail .detail .detail-content img[data-v-ff30e8ae],
\
n.group-index .main-detail .detail .detail-content video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .couponBox[data-v-ff30e8ae] {
\
n position: fixed;
\
n width: 100%;
\
n height: 6.66666667vw;
\
n background: #FFE83C;
\
n bottom: 18.66666667vw;
\
n text-align: center;
\
n color: #FF4D4F;
\
n line-height: 6.66666667vw;
\
n font-size: 12px;
\
n}
\
n.group-index footer[data-v-ff30e8ae] {
\
n position: absolute;
\
n position: fixed;
\
n bottom: 0;
\
n width: 97.7vw;
\
n height: 16vw;
\
n display: -webkit-box;
\
n display: -ms-flexbox;
\
n display: flex;
\
n background: white;
\
n padding: 1.3vw;
\
n border-top: 1px solid #d8d8d8;
\
n -ms-flex-pack: distribute;
\
n justify-content: space-around;
\
n}
\
n.group-index footer .btn[data-v-ff30e8ae] {
\
n border: 1px solid #cccccc;
\
n border-radius: 8px;
\
n width: 0;
\
n -webkit-box-flex: 2;
\
n -ms-flex-positive: 2;
\
n flex-grow: 2;
\
n text-align: center;
\
n padding: 2vw 0;
\
n margin: 0 1.33333333vw;
\
n line-height: 1.4em;
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index footer .btn .free[data-v-ff30e8ae] {
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index footer .btn span[data-v-ff30e8ae] {
\
n display: block;
\
n font-size: 20px;
\
n font-family: PingFang-SC-Bold;
\
n}
\
n.group-index footer .btn img[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n}
\
n.group-index footer .btn.big[data-v-ff30e8ae] {
\
n padding: 0.66666667vw 0;
\
n -webkit-box-flex: 5;
\
n -ms-flex-positive: 5;
\
n flex-grow: 5;
\
n}
\
n.group-index footer .btn.big.price[data-v-ff30e8ae] {
\
n background: #f83534;
\
n border-color: #f83534;
\
n color: white;
\
n}
\
n.group-index footer .btn.big.price.full[data-v-ff30e8ae] {
\
n background: #dddddd;
\
n border-color: #dddddd;
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index .pop-block[data-v-ff30e8ae] {
\
n padding: 5.33333333vw 1.33333333vw;
\
n width: 80vw;
\
n text-align: center;
\
n font-size: 14px;
\
n color: #666666;
\
n position: relative;
\
n}
\
n.group-index .pop-block img[data-v-ff30e8ae] {
\
n width: 33.33333333vw;
\
n}
\
n.group-index .pop-block .close[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n position: absolute;
\
n top: 2.66666667vw;
\
n right: 2.66666667vw;
\
n}
\
n.group-index .pop-fill[data-v-ff30e8ae] {
\
n width: 66.66666667vw;
\
n padding: 4vw 4vw;
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae] {
\
n margin-top: 4vw;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .pop-fill .btn-block .btn[data-v-ff30e8ae] {
\
n float: right;
\
n background: #f83534;
\
n font-size: 14px;
\
n padding: 0.66666667vw 1.33333333vw;
\
n border-radius: 8px;
\
n color: #ffffff;
\
n}
\
n'
],
sourceRoot
:
""
}])},
"9Nk9"
:
function
(
e
,
n
,
t
){
var
i
=
t
(
"yEDY"
);
"string"
==
typeof
i
&&
(
i
=
[[
e
.
i
,
i
,
""
]]),
i
.
locals
&&
(
e
.
exports
=
i
.
locals
);
t
(
"rjj0"
)(
"134c077c"
,
i
,
!
1
,{})},
bNYG
:
function
(
e
,
n
,
t
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
t
(
"v2ns"
);
var
i
=
t
(
"7QTg"
),
o
=
t
(
"sf/l"
),
a
=
t
(
"CCn6"
),
r
=
t
(
"E26C"
),
d
=
t
.
n
(
r
),
s
=
t
(
"kXdI"
),
A
=
t
.
n
(
s
),
p
=
t
(
"XaoW"
),
l
=
t
.
n
(
p
),
c
=
t
(
"zpE/"
),
g
=
t
.
n
(
c
),
u
=
t
(
"WIsT"
),
f
=
t
(
"0ZjB"
),
C
=
t
.
n
(
f
),
v
=
t
(
"1UEi"
),
B
=
t
.
n
(
v
),
h
=
{
name
:
"index"
,
components
:{
swiper
:
i
.
swiper
,
swiperSlide
:
i
.
swiperSlide
,
loginPage
:
u
.
a
},
data
:
function
(){
return
{
refBg
:
d
.
a
,
bindMobile
:{
show
:
!
1
,
mobile
:
""
,
img_code
:
""
,
verify_code
:
""
,
flag
:
!
1
},
join
:
!
1
,
popType
:
!
1
,
popFill
:
!
1
,
popupVisible
:
!
1
,
refVisible
:
!
1
,
tabType
:
!
0
,
popcontentW
:
"您已经购买过课程,无需重复<br>购买,您可以添加微信公众号了解更多"
,
popcontentT
:
"为了更好地为您进行课程服务,<br>请扫码添加老师二维码"
,
qrCode
:
g
.
a
,
weChatIcon
:
l
.
a
,
closeUrl
:
C
.
a
,
moreUrl
:
A
.
a
,
refIcon
:
B
.
a
,
swiperOption
:{
pagination
:{
el
:
".swiper-pagination"
}},
QRCodeB
:
!
1
,
payFlag
:
!
0
,
dataURL
:
null
,
user_id
:
null
,
invite_code_f
:
!
0
,
invite_code
:
""
,
this_code
:
""
,
shopId
:
""
,
buyType
:
""
,
groupId
:
null
,
groupDetail
:
!
1
,
groupData
:
null
,
couponInfo
:{},
couponShadow
:
!
1
}},
mounted
:
function
(){
this
.
getDetail
()},
methods
:{
goToBuyPage
:
function
(){
var
e
=
this
,
n
=
{
shopId
:
this
.
shopId
,
invite_code
:
this
.
invite_code
},
t
=
this
.
invite_code
;
if
(
this
.
$sa
.
track
(
"buyCourse"
,{
buyType
:
2
===
this
.
groupDetail
.
goods_type
&&
0
===
this
.
buyType
?
"团购"
:
"直购"
,
goodsID
:
this
.
shopId
,
salesType
:
t
?
t
.
split
(
"-"
)[
1
]:
"null"
,
salesID
:
t
?
Number
(
t
.
split
(
"-"
)[
2
]):
0
}),
this
.
groupId
&&
(
n
.
group_order_id
=
this
.
groupId
),
0
!==
this
.
buyType
||
this
.
groupId
){
if
(
0
===
this
.
buyType
&&
this
.
groupId
)
return
this
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
this
.
shopId
,
invite_code
:
this
.
invite_code
}}),
window
.
location
.
reload
(),
!
1
;
n
.
type
=
""
}
else
n
.
type
=
"single"
,
this
.
buyType
=
"single"
;
localStorage
.
getItem
(
"gdt_vid"
)
&&
(
n
.
gdt_vid
=
localStorage
.
getItem
(
"gdt_vid"
)),
window
.
location
.
href
.
indexOf
(
"cct_user_id"
)
>-
1
&&
(
n
.
cct_user_id
=
o
.
a
.
getUrlParam
().
cct_user_id
),
this
.
$router
.
push
({
name
:
"buy"
,
query
:
n
}),
this
.
$nextTick
(
function
(){
e
.
payFlag
=!
0
})},
goToActivity
:
function
(){
var
e
=
{};
window
.
location
.
href
.
indexOf
(
"shopId"
)
>-
1
&&
(
e
.
shopId
=
this
.
$route
.
query
.
shopId
),
window
.
location
.
href
.
indexOf
(
"groupId"
)
>-
1
&&
(
e
.
groupId
=
this
.
$route
.
query
.
groupId
),
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>-
1
&&
(
e
.
invite_code
=
this
.
$route
.
query
.
invite_code
),
this
.
$router
.
push
({
name
:
"activity"
,
query
:
e
})},
enableShare
:
function
(
e
){
Object
(
a
.
K
)({
api_list
:
"onMenuShareAppMessage,onMenuShareTimeline"
,
url
:
window
.
location
.
href
.
split
(
"#"
)[
0
]}).
then
(
function
(
n
){
wx
.
config
({
debug
:
!
1
,
appId
:
n
.
appId
,
timestamp
:
parseInt
(
n
.
timestamp
),
nonceStr
:
n
.
nonceStr
,
signature
:
n
.
signature
,
jsApiList
:
n
.
jsApiList
}),
wx
.
ready
(
function
(){
wx
.
onMenuShareTimeline
({
title
:
e
.
product_title
,
desc
:
e
.
desc
,
link
:
e
.
shareUrl
,
imgUrl
:
e
.
shareIcon
||
"https://cdn.singsingenglish.com/singsing/recommend/logo-refer.png"
,
success
:
function
(){},
cancel
:
function
(){}}),
wx
.
onMenuShareAppMessage
({
title
:
e
.
product_title
,
desc
:
e
.
desc
,
link
:
e
.
shareUrl
,
imgUrl
:
e
.
shareIcon
||
"https://cdn.singsingenglish.com/singsing/recommend/logo-refer.png"
,
success
:
function
(){},
cancel
:
function
(){}})})})},
handleInviteCode
:
function
(){
if
(
this
.
invite_code
){
var
e
=
this
.
invite_code
.
split
(
"-"
);
e
.
length
>
2
&&
(
"TEACHER"
===
e
[
1
]
||
"XXMM"
===
e
[
1
])
&&
(
e
[
1
]
=
"USER"
);
var
n
=
e
[
0
]
+
"-"
+
e
[
1
];
this
.
this_code
=
n
+
"-"
+
this
.
user_id
}
else
this
.
this_code
=
"CC-USER-"
+
this
.
user_id
},
onShare
:
function
(
e
){
this
.
handleInviteCode
();
var
n
=
"https://wechat-test.changchangenglish.com/#/buyDetail?shopId="
+
this
.
shopId
+
"&invite_code="
+
this
.
this_code
;
this
.
enableShare
({
product_title
:
this
.
groupDetail
.
share_desc
.
title
,
desc
:
this
.
groupDetail
.
share_desc
.
content
,
shareIcon
:
this
.
groupDetail
.
share_desc
.
img
[
0
].
url
,
shareUrl
:
n
})},
toDataURLBase64
:
function
(
e
,
n
){
var
t
=
new
XMLHttpRequest
;
t
.
onload
=
function
(){
var
e
=
new
FileReader
;
e
.
onloadend
=
function
(){
n
(
e
.
result
)},
e
.
readAsDataURL
(
t
.
response
)},
t
.
responseType
=
"blob"
,
t
.
open
(
"GET"
,
e
,
!
0
),
t
.
send
()},
getDetail
:
function
(){
var
e
=
this
;
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>-
1
&&
(
this
.
invite_code
=
this
.
$route
.
query
.
invite_code
,
2
===
this
.
invite_code
.
split
(
"-"
).
length
&&
(
this
.
invite_code_f
=!
1
));
this
.
$route
.
query
.
invite_code
&&
(
this
.
invite_code
=
this
.
$route
.
query
.
invite_code
),
this
.
user_id
=
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
user_id
,
window
.
location
.
href
.
indexOf
(
"shopId"
)
>-
1
&&
(
this
.
shopId
=
this
.
$route
.
query
.
shopId
,
Object
(
a
.
l
)(
this
.
shopId
).
then
(
function
(
n
){
if
(
n
.
desc
=
JSON
.
parse
(
n
.
desc
),
n
.
goods_desc
=
JSON
.
parse
(
n
.
goods_desc
),
n
.
share_desc
=
JSON
.
parse
(
n
.
share_desc
),
2
===
n
.
status
&&
n
.
bind_goods_id
)
return
e
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
n
.
bind_goods_id
,
invite_code
:
e
.
invite_code
}}),
void
e
.
getDetail
();
e
.
groupDetail
=
n
;
for
(
var
t
=
0
;
t
<
e
.
groupDetail
.
header_url
.
length
;
t
++
)
e
.
groupDetail
.
header_url
[
t
]
=
e
.
groupDetail
.
header_url
[
t
].
replace
(
"http://"
,
"https://"
);
if
(
e
.
groupDetail
.
desc
.
detail
=
e
.
groupDetail
.
desc
.
detail
.
replace
(
/http:
\/\/
/g
,
"https://"
),
e
.
groupDetail
.
desc
.
qa
=
e
.
groupDetail
.
desc
.
qa
.
replace
(
/http:
\/\/
/g
,
"https://"
),
e
.
groupDetail
.
share_desc
.
refImg
&&
1
===
e
.
groupDetail
.
share_desc
.
refImg
.
length
){
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
=
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
.
replace
(
"http://"
,
"https://"
);
var
i
=
e
;
e
.
toDataURLBase64
(
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
,
function
(
e
){
i
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
=
e
})}
var
o
=
e
.
invite_code
;
e
.
$sa
.
track
(
"viewCourseDetail"
,{
goodsID
:
e
.
groupDetail
.
id
.
toString
(),
courseCate
:
1
===
e
.
groupDetail
.
course_type
?
"体验课"
:
"正式课"
,
lessonNumber
:
e
.
groupDetail
.
watch_num
,
goodsName
:
e
.
groupDetail
.
name
,
coursePrice
:
Number
(
e
.
groupDetail
.
original_price
/
100
),
discountPrice
:
Number
(
e
.
groupDetail
.
current_price
/
100
),
courseID
:
e
.
groupDetail
.
course_id
,
courseName
:
""
,
salesType
:
o
?
o
.
split
(
"-"
)[
1
]:
"null"
,
salesID
:
o
?
Number
(
o
.
split
(
"-"
)[
2
]):
0
}),
2
===
e
.
groupDetail
.
goods_type
?(
localStorage
.
getItem
(
"cc_token"
)
&&
Object
(
a
.
B
)({
goods_id
:
e
.
shopId
}).
then
(
function
(
n
){
n
.
out_trade_no
&&
(
1
===
n
.
buy_type
?
e
.
$router
.
push
({
name
:
"buySuccess"
,
query
:{
out_trade_no
:
n
.
out_trade_no
}}):
e
.
$router
.
push
({
name
:
"success"
,
query
:{
out_trade_no
:
n
.
out_trade_no
}}))}),
window
.
location
.
href
.
indexOf
(
"groupId"
)
>-
1
?(
e
.
groupId
=
e
.
$route
.
query
.
groupId
,
Object
(
a
.
n
)(
e
.
groupId
).
then
(
function
(
n
){
e
.
groupData
=
n
}),
e
.
onShare
(
0
)):
e
.
onShare
(
1
)):(
e
.
onShare
(
1
),
e
.
handleInviteCode
())})),
JSON
.
parse
(
localStorage
.
getItem
(
"userCourse"
)).
periods_list
||
Object
(
a
.
g
)().
then
(
function
(
n
){
n
.
coupon_list
.
length
&&
(
e
.
couponInfo
=
n
.
coupon_list
[
0
],
e
.
couponShadow
=!
0
)})},
showTeacher
:
function
(){
this
.
popType
=!
1
,
this
.
popupVisible
=!
0
},
buttonClick
:
function
(
e
,
n
){
this
.
$sa
.
track
(
"buttonClick"
,{
tabTitle
:
"商品"
,
moduleTitle
:
"详情页"
,
buttonType
:
e
,
buttonName
:
n
})},
groupPay
:
function
(
e
){
var
n
=
this
;
this
.
buyType
=
e
,
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
mobile
&&
""
!==
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
mobile
?
this
.
goToBuyPage
():(
this
.
bindMobile
.
flag
=
e
,
this
.
bindMobile
.
show
=!
0
,
setTimeout
(
function
(){
n
.
$sa
.
track
(
"ViewRegisterpage"
,{})},
1
e3
))}}},
b
=
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
t
=
e
.
_self
.
_c
||
n
;
return
t
(
"div"
,[
t
(
"div"
,{
staticStyle
:{
height
:
"100vh"
,
overflow
:
"auto"
}},[
e
.
groupDetail
?
t
(
"div"
,{
ref
:
"index"
,
staticClass
:
"group-index"
,
staticStyle
:{
"min-height"
:
"120vh"
}},[
t
(
"swiper"
,{
ref
:
"mySwiper"
,
staticClass
:
"banner"
,
attrs
:{
options
:
e
.
swiperOption
}},[
e
.
_l
(
e
.
groupDetail
.
goods_desc
.
img
,
function
(
n
,
i
){
return
e
.
groupDetail
.
goods_desc
?
t
(
"swiper-slide"
,{
key
:
i
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
url
}})]):
e
.
_e
()}),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"swiper-pagination"
,
attrs
:{
slot
:
"pagination"
},
slot
:
"pagination"
})],
2
),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
is_auth_user
?
t
(
"img"
,{
staticClass
:
"ref-icon shake"
,
attrs
:{
src
:
e
.
refIcon
},
on
:{
click
:
function
(
n
){
e
.
goToActivity
(),
e
.
buttonClick
(
"功能"
,
"生成海报"
)}}}):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"head"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
name
))]),
e
.
_v
(
" "
),
t
(
"span"
,{
staticClass
:
"detail"
},[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
goods_desc
.
desc
))]),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"price"
},[
t
(
"span"
,{
staticClass
:
"price-content"
},[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
)
+
"元"
)]),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
goods_type
&&
e
.
groupDetail
.
original_price
>
e
.
groupDetail
.
current_price
?
t
(
"span"
,{
staticStyle
:{
"text-decoration"
:
"line-through"
,
color
:
"#bbb"
,
"font-size"
:
"14px"
}},[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
original_price
/
100
))]):
e
.
_e
()])]),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"head-icon"
},[
e
.
_l
(
e
.
groupDetail
.
header_url
,
function
(
n
,
i
){
return
i
<
5
?
t
(
"img"
,{
key
:
n
,
staticClass
:
"icon"
,
attrs
:{
src
:
n
}}):
e
.
_e
()}),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"more"
,
attrs
:{
src
:
e
.
moreUrl
}}),
e
.
_v
(
" "
),
t
(
"span"
,{
staticClass
:
"has"
},[
e
.
_v
(
"已售"
+
e
.
_s
(
e
.
groupDetail
.
has_group_num
)
+
"件"
)])],
2
),
e
.
_v
(
" "
),
e
.
groupDetail
.
head_welfare
&&
""
!==
e
.
groupDetail
.
head_welfare
&&
null
!==
e
.
groupDetail
.
head_welfare
?
t
(
"div"
,{
staticClass
:
"welfare"
},[
e
.
_v
(
"团长福利:"
+
e
.
_s
(
e
.
groupDetail
.
head_welfare
))]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"main-detail"
},[
t
(
"div"
,{
staticClass
:
"tab-content"
},[
t
(
"div"
,{
class
:{
"tab-btn"
:
!
0
,
active
:
e
.
tabType
},
on
:{
click
:
function
(
n
){
e
.
tabType
=!
0
,
e
.
buttonClick
(
"展示"
,
"图文详情"
)}}},[
e
.
_v
(
"图文详情"
)]),
e
.
_v
(
" "
),
t
(
"div"
,{
class
:{
"tab-btn"
:
!
0
,
active
:
!
e
.
tabType
},
on
:{
click
:
function
(
n
){
e
.
tabType
=!
1
,
e
.
buttonClick
(
"展示"
,
"购买须知"
)}}},[
e
.
_v
(
"购买须知"
)])]),
e
.
_v
(
" "
),
e
.
tabType
?
t
(
"div"
,{
staticClass
:
"detail"
},[
t
(
"div"
,{
staticClass
:
"detail-content"
,
domProps
:{
innerHTML
:
e
.
_s
(
e
.
groupDetail
.
desc
.
detail
)}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
tabType
?
e
.
_e
():
t
(
"div"
,{
staticClass
:
"qa-block"
},[
t
(
"div"
,{
staticClass
:
"qa-content qaDetail"
,
domProps
:{
innerHTML
:
e
.
_s
(
e
.
groupDetail
.
desc
.
qa
)}})])]),
e
.
_v
(
" "
),
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,[
t
(
"mt-popup"
,{
model
:{
value
:
e
.
popupVisible
,
callback
:
function
(
n
){
e
.
popupVisible
=
n
},
expression
:
"popupVisible"
}},[
t
(
"div"
,{
staticClass
:
"pop-block"
},[
e
.
popType
?
t
(
"img"
,{
attrs
:{
src
:
e
.
qrCode
}}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
popType
?
e
.
_e
():
t
(
"img"
,{
attrs
:{
src
:
e
.
groupDetail
.
desc
.
customer_service
[
0
].
url
}}),
e
.
_v
(
" "
),
t
(
"div"
,[
e
.
popType
?
t
(
"span"
,{
domProps
:{
innerHTML
:
e
.
_s
(
e
.
popcontentW
)}}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
popType
?
e
.
_e
():
t
(
"span"
,{
domProps
:{
innerHTML
:
e
.
_s
(
e
.
popcontentT
)}})]),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"close"
,
attrs
:{
src
:
e
.
closeUrl
},
on
:{
click
:
function
(
n
){
e
.
popupVisible
=!
1
}}})])])],
1
):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"mt-popup"
,{
attrs
:{
closeOnClickModal
:
!
1
},
model
:{
value
:
e
.
popFill
,
callback
:
function
(
n
){
e
.
popFill
=
n
},
expression
:
"popFill"
}},[
t
(
"div"
,{
staticClass
:
"pop-fill"
},[
e
.
_v
(
"
\n
您好,本次拼团已经结束。您可以选择重新开团或单独购买
\n
"
),
t
(
"div"
,{
staticClass
:
"btn-block"
},[
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
rePlay
()}}},[
e
.
_v
(
"重新开团"
)])])])]),
e
.
_v
(
" "
),
t
(
"mt-popup"
,{
staticStyle
:{
"background-color"
:
"transparent"
,
"margin-top"
:
"-80vw"
,
"margin-left"
:
"-40vw"
,
transform
:
"none"
},
model
:{
value
:
e
.
refVisible
,
callback
:
function
(
n
){
e
.
refVisible
=
n
},
expression
:
"refVisible"
}},[
e
.
groupDetail
.
share_desc
.
refImg
&&
e
.
groupDetail
.
share_desc
.
refImg
.
length
>
0
?
t
(
"div"
,{
staticClass
:
"ref-content"
,
style
:{
backgroundImage
:
"url("
+
e
.
refBg
+
")"
}},[
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
_v
(
"长按保存图片"
)])]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
share_desc
.
refImg
&&
e
.
groupDetail
.
share_desc
.
refImg
.
length
>
0
?
t
(
"div"
,{
ref
:
"imageWrapper"
,
staticClass
:
"img-cvs"
,
attrs
:{
id
:
"capture"
}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
}}),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"qrcode"
,
attrs
:{
id
:
"qrcode"
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"cvs-img"
,
attrs
:{
src
:
e
.
dataURL
}})]),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
status
&&
e
.
invite_code_f
?
t
(
"div"
,[
e
.
couponInfo
.
money
?
t
(
"div"
,{
staticClass
:
"couponBox"
},[
e
.
_v
(
"您有"
+
e
.
_s
(
e
.
couponInfo
.
money
/
100
)
+
"元优惠券可使用"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
goods_type
&&
2
===
e
.
groupDetail
.
goods_type
?
t
(
"footer"
,[
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
showTeacher
(),
e
.
buttonClick
(
"老师"
,
"客服"
)}}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
weChatIcon
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
t
(
"div"
,{
staticClass
:
"btn big price full"
},[
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"该团已满"
)]):
e
.
_e
()]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
class
:
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
"btn big price"
:
"btn big"
,
attrs
:{
id
:
e
.
groupId
?
"reGroup"
:
"singleBuy"
},
on
:{
click
:
function
(
n
){
e
.
groupPay
(
0
),
e
.
buttonClick
(
"购买按钮"
,
e
.
groupId
?
"重新开团"
:
"单独购买"
)}}},[
e
.
groupId
?
e
.
_e
():
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
original_price
/
100
))]),
e
.
_v
(
" "
),
e
.
groupId
?
e
.
_e
():
t
(
"div"
,[
e
.
_v
(
"单独购"
)]),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"重新开团"
)]):
e
.
_e
()]),
e
.
_v
(
" "
),
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
e
.
_e
():
t
(
"div"
,{
staticClass
:
"btn big price"
,
attrs
:{
id
:
e
.
groupId
?
"joinGroup"
:
"newGroup"
},
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
e
.
groupId
?
"立即参团"
:
"创建团"
)}}},[
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]),
e
.
_v
(
" "
),
e
.
groupId
?
e
.
_e
():
t
(
"div"
,[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
desc
.
group_number
)
+
"人团"
)]),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"立即参团"
)]):
e
.
_e
()])]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
goods_type
&&
2
!==
e
.
groupDetail
.
goods_type
?
t
(
"footer"
,[
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
showTeacher
(),
e
.
buttonClick
(
"功能"
,
"客服"
)}}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
weChatIcon
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
current_price
>
0
?
t
(
"div"
,{
staticClass
:
"btn big price"
,
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
"直购购买"
)}}},[
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]),
e
.
_v
(
" "
),
t
(
"div"
,[
e
.
_v
(
"立即购买"
)])]):
e
.
_e
(),
e
.
_v
(
" "
),
0
==
e
.
groupDetail
.
current_price
?
t
(
"div"
,{
staticClass
:
"btn big price"
,
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
"直购购买"
)}}},[
t
(
"div"
,{
staticClass
:
"free"
},[
e
.
_v
(
"免费领"
)])]):
e
.
_e
()]):
e
.
_e
()]):
e
.
_e
(),
e
.
_v
(
" "
),
1
!==
e
.
groupDetail
.
status
?
t
(
"div"
,[
e
.
_m
(
0
)]):
e
.
_e
()],
1
):
e
.
_e
()]),
e
.
_v
(
" "
),
e
.
groupDetail
?
t
(
"login-page"
,{
attrs
:{
"bind-mobile"
:
e
.
bindMobile
,
groupDetail
:
e
.
groupDetail
},
on
:{
goToBuyPage
:
e
.
goToBuyPage
}}):
e
.
_e
()],
1
)};
b
.
_withStripped
=!
0
;
var
m
=
{
render
:
b
,
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
n
=
this
.
_self
.
_c
||
e
;
return
n
(
"footer"
,[
n
(
"div"
,{
staticStyle
:{
color
:
"#888"
}},[
this
.
_v
(
"已售罄"
)])])}]},
w
=
m
;
var
_
=!
1
;
var
E
=
t
(
"VU/8"
)(
h
,
w
,
!
1
,
function
(
e
){
_
||
(
t
(
"9Nk9"
),
t
(
"rC6I"
))},
"data-v-ff30e8ae"
,
null
);
E
.
options
.
__file
=
"src/components/buy/index.vue"
;
n
.
default
=
E
.
exports
},
rC6I
:
function
(
e
,
n
,
t
){
var
i
=
t
(
"5W4P"
);
"string"
==
typeof
i
&&
(
i
=
[[
e
.
i
,
i
,
""
]]),
i
.
locals
&&
(
e
.
exports
=
i
.
locals
);
t
(
"rjj0"
)(
"dc25c13e"
,
i
,
!
1
,{})},
yEDY
:
function
(
e
,
n
,
t
){(
e
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
e
.
i
,
"
\n
img,
\
r
\n
video {
\
r
\n
max-width: 100%;
\n
}
\n
@-webkit-keyframes swing {
\n
10% {
\
r
\n
-webkit-transform: rotate(15deg);
\
r
\n
transform: rotate(15deg);
\n
}
\n
20% {
\
r
\n
-webkit-transform: rotate(-10deg);
\
r
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\
r
\n
-webkit-transform: rotate(5deg);
\
r
\n
transform: rotate(5deg);
\n
}
\n
40% {
\
r
\n
-webkit-transform: rotate(-5deg);
\
r
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\
r
\n
100% {
\
r
\n
-webkit-transform: rotate(0deg);
\
r
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.shake {
\
r
\n
-webkit-animation-name: swing;
\
r
\n
-webkit-animation-duration: 0.8s;
\
r
\n
-webkit-transform-origin: 50% 50%;
\
r
\n
-webkit-animation-iteration-count: infinite;
\
r
\n
-webkit-animation-timing-function: linear;
\n
}
\
r
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/buy/index.vue"
],
names
:[],
mappings
:
";AACA;;EAEE,gBAAgB;CACjB;AACD;AACA;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;IACI,kCAAkC;YAC1B,0BAA0B;CACrC;AACD;IACI,gCAAgC;YACxB,wBAAwB;CACnC;AACD;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;;IAEI,gCAAgC;YACxB,wBAAwB;CACnC;CACA;AACD;EACE,8BAA8B;EAC9B,iCAAiC;EACjC,kCAAkC;EAClC,4CAA4C;EAC5C,0CAA0C;CAC3C"
,
file
:
"index.vue"
,
sourcesContent
:[
"
\n
img,
\
r
\n
video {
\
r
\n
max-width: 100%;
\n
}
\n
@-webkit-keyframes swing {
\n
10% {
\
r
\n
-webkit-transform: rotate(15deg);
\
r
\n
transform: rotate(15deg);
\n
}
\n
20% {
\
r
\n
-webkit-transform: rotate(-10deg);
\
r
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\
r
\n
-webkit-transform: rotate(5deg);
\
r
\n
transform: rotate(5deg);
\n
}
\n
40% {
\
r
\n
-webkit-transform: rotate(-5deg);
\
r
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\
r
\n
100% {
\
r
\n
-webkit-transform: rotate(0deg);
\
r
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.shake {
\
r
\n
-webkit-animation-name: swing;
\
r
\n
-webkit-animation-duration: 0.8s;
\
r
\n
-webkit-transform-origin: 50% 50%;
\
r
\n
-webkit-animation-iteration-count: infinite;
\
r
\n
-webkit-animation-timing-function: linear;
\n
}
\
r
\n
"
],
sourceRoot
:
""
}])}});
webpackJsonp
([
16
],{
"5W4P"
:
function
(
e
,
n
,
t
){(
e
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
e
.
i
,
'
\
n.fl-r[data-v-ff30e8ae] {
\
n float: right;
\
n}
\
n.main-block[data-v-ff30e8ae] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
n.clear-both[data-v-ff30e8ae]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n min-height: 10px;
\
n}
\
n.img-cvs[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n}
\
n.img-cvs .qrcode[data-v-ff30e8ae] {
\
n position: absolute;
\
n top: 81.33333333vw;
\
n left: 4vw;
\
n width: 16vw;
\
n}
\
n.cvs-img[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n z-index: 10;
\
n}
\
n.ref-content[data-v-ff30e8ae] {
\
n width: 79.73333333vw;
\
n height: 150.4vw;
\
n background-size: 100% 100%;
\
n position: relative;
\
n}
\
n.ref-content .tips[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n position: absolute;
\
n color: #666;
\
n right: 2.66666667vw;
\
n top: 66.66666667vw;
\
n width: 1em;
\
n}
\
n.group-index[data-v-ff30e8ae] {
\
n z-index: 2;
\
n padding-bottom: toVw(150);
\
n background: #f0f0f0;
\
n font-family: PingFangSC-Regular;
\
n}
\
n.group-index .ref-icon[data-v-ff30e8ae] {
\
n position: fixed;
\
n height: 24vw;
\
n top: 70vw;
\
n z-index: 6;
\
n right: 2.66666667vw;
\
n /*border-radius: 100px;*/
\
n}
\
n.group-index .banner[data-v-ff30e8ae] {
\
n background: white;
\
n}
\
n.group-index .banner img[data-v-ff30e8ae] {
\
n width: 100%;
\
n}
\
n.group-index .head[data-v-ff30e8ae] {
\
n background: white;
\
n margin-bottom: 10px;
\
n padding: 2.66666667vw;
\
n}
\
n.group-index .head .title[data-v-ff30e8ae] {
\
n font-size: 20px;
\
n color: #333333;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .detail[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 1.6em;
\
n color: #333333;
\
n display: block;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .price .price-content[data-v-ff30e8ae] {
\
n font-family: PingFang-SC-Bold;
\
n font-size: 20px;
\
n color: #f83534;
\
n}
\
n.group-index .head-icon[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n margin-bottom: 2px;
\
n}
\
n.group-index .head-icon .icon[data-v-ff30e8ae] {
\
n display: inline-block;
\
n width: 8vw;
\
n margin: 0 1.33333333vw;
\
n border-radius: 1000px;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .more[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .has[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 8vw;
\
n color: #999999;
\
n float: right;
\
n}
\
n.group-index .welfare[data-v-ff30e8ae] {
\
n background: white;
\
n padding: 1.33333333vw;
\
n font-size: 12px;
\
n text-align: center;
\
n color: #999999;
\
n margin-bottom: 20px;
\
n}
\
n.group-index .main-detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae] {
\
n border-radius: 9px;
\
n border: 1px solid #f63539;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn[data-v-ff30e8ae] {
\
n width: 50%;
\
n float: left;
\
n height: 10.66666667vw;
\
n line-height: 10.66666667vw;
\
n text-align: center;
\
n color: #f63539;
\
n border-radius: 9px;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn.active[data-v-ff30e8ae] {
\
n background: #f63539;
\
n color: white;
\
n}
\
n.group-index .main-detail .qa-block[data-v-ff30e8ae] {
\
n padding-bottom: 13.33333333vw;
\
n}
\
n.group-index .main-detail .qa-block img[data-v-ff30e8ae],
\
n.group-index .main-detail .qa-block video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .main-detail .qa-block .qa-content[data-v-ff30e8ae] {
\
n margin: toVw(10) 0;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-q[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-a[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .main-detail .detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw 0 20vw 0;
\
n}
\
n.group-index .main-detail .detail .detail-content img[data-v-ff30e8ae],
\
n.group-index .main-detail .detail .detail-content video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .couponBox[data-v-ff30e8ae] {
\
n position: fixed;
\
n width: 100%;
\
n height: 6.66666667vw;
\
n background: #FFE83C;
\
n bottom: 18.66666667vw;
\
n text-align: center;
\
n color: #FF4D4F;
\
n line-height: 6.66666667vw;
\
n font-size: 12px;
\
n}
\
n.group-index footer[data-v-ff30e8ae] {
\
n position: absolute;
\
n position: fixed;
\
n bottom: 0;
\
n width: 97.7vw;
\
n height: 16vw;
\
n display: -webkit-box;
\
n display: -ms-flexbox;
\
n display: flex;
\
n background: white;
\
n padding: 1.3vw;
\
n border-top: 1px solid #d8d8d8;
\
n -ms-flex-pack: distribute;
\
n justify-content: space-around;
\
n}
\
n.group-index footer .btn[data-v-ff30e8ae] {
\
n border: 1px solid #cccccc;
\
n border-radius: 8px;
\
n width: 0;
\
n -webkit-box-flex: 2;
\
n -ms-flex-positive: 2;
\
n flex-grow: 2;
\
n text-align: center;
\
n padding: 2vw 0;
\
n margin: 0 1.33333333vw;
\
n line-height: 1.4em;
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index footer .btn .free[data-v-ff30e8ae] {
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index footer .btn span[data-v-ff30e8ae] {
\
n display: block;
\
n font-size: 20px;
\
n font-family: PingFang-SC-Bold;
\
n}
\
n.group-index footer .btn img[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n}
\
n.group-index footer .btn.big[data-v-ff30e8ae] {
\
n padding: 0.66666667vw 0;
\
n -webkit-box-flex: 5;
\
n -ms-flex-positive: 5;
\
n flex-grow: 5;
\
n}
\
n.group-index footer .btn.big.price[data-v-ff30e8ae] {
\
n background: #f83534;
\
n border-color: #f83534;
\
n color: white;
\
n}
\
n.group-index footer .btn.big.price.full[data-v-ff30e8ae] {
\
n background: #dddddd;
\
n border-color: #dddddd;
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index .pop-block[data-v-ff30e8ae] {
\
n padding: 5.33333333vw 1.33333333vw;
\
n width: 80vw;
\
n text-align: center;
\
n font-size: 14px;
\
n color: #666666;
\
n position: relative;
\
n}
\
n.group-index .pop-block img[data-v-ff30e8ae] {
\
n width: 33.33333333vw;
\
n}
\
n.group-index .pop-block .close[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n position: absolute;
\
n top: 2.66666667vw;
\
n right: 2.66666667vw;
\
n}
\
n.group-index .pop-fill[data-v-ff30e8ae] {
\
n width: 66.66666667vw;
\
n padding: 4vw 4vw;
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae] {
\
n margin-top: 4vw;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .pop-fill .btn-block .btn[data-v-ff30e8ae] {
\
n float: right;
\
n background: #f83534;
\
n font-size: 14px;
\
n padding: 0.66666667vw 1.33333333vw;
\
n border-radius: 8px;
\
n color: #ffffff;
\
n}
\
n'
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/buy/index.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,mBAAmB;EACnB,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,mBAAmB;EACnB,mBAAmB;EACnB,YAAY;CACb;AACD;EACE,qBAAqB;EACrB,gBAAgB;EAChB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,YAAY;EACZ,oBAAoB;EACpB,mBAAmB;EACnB,WAAW;CACZ;AACD;EACE,WAAW;EACX,0BAA0B;EAC1B,oBAAoB;EACpB,gCAAgC;CACjC;AACD;EACE,gBAAgB;EAChB,aAAa;EACb,UAAU;EACV,WAAW;EACX,oBAAoB;EACpB,yBAAyB;CAC1B;AACD;EACE,kBAAkB;CACnB;AACD;EACE,YAAY;CACb;AACD;EACE,kBAAkB;EAClB,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,gBAAgB;EAChB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,eAAe;EACf,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,8BAA8B;EAC9B,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,sBAAsB;EACtB,kBAAkB;EAClB,mBAAmB;CACpB;AACD;EACE,sBAAsB;EACtB,WAAW;EACX,uBAAuB;EACvB,sBAAsB;EACtB,uBAAuB;CACxB;AACD;EACE,oBAAoB;EACpB,uBAAuB;CACxB;AACD;EACE,gBAAgB;EAChB,iBAAiB;EACjB,eAAe;EACf,aAAa;CACd;AACD;EACE,kBAAkB;EAClB,sBAAsB;EACtB,gBAAgB;EAChB,mBAAmB;EACnB,eAAe;EACf,oBAAoB;CACrB;AACD;EACE,sBAAsB;EACtB,kBAAkB;CACnB;AACD;EACE,mBAAmB;EACnB,0BAA0B;CAC3B;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,WAAW;EACX,YAAY;EACZ,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;EACnB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,8BAA8B;CAC/B;AACD;;EAEE,gBAAgB;CACjB;AACD;EACE,mBAAmB;CACpB;AACD;EACE,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,+BAA+B;CAChC;AACD;;EAEE,gBAAgB;CACjB;AACD;EACE,gBAAgB;EAChB,YAAY;EACZ,qBAAqB;EACrB,oBAAoB;EACpB,sBAAsB;EACtB,mBAAmB;EACnB,eAAe;EACf,0BAA0B;EAC1B,gBAAgB;CACjB;AACD;EACE,mBAAmB;EACnB,gBAAgB;EAChB,UAAU;EACV,cAAc;EACd,aAAa;EACb,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,kBAAkB;EAClB,eAAe;EACf,8BAA8B;EAC9B,0BAA0B;MACtB,8BAA8B;CACnC;AACD;EACE,0BAA0B;EAC1B,mBAAmB;EACnB,SAAS;EACT,oBAAoB;MAChB,qBAAqB;UACjB,aAAa;EACrB,mBAAmB;EACnB,eAAe;EACf,uBAAuB;EACvB,mBAAmB;EACnB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,2BAA2B;CAC5B;AACD;EACE,eAAe;EACf,gBAAgB;EAChB,8BAA8B;CAC/B;AACD;EACE,oBAAoB;CACrB;AACD;EACE,wBAAwB;EACxB,oBAAoB;MAChB,qBAAqB;UACjB,aAAa;CACtB;AACD;EACE,oBAAoB;EACpB,sBAAsB;EACtB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;EACtB,2BAA2B;CAC5B;AACD;EACE,mCAAmC;EACnC,YAAY;EACZ,mBAAmB;EACnB,gBAAgB;EAChB,eAAe;EACf,mBAAmB;CACpB;AACD;EACE,qBAAqB;CACtB;AACD;EACE,oBAAoB;EACpB,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;CACrB;AACD;EACE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,gBAAgB;CACjB;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,aAAa;EACb,oBAAoB;EACpB,gBAAgB;EAChB,mCAAmC;EACnC,mBAAmB;EACnB,eAAe;CAChB"
,
file
:
"index.vue"
,
sourcesContent
:[
'
\
n.fl-r[data-v-ff30e8ae] {
\
n float: right;
\
n}
\
n.main-block[data-v-ff30e8ae] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
n.clear-both[data-v-ff30e8ae]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-ff30e8ae]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n min-height: 10px;
\
n}
\
n.img-cvs[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n}
\
n.img-cvs .qrcode[data-v-ff30e8ae] {
\
n position: absolute;
\
n top: 81.33333333vw;
\
n left: 4vw;
\
n width: 16vw;
\
n}
\
n.cvs-img[data-v-ff30e8ae] {
\
n position: absolute;
\
n width: 62.13333333vw;
\
n top: 46.93333333vw;
\
n left: 7.73333333vw;
\
n z-index: 10;
\
n}
\
n.ref-content[data-v-ff30e8ae] {
\
n width: 79.73333333vw;
\
n height: 150.4vw;
\
n background-size: 100% 100%;
\
n position: relative;
\
n}
\
n.ref-content .tips[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n position: absolute;
\
n color: #666;
\
n right: 2.66666667vw;
\
n top: 66.66666667vw;
\
n width: 1em;
\
n}
\
n.group-index[data-v-ff30e8ae] {
\
n z-index: 2;
\
n padding-bottom: toVw(150);
\
n background: #f0f0f0;
\
n font-family: PingFangSC-Regular;
\
n}
\
n.group-index .ref-icon[data-v-ff30e8ae] {
\
n position: fixed;
\
n height: 24vw;
\
n top: 70vw;
\
n z-index: 6;
\
n right: 2.66666667vw;
\
n /*border-radius: 100px;*/
\
n}
\
n.group-index .banner[data-v-ff30e8ae] {
\
n background: white;
\
n}
\
n.group-index .banner img[data-v-ff30e8ae] {
\
n width: 100%;
\
n}
\
n.group-index .head[data-v-ff30e8ae] {
\
n background: white;
\
n margin-bottom: 10px;
\
n padding: 2.66666667vw;
\
n}
\
n.group-index .head .title[data-v-ff30e8ae] {
\
n font-size: 20px;
\
n color: #333333;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .detail[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 1.6em;
\
n color: #333333;
\
n display: block;
\
n margin-bottom: 2vw;
\
n}
\
n.group-index .head .price .price-content[data-v-ff30e8ae] {
\
n font-family: PingFang-SC-Bold;
\
n font-size: 20px;
\
n color: #f83534;
\
n}
\
n.group-index .head-icon[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n margin-bottom: 2px;
\
n}
\
n.group-index .head-icon .icon[data-v-ff30e8ae] {
\
n display: inline-block;
\
n width: 8vw;
\
n margin: 0 1.33333333vw;
\
n border-radius: 1000px;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .more[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n vertical-align: middle;
\
n}
\
n.group-index .head-icon .has[data-v-ff30e8ae] {
\
n font-size: 12px;
\
n line-height: 8vw;
\
n color: #999999;
\
n float: right;
\
n}
\
n.group-index .welfare[data-v-ff30e8ae] {
\
n background: white;
\
n padding: 1.33333333vw;
\
n font-size: 12px;
\
n text-align: center;
\
n color: #999999;
\
n margin-bottom: 20px;
\
n}
\
n.group-index .main-detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw;
\
n background: white;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae] {
\
n border-radius: 9px;
\
n border: 1px solid #f63539;
\
n}
\
n.group-index .main-detail .tab-content[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn[data-v-ff30e8ae] {
\
n width: 50%;
\
n float: left;
\
n height: 10.66666667vw;
\
n line-height: 10.66666667vw;
\
n text-align: center;
\
n color: #f63539;
\
n border-radius: 9px;
\
n}
\
n.group-index .main-detail .tab-content .tab-btn.active[data-v-ff30e8ae] {
\
n background: #f63539;
\
n color: white;
\
n}
\
n.group-index .main-detail .qa-block[data-v-ff30e8ae] {
\
n padding-bottom: 13.33333333vw;
\
n}
\
n.group-index .main-detail .qa-block img[data-v-ff30e8ae],
\
n.group-index .main-detail .qa-block video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .main-detail .qa-block .qa-content[data-v-ff30e8ae] {
\
n margin: toVw(10) 0;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-q[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index .main-detail .qa-block .qa-content .qa-a[data-v-ff30e8ae] {
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .main-detail .detail[data-v-ff30e8ae] {
\
n padding: 2.66666667vw 0 20vw 0;
\
n}
\
n.group-index .main-detail .detail .detail-content img[data-v-ff30e8ae],
\
n.group-index .main-detail .detail .detail-content video[data-v-ff30e8ae] {
\
n max-width: 100%;
\
n}
\
n.group-index .couponBox[data-v-ff30e8ae] {
\
n position: fixed;
\
n width: 100%;
\
n height: 6.66666667vw;
\
n background: #FFE83C;
\
n bottom: 18.66666667vw;
\
n text-align: center;
\
n color: #FF4D4F;
\
n line-height: 6.66666667vw;
\
n font-size: 12px;
\
n}
\
n.group-index footer[data-v-ff30e8ae] {
\
n position: absolute;
\
n position: fixed;
\
n bottom: 0;
\
n width: 97.7vw;
\
n height: 16vw;
\
n display: -webkit-box;
\
n display: -ms-flexbox;
\
n display: flex;
\
n background: white;
\
n padding: 1.3vw;
\
n border-top: 1px solid #d8d8d8;
\
n -ms-flex-pack: distribute;
\
n justify-content: space-around;
\
n}
\
n.group-index footer .btn[data-v-ff30e8ae] {
\
n border: 1px solid #cccccc;
\
n border-radius: 8px;
\
n width: 0;
\
n -webkit-box-flex: 2;
\
n -ms-flex-positive: 2;
\
n flex-grow: 2;
\
n text-align: center;
\
n padding: 2vw 0;
\
n margin: 0 1.33333333vw;
\
n line-height: 1.4em;
\
n font-size: 16px;
\
n color: #666666;
\
n}
\
n.group-index footer .btn .free[data-v-ff30e8ae] {
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index footer .btn span[data-v-ff30e8ae] {
\
n display: block;
\
n font-size: 20px;
\
n font-family: PingFang-SC-Bold;
\
n}
\
n.group-index footer .btn img[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n}
\
n.group-index footer .btn.big[data-v-ff30e8ae] {
\
n padding: 0.66666667vw 0;
\
n -webkit-box-flex: 5;
\
n -ms-flex-positive: 5;
\
n flex-grow: 5;
\
n}
\
n.group-index footer .btn.big.price[data-v-ff30e8ae] {
\
n background: #f83534;
\
n border-color: #f83534;
\
n color: white;
\
n}
\
n.group-index footer .btn.big.price.full[data-v-ff30e8ae] {
\
n background: #dddddd;
\
n border-color: #dddddd;
\
n line-height: 13.33333333vw;
\
n}
\
n.group-index .pop-block[data-v-ff30e8ae] {
\
n padding: 5.33333333vw 1.33333333vw;
\
n width: 80vw;
\
n text-align: center;
\
n font-size: 14px;
\
n color: #666666;
\
n position: relative;
\
n}
\
n.group-index .pop-block img[data-v-ff30e8ae] {
\
n width: 33.33333333vw;
\
n}
\
n.group-index .pop-block .close[data-v-ff30e8ae] {
\
n width: 6.66666667vw;
\
n position: absolute;
\
n top: 2.66666667vw;
\
n right: 2.66666667vw;
\
n}
\
n.group-index .pop-fill[data-v-ff30e8ae] {
\
n width: 66.66666667vw;
\
n padding: 4vw 4vw;
\
n font-size: 16px;
\
n color: #333333;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae] {
\
n margin-top: 4vw;
\
n}
\
n.group-index .pop-fill .btn-block[data-v-ff30e8ae]:after {
\
n content: "";
\
n display: block;
\
n clear: both;
\
n}
\
n.group-index .pop-fill .btn-block .btn[data-v-ff30e8ae] {
\
n float: right;
\
n background: #f83534;
\
n font-size: 14px;
\
n padding: 0.66666667vw 1.33333333vw;
\
n border-radius: 8px;
\
n color: #ffffff;
\
n}
\
n'
],
sourceRoot
:
""
}])},
"9Nk9"
:
function
(
e
,
n
,
t
){
var
i
=
t
(
"yEDY"
);
"string"
==
typeof
i
&&
(
i
=
[[
e
.
i
,
i
,
""
]]),
i
.
locals
&&
(
e
.
exports
=
i
.
locals
);
t
(
"rjj0"
)(
"134c077c"
,
i
,
!
1
,{})},
bNYG
:
function
(
e
,
n
,
t
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
t
(
"v2ns"
);
var
i
=
t
(
"7QTg"
),
o
=
t
(
"sf/l"
),
a
=
t
(
"CCn6"
),
r
=
t
(
"E26C"
),
d
=
t
.
n
(
r
),
s
=
t
(
"kXdI"
),
A
=
t
.
n
(
s
),
p
=
t
(
"XaoW"
),
l
=
t
.
n
(
p
),
c
=
t
(
"zpE/"
),
g
=
t
.
n
(
c
),
u
=
t
(
"WIsT"
),
f
=
t
(
"0ZjB"
),
C
=
t
.
n
(
f
),
v
=
t
(
"1UEi"
),
B
=
t
.
n
(
v
),
h
=
{
name
:
"index"
,
components
:{
swiper
:
i
.
swiper
,
swiperSlide
:
i
.
swiperSlide
,
loginPage
:
u
.
a
},
data
:
function
(){
return
{
refBg
:
d
.
a
,
bindMobile
:{
show
:
!
1
,
mobile
:
""
,
img_code
:
""
,
verify_code
:
""
,
flag
:
!
1
},
join
:
!
1
,
popType
:
!
1
,
popFill
:
!
1
,
popupVisible
:
!
1
,
refVisible
:
!
1
,
tabType
:
!
0
,
popcontentW
:
"您已经购买过课程,无需重复<br>购买,您可以添加微信公众号了解更多"
,
popcontentT
:
"为了更好地为您进行课程服务,<br>请扫码添加老师二维码"
,
qrCode
:
g
.
a
,
weChatIcon
:
l
.
a
,
closeUrl
:
C
.
a
,
moreUrl
:
A
.
a
,
refIcon
:
B
.
a
,
swiperOption
:{
pagination
:{
el
:
".swiper-pagination"
}},
QRCodeB
:
!
1
,
payFlag
:
!
0
,
dataURL
:
null
,
user_id
:
null
,
invite_code_f
:
!
0
,
invite_code
:
""
,
this_code
:
""
,
shopId
:
""
,
buyType
:
""
,
groupId
:
null
,
groupDetail
:
!
1
,
groupData
:
null
,
couponInfo
:{},
couponShadow
:
!
1
}},
mounted
:
function
(){
this
.
getDetail
()},
methods
:{
goToBuyPage
:
function
(){
var
e
=
this
,
n
=
{
shopId
:
this
.
shopId
,
invite_code
:
this
.
invite_code
},
t
=
this
.
invite_code
;
if
(
this
.
$sa
.
track
(
"buyCourse"
,{
buyType
:
2
===
this
.
groupDetail
.
goods_type
&&
0
===
this
.
buyType
?
"团购"
:
"直购"
,
goodsID
:
this
.
shopId
,
salesType
:
t
?
t
.
split
(
"-"
)[
1
]:
"null"
,
salesID
:
t
?
Number
(
t
.
split
(
"-"
)[
2
]):
0
}),
this
.
groupId
&&
(
n
.
group_order_id
=
this
.
groupId
),
0
!==
this
.
buyType
||
this
.
groupId
){
if
(
0
===
this
.
buyType
&&
this
.
groupId
)
return
this
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
this
.
shopId
,
invite_code
:
this
.
invite_code
}}),
window
.
location
.
reload
(),
!
1
;
n
.
type
=
""
}
else
n
.
type
=
"single"
,
this
.
buyType
=
"single"
;
localStorage
.
getItem
(
"gdt_vid"
)
&&
(
n
.
gdt_vid
=
localStorage
.
getItem
(
"gdt_vid"
)),
window
.
location
.
href
.
indexOf
(
"cct_user_id"
)
>-
1
&&
(
n
.
cct_user_id
=
o
.
a
.
getUrlParam
().
cct_user_id
),
this
.
$router
.
push
({
name
:
"buy"
,
query
:
n
}),
this
.
$nextTick
(
function
(){
e
.
payFlag
=!
0
})},
goToActivity
:
function
(){
var
e
=
{};
window
.
location
.
href
.
indexOf
(
"shopId"
)
>-
1
&&
(
e
.
shopId
=
this
.
$route
.
query
.
shopId
),
window
.
location
.
href
.
indexOf
(
"groupId"
)
>-
1
&&
(
e
.
groupId
=
this
.
$route
.
query
.
groupId
),
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>-
1
&&
(
e
.
invite_code
=
this
.
$route
.
query
.
invite_code
),
this
.
$router
.
push
({
name
:
"activity"
,
query
:
e
})},
enableShare
:
function
(
e
){
Object
(
a
.
K
)({
api_list
:
"onMenuShareAppMessage,onMenuShareTimeline"
,
url
:
window
.
location
.
href
.
split
(
"#"
)[
0
]}).
then
(
function
(
n
){
wx
.
config
({
debug
:
!
1
,
appId
:
n
.
appId
,
timestamp
:
parseInt
(
n
.
timestamp
),
nonceStr
:
n
.
nonceStr
,
signature
:
n
.
signature
,
jsApiList
:
n
.
jsApiList
}),
wx
.
ready
(
function
(){
wx
.
onMenuShareTimeline
({
title
:
e
.
product_title
,
desc
:
e
.
desc
,
link
:
e
.
shareUrl
,
imgUrl
:
e
.
shareIcon
||
"https://cdn.singsingenglish.com/singsing/recommend/logo-refer.png"
,
success
:
function
(){},
cancel
:
function
(){}}),
wx
.
onMenuShareAppMessage
({
title
:
e
.
product_title
,
desc
:
e
.
desc
,
link
:
e
.
shareUrl
,
imgUrl
:
e
.
shareIcon
||
"https://cdn.singsingenglish.com/singsing/recommend/logo-refer.png"
,
success
:
function
(){},
cancel
:
function
(){}})})})},
handleInviteCode
:
function
(){
if
(
this
.
invite_code
){
var
e
=
this
.
invite_code
.
split
(
"-"
);
e
.
length
>
2
&&
(
"TEACHER"
===
e
[
1
]
||
"XXMM"
===
e
[
1
])
&&
(
e
[
1
]
=
"USER"
);
var
n
=
e
[
0
]
+
"-"
+
e
[
1
];
this
.
this_code
=
n
+
"-"
+
this
.
user_id
}
else
this
.
this_code
=
"CC-USER-"
+
this
.
user_id
},
onShare
:
function
(
e
){
this
.
handleInviteCode
();
var
n
=
"https://wechat-test.changchangenglish.com/#/buyDetail?shopId="
+
this
.
shopId
+
"&invite_code="
+
this
.
this_code
;
this
.
enableShare
({
product_title
:
this
.
groupDetail
.
share_desc
.
title
,
desc
:
this
.
groupDetail
.
share_desc
.
content
,
shareIcon
:
this
.
groupDetail
.
share_desc
.
img
[
0
].
url
,
shareUrl
:
n
})},
toDataURLBase64
:
function
(
e
,
n
){
var
t
=
new
XMLHttpRequest
;
t
.
onload
=
function
(){
var
e
=
new
FileReader
;
e
.
onloadend
=
function
(){
n
(
e
.
result
)},
e
.
readAsDataURL
(
t
.
response
)},
t
.
responseType
=
"blob"
,
t
.
open
(
"GET"
,
e
,
!
0
),
t
.
send
()},
getDetail
:
function
(){
var
e
=
this
;
window
.
location
.
href
.
indexOf
(
"invite_code"
)
>-
1
&&
(
this
.
invite_code
=
this
.
$route
.
query
.
invite_code
,
2
===
this
.
invite_code
.
split
(
"-"
).
length
&&
(
this
.
invite_code_f
=!
1
));
this
.
$route
.
query
.
invite_code
&&
(
this
.
invite_code
=
this
.
$route
.
query
.
invite_code
),
this
.
user_id
=
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
user_id
,
window
.
location
.
href
.
indexOf
(
"shopId"
)
>-
1
&&
(
this
.
shopId
=
this
.
$route
.
query
.
shopId
,
Object
(
a
.
l
)(
this
.
shopId
).
then
(
function
(
n
){
if
(
n
.
desc
=
JSON
.
parse
(
n
.
desc
),
n
.
goods_desc
=
JSON
.
parse
(
n
.
goods_desc
),
n
.
share_desc
=
JSON
.
parse
(
n
.
share_desc
),
2
===
n
.
status
&&
n
.
bind_goods_id
)
return
e
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
n
.
bind_goods_id
,
invite_code
:
e
.
invite_code
}}),
void
e
.
getDetail
();
e
.
groupDetail
=
n
;
for
(
var
t
=
0
;
t
<
e
.
groupDetail
.
header_url
.
length
;
t
++
)
e
.
groupDetail
.
header_url
[
t
]
=
e
.
groupDetail
.
header_url
[
t
].
replace
(
"http://"
,
"https://"
);
if
(
e
.
groupDetail
.
desc
.
detail
=
e
.
groupDetail
.
desc
.
detail
.
replace
(
/http:
\/\/
/g
,
"https://"
),
e
.
groupDetail
.
desc
.
qa
=
e
.
groupDetail
.
desc
.
qa
.
replace
(
/http:
\/\/
/g
,
"https://"
),
e
.
groupDetail
.
share_desc
.
refImg
&&
1
===
e
.
groupDetail
.
share_desc
.
refImg
.
length
){
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
=
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
.
replace
(
"http://"
,
"https://"
);
var
i
=
e
;
e
.
toDataURLBase64
(
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
,
function
(
e
){
i
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
=
e
})}
var
o
=
e
.
invite_code
;
e
.
$sa
.
track
(
"viewCourseDetail"
,{
goodsID
:
e
.
groupDetail
.
id
.
toString
(),
courseCate
:
1
===
e
.
groupDetail
.
course_type
?
"体验课"
:
"正式课"
,
lessonNumber
:
e
.
groupDetail
.
watch_num
,
goodsName
:
e
.
groupDetail
.
name
,
coursePrice
:
Number
(
e
.
groupDetail
.
original_price
/
100
),
discountPrice
:
Number
(
e
.
groupDetail
.
current_price
/
100
),
courseID
:
e
.
groupDetail
.
course_id
,
courseName
:
""
,
salesType
:
o
?
o
.
split
(
"-"
)[
1
]:
"null"
,
salesID
:
o
?
Number
(
o
.
split
(
"-"
)[
2
]):
0
}),
2
===
e
.
groupDetail
.
goods_type
?(
localStorage
.
getItem
(
"cc_token"
)
&&
Object
(
a
.
B
)({
goods_id
:
e
.
shopId
}).
then
(
function
(
n
){
n
.
out_trade_no
&&
(
1
===
n
.
buy_type
?
e
.
$router
.
push
({
name
:
"buySuccess"
,
query
:{
out_trade_no
:
n
.
out_trade_no
}}):
e
.
$router
.
push
({
name
:
"success"
,
query
:{
out_trade_no
:
n
.
out_trade_no
}}))}),
window
.
location
.
href
.
indexOf
(
"groupId"
)
>-
1
?(
e
.
groupId
=
e
.
$route
.
query
.
groupId
,
Object
(
a
.
n
)(
e
.
groupId
).
then
(
function
(
n
){
e
.
groupData
=
n
}),
e
.
onShare
(
0
)):
e
.
onShare
(
1
)):(
e
.
onShare
(
1
),
e
.
handleInviteCode
())})),
JSON
.
parse
(
localStorage
.
getItem
(
"userCourse"
)).
periods_list
||
Object
(
a
.
h
)(
this
.
$route
.
query
.
shopId
).
then
(
function
(
n
){
n
.
length
&&
(
e
.
couponInfo
=
n
[
0
],
e
.
couponShadow
=!
0
)})},
showTeacher
:
function
(){
this
.
popType
=!
1
,
this
.
popupVisible
=!
0
},
buttonClick
:
function
(
e
,
n
){
this
.
$sa
.
track
(
"buttonClick"
,{
tabTitle
:
"商品"
,
moduleTitle
:
"详情页"
,
buttonType
:
e
,
buttonName
:
n
})},
groupPay
:
function
(
e
){
var
n
=
this
;
this
.
buyType
=
e
,
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
mobile
&&
""
!==
JSON
.
parse
(
localStorage
.
getItem
(
"userDesc"
)).
mobile
?
this
.
goToBuyPage
():(
this
.
bindMobile
.
flag
=
e
,
this
.
bindMobile
.
show
=!
0
,
setTimeout
(
function
(){
n
.
$sa
.
track
(
"ViewRegisterpage"
,{})},
1
e3
))}}},
b
=
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
t
=
e
.
_self
.
_c
||
n
;
return
t
(
"div"
,[
t
(
"div"
,{
staticStyle
:{
height
:
"100vh"
,
overflow
:
"auto"
}},[
e
.
groupDetail
?
t
(
"div"
,{
ref
:
"index"
,
staticClass
:
"group-index"
,
staticStyle
:{
"min-height"
:
"120vh"
}},[
t
(
"swiper"
,{
ref
:
"mySwiper"
,
staticClass
:
"banner"
,
attrs
:{
options
:
e
.
swiperOption
}},[
e
.
_l
(
e
.
groupDetail
.
goods_desc
.
img
,
function
(
n
,
i
){
return
e
.
groupDetail
.
goods_desc
?
t
(
"swiper-slide"
,{
key
:
i
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
url
}})]):
e
.
_e
()}),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"swiper-pagination"
,
attrs
:{
slot
:
"pagination"
},
slot
:
"pagination"
})],
2
),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
is_auth_user
?
t
(
"img"
,{
staticClass
:
"ref-icon shake"
,
attrs
:{
src
:
e
.
refIcon
},
on
:{
click
:
function
(
n
){
e
.
goToActivity
(),
e
.
buttonClick
(
"功能"
,
"生成海报"
)}}}):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"head"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
name
))]),
e
.
_v
(
" "
),
t
(
"span"
,{
staticClass
:
"detail"
},[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
goods_desc
.
desc
))]),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"price"
},[
t
(
"span"
,{
staticClass
:
"price-content"
},[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
)
+
"元"
)]),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
goods_type
&&
e
.
groupDetail
.
original_price
>
e
.
groupDetail
.
current_price
?
t
(
"span"
,{
staticStyle
:{
"text-decoration"
:
"line-through"
,
color
:
"#bbb"
,
"font-size"
:
"14px"
}},[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
original_price
/
100
))]):
e
.
_e
()])]),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"head-icon"
},[
e
.
_l
(
e
.
groupDetail
.
header_url
,
function
(
n
,
i
){
return
i
<
5
?
t
(
"img"
,{
key
:
n
,
staticClass
:
"icon"
,
attrs
:{
src
:
n
}}):
e
.
_e
()}),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"more"
,
attrs
:{
src
:
e
.
moreUrl
}}),
e
.
_v
(
" "
),
t
(
"span"
,{
staticClass
:
"has"
},[
e
.
_v
(
"已售"
+
e
.
_s
(
e
.
groupDetail
.
has_group_num
)
+
"件"
)])],
2
),
e
.
_v
(
" "
),
e
.
groupDetail
.
head_welfare
&&
""
!==
e
.
groupDetail
.
head_welfare
&&
null
!==
e
.
groupDetail
.
head_welfare
?
t
(
"div"
,{
staticClass
:
"welfare"
},[
e
.
_v
(
"团长福利:"
+
e
.
_s
(
e
.
groupDetail
.
head_welfare
))]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"main-detail"
},[
t
(
"div"
,{
staticClass
:
"tab-content"
},[
t
(
"div"
,{
class
:{
"tab-btn"
:
!
0
,
active
:
e
.
tabType
},
on
:{
click
:
function
(
n
){
e
.
tabType
=!
0
,
e
.
buttonClick
(
"展示"
,
"图文详情"
)}}},[
e
.
_v
(
"图文详情"
)]),
e
.
_v
(
" "
),
t
(
"div"
,{
class
:{
"tab-btn"
:
!
0
,
active
:
!
e
.
tabType
},
on
:{
click
:
function
(
n
){
e
.
tabType
=!
1
,
e
.
buttonClick
(
"展示"
,
"购买须知"
)}}},[
e
.
_v
(
"购买须知"
)])]),
e
.
_v
(
" "
),
e
.
tabType
?
t
(
"div"
,{
staticClass
:
"detail"
},[
t
(
"div"
,{
staticClass
:
"detail-content"
,
domProps
:{
innerHTML
:
e
.
_s
(
e
.
groupDetail
.
desc
.
detail
)}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
tabType
?
e
.
_e
():
t
(
"div"
,{
staticClass
:
"qa-block"
},[
t
(
"div"
,{
staticClass
:
"qa-content qaDetail"
,
domProps
:{
innerHTML
:
e
.
_s
(
e
.
groupDetail
.
desc
.
qa
)}})])]),
e
.
_v
(
" "
),
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,[
t
(
"mt-popup"
,{
model
:{
value
:
e
.
popupVisible
,
callback
:
function
(
n
){
e
.
popupVisible
=
n
},
expression
:
"popupVisible"
}},[
t
(
"div"
,{
staticClass
:
"pop-block"
},[
e
.
popType
?
t
(
"img"
,{
attrs
:{
src
:
e
.
qrCode
}}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
popType
?
e
.
_e
():
t
(
"img"
,{
attrs
:{
src
:
e
.
groupDetail
.
desc
.
customer_service
[
0
].
url
}}),
e
.
_v
(
" "
),
t
(
"div"
,[
e
.
popType
?
t
(
"span"
,{
domProps
:{
innerHTML
:
e
.
_s
(
e
.
popcontentW
)}}):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
popType
?
e
.
_e
():
t
(
"span"
,{
domProps
:{
innerHTML
:
e
.
_s
(
e
.
popcontentT
)}})]),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"close"
,
attrs
:{
src
:
e
.
closeUrl
},
on
:{
click
:
function
(
n
){
e
.
popupVisible
=!
1
}}})])])],
1
):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"mt-popup"
,{
attrs
:{
closeOnClickModal
:
!
1
},
model
:{
value
:
e
.
popFill
,
callback
:
function
(
n
){
e
.
popFill
=
n
},
expression
:
"popFill"
}},[
t
(
"div"
,{
staticClass
:
"pop-fill"
},[
e
.
_v
(
"
\n
您好,本次拼团已经结束。您可以选择重新开团或单独购买
\n
"
),
t
(
"div"
,{
staticClass
:
"btn-block"
},[
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
rePlay
()}}},[
e
.
_v
(
"重新开团"
)])])])]),
e
.
_v
(
" "
),
t
(
"mt-popup"
,{
staticStyle
:{
"background-color"
:
"transparent"
,
"margin-top"
:
"-80vw"
,
"margin-left"
:
"-40vw"
,
transform
:
"none"
},
model
:{
value
:
e
.
refVisible
,
callback
:
function
(
n
){
e
.
refVisible
=
n
},
expression
:
"refVisible"
}},[
e
.
groupDetail
.
share_desc
.
refImg
&&
e
.
groupDetail
.
share_desc
.
refImg
.
length
>
0
?
t
(
"div"
,{
staticClass
:
"ref-content"
,
style
:{
backgroundImage
:
"url("
+
e
.
refBg
+
")"
}},[
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
_v
(
"长按保存图片"
)])]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
share_desc
.
refImg
&&
e
.
groupDetail
.
share_desc
.
refImg
.
length
>
0
?
t
(
"div"
,{
ref
:
"imageWrapper"
,
staticClass
:
"img-cvs"
,
attrs
:{
id
:
"capture"
}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
groupDetail
.
share_desc
.
refImg
[
0
].
url
}}),
e
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"qrcode"
,
attrs
:{
id
:
"qrcode"
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"img"
,{
staticClass
:
"cvs-img"
,
attrs
:{
src
:
e
.
dataURL
}})]),
e
.
_v
(
" "
),
1
===
e
.
groupDetail
.
status
&&
e
.
invite_code_f
?
t
(
"div"
,[
e
.
couponInfo
.
money
?
t
(
"div"
,{
staticClass
:
"couponBox"
},[
e
.
_v
(
"您有"
+
e
.
_s
(
e
.
couponInfo
.
money
/
100
)
+
"元优惠券可使用"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
goods_type
&&
2
===
e
.
groupDetail
.
goods_type
?
t
(
"footer"
,[
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
showTeacher
(),
e
.
buttonClick
(
"老师"
,
"客服"
)}}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
weChatIcon
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
t
(
"div"
,{
staticClass
:
"btn big price full"
},[
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"该团已满"
)]):
e
.
_e
()]):
e
.
_e
(),
e
.
_v
(
" "
),
t
(
"div"
,{
class
:
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
"btn big price"
:
"btn big"
,
attrs
:{
id
:
e
.
groupId
?
"reGroup"
:
"singleBuy"
},
on
:{
click
:
function
(
n
){
e
.
groupPay
(
0
),
e
.
buttonClick
(
"购买按钮"
,
e
.
groupId
?
"重新开团"
:
"单独购买"
)}}},[
e
.
groupId
?
e
.
_e
():
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
original_price
/
100
))]),
e
.
_v
(
" "
),
e
.
groupId
?
e
.
_e
():
t
(
"div"
,[
e
.
_v
(
"单独购"
)]),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"重新开团"
)]):
e
.
_e
()]),
e
.
_v
(
" "
),
e
.
groupData
&&
0
!==
e
.
groupData
.
status
?
e
.
_e
():
t
(
"div"
,{
staticClass
:
"btn big price"
,
attrs
:{
id
:
e
.
groupId
?
"joinGroup"
:
"newGroup"
},
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
e
.
groupId
?
"立即参团"
:
"创建团"
)}}},[
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]),
e
.
_v
(
" "
),
e
.
groupId
?
e
.
_e
():
t
(
"div"
,[
e
.
_v
(
e
.
_s
(
e
.
groupDetail
.
desc
.
group_number
)
+
"人团"
)]),
e
.
_v
(
" "
),
e
.
groupId
?
t
(
"div"
,[
e
.
_v
(
"立即参团"
)]):
e
.
_e
()])]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
goods_type
&&
2
!==
e
.
groupDetail
.
goods_type
?
t
(
"footer"
,[
e
.
groupDetail
.
desc
.
customer_service
[
0
]?
t
(
"div"
,{
staticClass
:
"btn"
,
on
:{
click
:
function
(
n
){
e
.
showTeacher
(),
e
.
buttonClick
(
"功能"
,
"客服"
)}}},[
t
(
"img"
,{
attrs
:{
src
:
e
.
weChatIcon
}})]):
e
.
_e
(),
e
.
_v
(
" "
),
e
.
groupDetail
.
current_price
>
0
?
t
(
"div"
,{
staticClass
:
"btn big price"
,
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
"直购购买"
)}}},[
t
(
"span"
,[
e
.
_v
(
"¥"
+
e
.
_s
(
e
.
groupDetail
.
current_price
/
100
))]),
e
.
_v
(
" "
),
t
(
"div"
,[
e
.
_v
(
"立即购买"
)])]):
e
.
_e
(),
e
.
_v
(
" "
),
0
==
e
.
groupDetail
.
current_price
?
t
(
"div"
,{
staticClass
:
"btn big price"
,
on
:{
click
:
function
(
n
){
e
.
groupPay
(
1
),
e
.
buttonClick
(
"购买按钮"
,
"直购购买"
)}}},[
t
(
"div"
,{
staticClass
:
"free"
},[
e
.
_v
(
"免费领"
)])]):
e
.
_e
()]):
e
.
_e
()]):
e
.
_e
(),
e
.
_v
(
" "
),
1
!==
e
.
groupDetail
.
status
?
t
(
"div"
,[
e
.
_m
(
0
)]):
e
.
_e
()],
1
):
e
.
_e
()]),
e
.
_v
(
" "
),
e
.
groupDetail
?
t
(
"login-page"
,{
attrs
:{
"bind-mobile"
:
e
.
bindMobile
,
groupDetail
:
e
.
groupDetail
},
on
:{
goToBuyPage
:
e
.
goToBuyPage
}}):
e
.
_e
()],
1
)};
b
.
_withStripped
=!
0
;
var
m
=
{
render
:
b
,
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
n
=
this
.
_self
.
_c
||
e
;
return
n
(
"footer"
,[
n
(
"div"
,{
staticStyle
:{
color
:
"#888"
}},[
this
.
_v
(
"已售罄"
)])])}]},
w
=
m
;
var
_
=!
1
;
var
E
=
t
(
"VU/8"
)(
h
,
w
,
!
1
,
function
(
e
){
_
||
(
t
(
"9Nk9"
),
t
(
"rC6I"
))},
"data-v-ff30e8ae"
,
null
);
E
.
options
.
__file
=
"src/components/buy/index.vue"
;
n
.
default
=
E
.
exports
},
rC6I
:
function
(
e
,
n
,
t
){
var
i
=
t
(
"5W4P"
);
"string"
==
typeof
i
&&
(
i
=
[[
e
.
i
,
i
,
""
]]),
i
.
locals
&&
(
e
.
exports
=
i
.
locals
);
t
(
"rjj0"
)(
"dc25c13e"
,
i
,
!
1
,{})},
yEDY
:
function
(
e
,
n
,
t
){(
e
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
e
.
i
,
"
\n
img,
\
r
\n
video {
\
r
\n
max-width: 100%;
\n
}
\n
@-webkit-keyframes swing {
\n
10% {
\
r
\n
-webkit-transform: rotate(15deg);
\
r
\n
transform: rotate(15deg);
\n
}
\n
20% {
\
r
\n
-webkit-transform: rotate(-10deg);
\
r
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\
r
\n
-webkit-transform: rotate(5deg);
\
r
\n
transform: rotate(5deg);
\n
}
\n
40% {
\
r
\n
-webkit-transform: rotate(-5deg);
\
r
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\
r
\n
100% {
\
r
\n
-webkit-transform: rotate(0deg);
\
r
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.shake {
\
r
\n
-webkit-animation-name: swing;
\
r
\n
-webkit-animation-duration: 0.8s;
\
r
\n
-webkit-transform-origin: 50% 50%;
\
r
\n
-webkit-animation-iteration-count: infinite;
\
r
\n
-webkit-animation-timing-function: linear;
\n
}
\
r
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/buy/index.vue"
],
names
:[],
mappings
:
";AACA;;EAEE,gBAAgB;CACjB;AACD;AACA;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;IACI,kCAAkC;YAC1B,0BAA0B;CACrC;AACD;IACI,gCAAgC;YACxB,wBAAwB;CACnC;AACD;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;;IAEI,gCAAgC;YACxB,wBAAwB;CACnC;CACA;AACD;EACE,8BAA8B;EAC9B,iCAAiC;EACjC,kCAAkC;EAClC,4CAA4C;EAC5C,0CAA0C;CAC3C"
,
file
:
"index.vue"
,
sourcesContent
:[
"
\n
img,
\
r
\n
video {
\
r
\n
max-width: 100%;
\n
}
\n
@-webkit-keyframes swing {
\n
10% {
\
r
\n
-webkit-transform: rotate(15deg);
\
r
\n
transform: rotate(15deg);
\n
}
\n
20% {
\
r
\n
-webkit-transform: rotate(-10deg);
\
r
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\
r
\n
-webkit-transform: rotate(5deg);
\
r
\n
transform: rotate(5deg);
\n
}
\n
40% {
\
r
\n
-webkit-transform: rotate(-5deg);
\
r
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\
r
\n
100% {
\
r
\n
-webkit-transform: rotate(0deg);
\
r
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.shake {
\
r
\n
-webkit-animation-name: swing;
\
r
\n
-webkit-animation-duration: 0.8s;
\
r
\n
-webkit-transform-origin: 50% 50%;
\
r
\n
-webkit-animation-iteration-count: infinite;
\
r
\n
-webkit-animation-timing-function: linear;
\n
}
\
r
\n
"
],
sourceRoot
:
""
}])}});
\ No newline at end of file
\ No newline at end of file
dev/static/js/6.31b7a0b8c7417a15445f.js
deleted
100644 → 0
View file @
2632c675
webpackJsonp
([
6
],{
"+4G6"
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"RfZZ"
),
i
=
t
(
"AA6R"
),
a
=
t
.
n
(
i
),
s
=
t
(
"o69Z"
),
A
=
t
(
"rhik"
),
c
=
t
(
"CsZI"
),
d
=
t
(
"+2ln"
),
r
=
t
(
"pIDD"
),
l
=
t
(
"qYlo"
),
C
=
Object
(
s
.
h
)(
"actionsheet"
),
v
=
C
[
0
],
B
=
C
[
1
];
function
p
(
n
,
e
,
t
,
o
){
var
i
=
e
.
title
,
s
=
e
.
cancelText
,
c
=
function
(){
Object
(
A
.
a
)(
o
,
"input"
,
!
1
),
Object
(
A
.
a
)(
o
,
"cancel"
)};
return
n
(
l
.
a
,
a
()([{
class
:
B
(),
attrs
:{
value
:
e
.
value
,
position
:
"bottom"
,
overlay
:
e
.
overlay
,
lazyRender
:
e
.
lazyRender
,
getContainer
:
e
.
getContainer
,
closeOnClickOverlay
:
e
.
closeOnClickOverlay
},
on
:{
input
:
function
(
n
){
Object
(
A
.
a
)(
o
,
"input"
,
n
)}}},
Object
(
A
.
b
)(
o
)]),[
i
?
n
(
"div"
,{
class
:[
B
(
"header"
),
"van-hairline--top-bottom"
]},[
i
,
n
(
d
.
a
,{
attrs
:{
name
:
"close"
},
class
:
B
(
"close"
),
on
:{
click
:
c
}})]):
e
.
actions
.
map
(
function
(
e
,
t
){
return
n
(
"div"
,{
class
:[
B
(
"item"
,{
disabled
:
e
.
disabled
||
e
.
loading
}),
e
.
className
,
"van-hairline--top"
],
on
:{
click
:
function
(
n
){
n
.
stopPropagation
(),
e
.
disabled
||
e
.
loading
||
(
e
.
callback
&&
e
.
callback
(
e
),
Object
(
A
.
a
)(
o
,
"select"
,
e
,
t
))}}},[
e
.
loading
?
n
(
r
.
a
,{
class
:
B
(
"loading"
),
attrs
:{
size
:
"20px"
}}):[
n
(
"span"
,{
class
:
B
(
"name"
)},[
e
.
name
]),
e
.
subname
&&
n
(
"span"
,{
class
:
B
(
"subname"
)},[
e
.
subname
])]])}),
t
.
default
&&
n
(
"div"
,{
class
:
B
(
"content"
)},[
t
.
default
()]),
s
&&
n
(
"div"
,{
class
:
B
(
"cancel"
),
on
:{
click
:
c
}},[
s
])])}
p
.
props
=
Object
(
o
.
a
)({},
c
.
a
.
props
,{
title
:
String
,
actions
:
Array
,
cancelText
:
String
,
overlay
:{
type
:
Boolean
,
default
:
!
0
},
closeOnClickOverlay
:{
type
:
Boolean
,
default
:
!
0
}}),
e
.
a
=
v
(
p
)},
"064q"
:
function
(
n
,
e
){
n
.
exports
=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAALVBMVEVHcEzm5ubl5eXo6Ojl5eXn5+fk5OTk5OTn5+fm5ubm5ubu7u7p6ens7Ozi4uK0qOZPAAAAC3RSTlMA/u5GimDaGA14ujRrE5cAAAGMSURBVCjPlZK/S8NQEMeDNdZuPiviEIqKqEMJcVA3EcFVWnDu0k1Uiu4i4uImuHQSJ0cH1/CGVN0ug1U7+HJD+ge8v8G7JC/VZvKGUj65H9/v3bOs/8dWu8im3WGnACe13i3AM63XCvBAx3PjrOxq0esUWsYQjDe90gLC9TF4rx2A13GVMSD2L//AClVjBL+bljf3YidExJW7TMD54aOrOZECRO1of5v2oDliB0KFIQRCx7ptUZYWIgCqVpQaiJoeWqfMnIRJDCMAEPNWi6xARP2UkhKpAwRVy2YryKN9n2eRsIZltWgwFyvf51QM30iSzV5Q+kkQjjwWukO6lZ8F4kuivsTCMyrx3Us9bbDFFCqsZtZLS2B64rNnFtIEk4kf+ZaaVJ/Br9ElR/Azh08GSvzOoSsMlP188ZqgYu/kx5ypxFAqXqiMvPxqyYHSHTXy18FwcMJfInPQKYYDzz6GMFIPGZyg1zGgMrsOCIsZvIhFL2lVqQMs5I9rtpv+u6kHM2b6atdIvl6+pd8frsIfkLbTcagAAAAASUVORK5CYII="
},
"1Uto"
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/mok4.4ffec77.png"
},
"7YDQ"
:
function
(
n
,
e
){},
BWo0
:
function
(
n
,
e
,
t
){
var
o
=
t
(
"yM9O"
);
"string"
==
typeof
o
&&
(
o
=
[[
n
.
i
,
o
,
""
]]),
o
.
locals
&&
(
n
.
exports
=
o
.
locals
);
t
(
"rjj0"
)(
"373c04d6"
,
o
,
!
1
,{})},
Ks8m
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/bg_coupon@2x.111f909.png"
},
NVDN
:
function
(
n
,
e
,
t
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
t
(
"mvHQ"
),
i
=
t
.
n
(
o
),
a
=
t
(
"woOf"
),
s
=
t
.
n
(
a
),
A
=
(
t
(
"eqfM"
),
t
(
"/QYm"
)),
c
=
t
(
"bOdI"
),
d
=
t
.
n
(
c
),
r
=
(
t
(
"zH3V"
),
t
(
"+4G6"
)),
l
=
t
(
"CCn6"
),
C
=
t
(
"QkSs"
),
v
=
t
.
n
(
C
),
B
=
t
(
"064q"
),
p
=
t
.
n
(
B
),
w
=
t
(
"e2Pt"
),
u
=
t
.
n
(
w
),
h
=
t
(
"Ks8m"
),
g
=
t
.
n
(
h
),
m
=
t
(
"1Uto"
),
b
=
t
.
n
(
m
),
f
=
t
(
"Jmy5"
),
E
=
(
t
(
"v2ns"
),
t
(
"7QTg"
)),
k
=
t
(
"2oJL"
),
_
=
t
(
"3xxH"
),
x
=
t
.
n
(
_
),
y
=
{
name
:
"mapDefault"
,
components
:
d
()({
swiper
:
E
.
swiper
,
swiperSlide
:
E
.
swiperSlide
,
bottomTab
:
k
.
a
},
r
.
a
.
name
,
r
.
a
),
data
:
function
(){
var
n
=
this
;
return
{
liuyucoolie
:
!
1
,
imgUrl
:
f
.
b
,
actions
:[],
secActions
:{},
actionsheetShow
:
!
1
,
star_act
:
v
.
a
,
star_def
:
p
.
a
,
shopType
:
this
.
$route
.
query
.
course_type
,
diaBGI
:
u
.
a
,
mok4
:
b
.
a
,
goodsID
:
""
,
themeName
:
""
,
course_id
:
""
,
push_time
:
""
,
course_name
:
""
,
periods_id
:
this
.
$route
.
query
.
periods_id
,
parent_category_id
:
this
.
$route
.
query
.
parent_category_id
,
unitList
:[],
more
:
!
1
,
errorURL
:
x
.
a
,
couponBg
:
g
.
a
,
popupVisible
:
!
1
,
lessonList
:[],
lessonList1
:[],
lessonList2
:[],
lesson
:
""
,
classID
:
""
,
noLesson
:
!
1
,
hpLessonList
:[],
thisLesson
:
null
,
card2
:
!
0
,
swiperOption
:{
width
:.
25
*
window
.
innerWidth
,
on
:{
slideChangeTransitionStart
:
function
(){
this
.
activeIndex
>=
n
.
swiper
.
slides
.
length
-
4
&&
n
.
more
&&
n
.
swiper
.
slidePrev
()},
resize
:
function
(){
this
.
params
.
width
=
.
25
*
window
.
innerWidth
,
this
.
update
(
!
0
)}},
pagination
:{
el
:
".swiper-pagination"
}},
swiperOption2
:{
slidesPerView
:
5
,
navigation
:{
nextEl
:
".banner-right"
,
prevEl
:
".banner-left"
},
on
:{
slideChangeTransitionStart
:
function
(){
this
.
activeIndex
==
n
.
swiper2
.
slides
.
length
-
5
&&
n
.
more
&&
n
.
swiper2
.
slidePrev
()}},
pagination
:{
el
:
".swiper-pagination"
}},
swiperOptionLesson
:{
slidesPerView
:
"auto"
,
spaceBetween
:
20
},
userCourse
:{
periods_list
:[]},
couponInfo
:{},
h
:
0
,
m
:
0
,
s
:
0
,
deadline
:
""
,
oneGoodinfo
:{},
liuyuActivity
:
!
0
}},
created
:
function
(){
A
.
a
.
loading
({
mask
:
!
0
,
message
:
""
}),
this
.
initPage
(),
this
.
$sa
.
track
(
"viewUnlocklessonpage"
,{})},
filters
:{
substr10
:
function
(
n
){
return
n
.
substr
(
5
,
4
)}},
computed
:{
swiper
:
function
(){
return
0
==
this
.
shopType
?
this
.
$refs
.
mySwiper
.
swiper
:
""
},
swiper2
:
function
(){
return
0
==
this
.
shopType
?
this
.
$refs
.
mySwiper2
.
swiper
:
""
},
swiperLesson
:
function
(){
return
this
.
$refs
.
mySwiperLesson
.
swiper
},
splitContent
:
function
(){
var
n
=
[];
return
this
.
thisLesson
.
content
.
tips
.
title1_content
&&
(
n
=
this
.
thisLesson
.
content
.
tips
.
title1_content
.
split
(
"
\n
"
)),
n
}},
methods
:{
toActivity
:
function
(){
this
.
$router
.
push
({
name
:
"liuyi"
,
query
:{}})},
liuyiBtn
:
function
(){
this
.
$router
.
push
({
name
:
"liuyi"
,
query
:{}})},
initPage
:
function
(){
var
n
=
this
;
if
(
Date
.
parse
(
new
Date
)
>
Date
.
parse
(
new
Date
(
"2019-6-4 00:00:00"
))
&&
(
this
.
liuyuActivity
=!
1
),
sessionStorage
.
setItem
(
"frist"
,
!
0
),
localStorage
.
getItem
(
"userCourse"
)?
this
.
userCourse
=
JSON
.
parse
(
localStorage
.
getItem
(
"userCourse"
)):
Object
(
l
.
i
)().
then
(
function
(
e
){
localStorage
.
setItem
(
"userCourse"
,
""
),
n
.
userCourse
=
s
()({},
e
),
localStorage
.
setItem
(
"userCourse"
,
i
()(
n
.
userCourse
))}),
this
.
userCourse
.
automation_id
&&
this
.
userCourse
.
automation_id
.
length
>
0
){
var
e
=
{
name
:
"VIP高效体验营"
};
e
.
id
=
this
.
userCourse
.
automation_id
[
0
],
this
.
actions
.
push
(
e
),
this
.
secActions
=
e
}
this
.
userCourse
.
periods_list
&&
this
.
userCourse
.
periods_list
.
forEach
(
function
(
e
){
e
.
name
=
e
.
course_title
,
n
.
actions
.
push
(
e
)}),
this
.
actions
.
forEach
(
function
(
e
){
e
.
className
=
""
,
e
.
id
==
n
.
secActions
.
id
&&
(
e
.
className
=
"activit"
)}),
this
.
getLessonList
(),
this
.
userCourse
.
periods_list
||
this
.
getAutomationCoupon
()},
getLessonList
:
function
(
n
){
var
e
=
this
;
this
.
userCourse
.
can_buy_goods_id
&&
this
.
userCourse
.
can_buy_goods_id
.
length
&&
(
Object
(
l
.
f
)(
"goods"
,
this
.
userCourse
.
can_buy_goods_id
[
0
]).
then
(
function
(
n
){
e
.
lessonList2
=
n
.
can_watch_list
,
A
.
a
.
clear
()}),
Object
(
l
.
l
)(
this
.
userCourse
.
can_buy_goods_id
).
then
(
function
(
n
){
e
.
oneGoodinfo
=
n
,
e
.
oneGoodinfo
.
goods_desc
=
JSON
.
parse
(
n
.
goods_desc
)}),
this
.
userCourse
.
periods_list
&&
(
this
.
card2
=!
1
)),
this
.
userCourse
.
automation_id
&&
this
.
userCourse
.
automation_id
.
forEach
(
function
(
n
,
t
){
Object
(
l
.
f
)(
"automation"
,
n
).
then
(
function
(
n
){
A
.
a
.
clear
(),
1
==
t
?(
e
.
lessonList2
=
n
.
can_watch_list
,
e
.
lessonList2
.
forEach
(
function
(
n
){
n
.
open
=!
0
}),
A
.
a
.
clear
()):
2
==
e
.
userCourse
.
automation_id
.
length
?(
e
.
lessonList1
=
n
.
can_watch_list
,
e
.
lessonList1
.
forEach
(
function
(
n
){
n
.
open
=!
0
})):
6
==
n
.
can_watch_list
.
length
?(
n
.
can_watch_list
.
forEach
(
function
(
t
,
o
){
0
==
o
&&
(
t
.
open
=!
0
),
o
<
3
?(
e
.
lessonList1
.
push
(
t
),
t
.
star_num
>=
2
&&
n
.
can_watch_list
[
o
+
1
]
&&
(
n
.
can_watch_list
[
o
+
1
].
open
=!
0
)):
e
.
lessonList2
.
push
(
t
)}),
e
.
lessonList1
[
2
].
star_num
>=
2
&&
e
.
lessonList2
.
forEach
(
function
(
n
){
n
.
open
=!
0
})):(
e
.
lessonList1
=
n
.
can_watch_list
,
e
.
lessonList1
.
forEach
(
function
(
n
,
t
){
0
==
t
&&
(
n
.
open
=!
0
),
n
.
star_num
>=
2
&&
e
.
lessonList1
[
t
+
1
]
&&
(
e
.
lessonList1
[
t
+
1
].
open
=!
0
)}))})})},
tobuy
:
function
(){
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
couponBox
),
this
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
this
.
couponInfo
.
id
}})},
getAutomationCoupon
:
function
(){
var
n
=
this
;
Object
(
l
.
g
)().
then
(
function
(
e
){
n
.
couponInfo
=
e
,
n
.
couponInfo
.
goods_desc
=
JSON
.
parse
(
e
.
goods_desc
),
!
e
.
coupon_list
.
length
&&
Date
.
parse
(
new
Date
)
<
Date
.
parse
(
new
Date
(
"2019-6-4 00:00:00"
))
&&
(
cookie
.
get
(
"liuyi"
)
||
(
n
.
liuyucoolie
=!
0
,
cookie
.
set
(
"liuyi"
,
1
,
1
))),
n
.
couponInfo
.
coupon_list
.
length
&&
(
setTimeout
(
function
(){
var
n
=
document
.
getElementsByClassName
(
"couponBox"
);
n
.
length
>
0
&&
window
.
scrollTo
(
0
,
n
[
0
].
offsetTop
-
120
)},
500
),
n
.
leftTimer
())})},
onSelect
:
function
(
n
){
this
.
actionsheetShow
=!
1
,
n
.
id
==
this
.
userCourse
.
automation_id
[
0
]?
this
.
$router
.
replace
({
name
:
"secMap"
,
query
:{}}):
this
.
$router
.
replace
({
name
:
"map"
,
query
:{
item
:
n
}})},
findUnit
:
function
(
n
){
return
this
.
unitList
.
find
(
function
(
e
){
return
e
.
category_id
==
n
})},
dateParse
:
function
(
n
){
var
e
;
return
e
=
n
.
indexOf
(
"-"
)
>-
1
?
n
.
split
(
"-"
):
n
.
indexOf
(
"/"
)
>-
1
?
n
.
split
(
"/"
):
n
.
split
(
"."
),
new
Date
(
e
[
0
],
e
[
1
]
-
1
,
e
[
2
])},
dateCompare
:
function
(
n
){
var
e
=
(
new
Date
).
getTime
(),
t
=
n
.
getTime
();
return
t
>
e
?
1
:
t
==
e
?
0
:
-
1
},
goDetail
:
function
(){
if
(
this
.
$sa
.
track
(
"StartCourse"
,{
elementID
:
this
.
thisLesson
.
id
.
toString
(),
dayModule
:
this
.
thisLesson
.
domTitle
.
slice
(
0
,
9
),
weekName
:
this
.
thisLesson
.
domTitle
.
slice
(
10
,
this
.
thisLesson
.
domTitle
.
length
),
elementName
:
this
.
thisLesson
.
domTitle
.
slice
(
0
,
9
)
+
"-"
+
this
.
thisLesson
.
domTitle
.
slice
(
10
,
this
.
thisLesson
.
domTitle
.
length
),
themeID
:
this
.
parent_category_id
,
themeName
:
this
.
themeName
,
goodsID
:
this
.
goodsID
,
classID
:
this
.
classID
,
is_view_today
:
!!
(
new
Date
).
setHours
(
0
,
0
,
0
,
0
)
===
new
Date
(
this
.
push_time
).
setHours
(
0
,
0
,
0
,
0
)}),
this
.
thisLesson
.
content
.
tips
){
var
n
=
{
periods_id
:
"999999999"
,
category_id
:
this
.
thisLesson
.
categoryId
,
elementId
:
this
.
thisLesson
.
id
,
course_type
:
this
.
shopType
,
parent_category_id
:
this
.
parent_category_id
},
e
=
JSON
.
parse
(
i
()(
this
.
thisLesson
));
e
.
push_time
=
this
.
push_time
,
e
.
themeID
=
this
.
parent_category_id
,
e
.
themeName
=
this
.
themeName
,
e
.
goodsID
=
this
.
goodsID
,
e
.
classID
=
this
.
classID
,
e
.
nowTime
=
Date
.
parse
(
new
Date
),
localStorage
.
setItem
(
"lessonDetail"
,
i
()(
e
)),
this
.
$router
.
push
({
name
:
"newLesson"
,
query
:
n
})}
else
{
var
t
=
{
periods_id
:
"999999999"
,
category_id
:
this
.
thisLesson
.
categoryId
,
parent_category_id
:
this
.
parent_category_id
,
element_id
:
this
.
thisLesson
.
id
,
course_type
:
this
.
shopType
,
type
:
"1"
};
this
.
$router
.
push
({
name
:
"lesson"
,
query
:
t
})}},
showDia
:
function
(
n
,
e
){
var
t
=
this
;
n
.
open
?
Object
(
l
.
q
)(
"999999999"
,
n
.
id
,
n
.
ele_id
).
then
(
function
(
o
){
o
.
content
=
JSON
.
parse
(
o
.
content
),
t
.
thisLesson
=
o
,
t
.
thisLesson
.
id
=
n
.
ele_id
.
toString
(),
t
.
thisLesson
.
categoryId
=
n
.
id
,
t
.
thisLesson
.
domTitle
=
n
.
name
,
t
.
thisLesson
.
day
=
e
,
t
.
thisLesson
.
star_num
=
n
.
star_num
,
t
.
popupVisible
=!
0
;
var
a
=
{
periods_id
:
"999999999"
,
category_id
:
t
.
thisLesson
.
categoryId
,
elementId
:
t
.
thisLesson
.
id
,
course_type
:
t
.
shopType
,
parent_category_id
:
t
.
parent_category_id
};
t
.
$store
.
dispatch
(
"setClassQuery"
,
a
),
sessionStorage
.
setItem
(
"classQuery"
,
i
()(
a
)),
t
.
$sa
.
track
(
"selectElement"
,{
elementID
:
n
.
ele_id
.
toString
(),
dayModule
:
n
.
name
.
slice
(
0
,
9
),
weekName
:
n
.
name
.
slice
(
10
,
n
.
name
.
length
),
elementName
:
n
.
name
.
slice
(
0
,
9
)
+
"-"
+
n
.
name
.
slice
(
10
,
n
.
name
.
length
),
goodsID
:
t
.
goodsID
,
classID
:
t
.
classID
,
courseID
:
t
.
course_id
.
toString
()})}):
Object
(
A
.
a
)(
"课程还未解锁哦"
)},
scroll_to
:
function
(
n
){
for
(
var
e
=
n
-
200
,
t
=
function
(
n
){
var
t
=
document
.
documentElement
.
scrollTop
|
document
.
body
.
scrollTop
,
o
=
t
-
e
;
setTimeout
(
function
(){
document
.
documentElement
.
scrollTop
=
t
-
o
/
30
*
n
,
document
.
body
.
scrollTop
=
t
-
o
/
30
*
n
},
10
*
n
)},
o
=
0
;
o
<
30
;
o
++
)
t
(
o
)},
leftTimer
:
function
(){
this
.
couponInfo
.
coupon_list
.
length
&&
(
this
.
deadline
=
this
.
couponInfo
.
coupon_list
[
0
].
deadline_at
);
var
n
=
new
Date
(
this
.
deadline
.
replace
(
/
\-
/g
,
"/"
))
-
new
Date
,
e
=
parseInt
(
n
/
1
e3
/
60
/
60
,
10
),
t
=
parseInt
(
n
/
1
e3
/
60
%
60
,
10
),
o
=
parseInt
(
n
/
1
e3
%
60
,
10
);
e
=
this
.
checkTime
(
e
),
t
=
this
.
checkTime
(
t
),
o
=
this
.
checkTime
(
o
),
this
.
h
=
e
>
0
?
e
:
"00"
,
this
.
m
=
t
>
0
?
t
:
"00"
,
this
.
s
=
o
>
0
?
o
:
"00"
,
window
.
setTimeout
(
this
.
leftTimer
,
1
e3
)},
checkTime
:
function
(
n
){
return
n
<
10
&&
(
n
=
"0"
+
n
),
n
},
goToBuyPage
:
function
(){
var
n
=
this
;
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
shadowbox
);
var
e
=
{
goods_id
:
this
.
userCourse
.
can_buy_goods_id
[
0
]};
window
.
location
.
href
.
indexOf
(
"gdt_vid"
)
>-
1
&&
(
e
.
gdt_vid
=
this
.
$route
.
query
.
gdt_vid
),
window
.
location
.
href
.
indexOf
(
"cct_user_id"
)
>-
1
&&
(
e
.
cct_user_id
=
this
.
$route
.
query
.
cct_user_id
),
Object
(
l
.
L
)(
e
).
then
(
function
(
t
){
if
(
t
.
out_trade_no
&&!
t
.
appId
)
2
!==
n
.
groupDetail
.
goods_type
||
n
.
type
?
4
===
n
.
groupDetail
.
goods_type
?
n
.
$router
.
push
({
name
:
"saleSuccess"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}}):
n
.
$router
.
push
({
name
:
"buySuccess"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}}):
n
.
$router
.
push
({
name
:
"success"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}});
else
{
var
o
=
n
;
n
.
orderNo
=
t
.
out_trade_no
,
n
.
jsApiParameters
=
t
,
wx
.
miniProgram
.
getEnv
(
function
(
n
){
if
(
n
.
miniprogram
){
var
t
=
encodeURIComponent
(
i
()(
e
));
wx
.
miniProgram
.
navigateTo
({
url
:
"pages/wxPay/main?payParam="
+
t
})}
else
"undefined"
==
typeof
WeixinJSBridge
?
document
.
addEventListener
?
document
.
addEventListener
(
"WeixinJSBridgeReady"
,
o
.
jsApiCall
,
!
1
):
document
.
attachEvent
&&
(
document
.
attachEvent
(
"WeixinJSBridgeReady"
,
o
.
jsApiCall
),
document
.
attachEvent
(
"onWeixinJSBridgeReady"
,
o
.
jsApiCall
)):
o
.
jsApiCall
()})}}).
catch
(
function
(
n
){})},
jsApiCall
:
function
(){
var
n
=
this
;
WeixinJSBridge
.
invoke
(
"getBrandWCPayRequest"
,
n
.
jsApiParameters
,
function
(
e
){
"get_brand_wcpay_request:ok"
===
e
.
err_msg
&&
(
Object
(
A
.
a
)(
"支付成功"
),
setTimeout
(
function
(){
Object
(
l
.
i
)().
then
(
function
(
e
){
localStorage
.
setItem
(
"userCourse"
,
""
),
n
.
userCourse
=
s
()({},
e
),
localStorage
.
setItem
(
"userCourse"
,
i
()(
n
.
userCourse
)),
n
.
initPage
()})},
1
e3
)),
e
.
err_msg
,
e
.
err_msg
})}}},
D
=
function
(){
var
n
=
this
,
e
=
n
.
$createElement
,
t
=
n
.
_self
.
_c
||
e
;
return
t
(
"div"
,[
t
(
"van-actionsheet"
,{
attrs
:{
actions
:
n
.
actions
},
on
:{
select
:
n
.
onSelect
},
model
:{
value
:
n
.
actionsheetShow
,
callback
:
function
(
e
){
n
.
actionsheetShow
=
e
},
expression
:
"actionsheetShow"
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"course_title"
,
on
:{
click
:
function
(
e
){
n
.
actionsheetShow
=!
0
}}},[
n
.
_v
(
"
\n
"
+
n
.
_s
(
n
.
secActions
.
name
)
+
"
\n
"
),
t
(
"i"
,{
staticClass
:
"iconfont icon-below-s"
})]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"lesson-block"
},[
n
.
lessonList1
.
length
?
t
(
"div"
,{
staticClass
:
"card-block"
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
lessonList1
[
0
].
cover
+
"?imageslim"
}}),
n
.
_v
(
" "
),
n
.
_l
(
n
.
lessonList1
,
function
(
e
,
o
){
return
t
(
"div"
,{
class
:
"card-li cid"
+
e
.
id
,
on
:{
click
:
function
(
t
){
n
.
showDia
(
e
,
o
+
1
)}}},[
t
(
"div"
,{
class
:{
textblock
:
!
0
,
gray
:
!
e
.
open
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
_f
(
"substr10"
)(
e
.
name
)))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
open
?
t
(
"span"
,[
n
.
_v
(
"快去听课吧~"
)]):
n
.
_e
(),
n
.
_v
(
" "
),
e
.
open
?
n
.
_e
():
t
(
"span"
,[
n
.
_v
(
"学完上节课得2颗星后即可解锁~"
)])])]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"star-block"
},[
n
.
_l
(
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_act
}})}),
n
.
_v
(
" "
),
n
.
_l
(
3
-
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_def
}})})],
2
),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"icon-block"
},[
t
(
"i"
,{
class
:{
map
:
!
0
,
right
:
e
.
open
,
clock
:
!
e
.
open
}})])])})],
2
):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
couponInfo
.
coupon_list
&&
n
.
couponInfo
.
coupon_list
.
length
&&
n
.
lessonList2
.
length
&&!
n
.
userCourse
.
periods_list
?
t
(
"div"
,{
ref
:
"couponBox"
,
staticClass
:
"couponBox"
,
on
:{
click
:
n
.
tobuy
}},[
t
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
n
.
couponBg
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"content"
},[
"0000-00-00 00:00:00"
!=
n
.
couponInfo
.
coupon_list
[
0
].
deadline_at
?
t
(
"div"
,{
staticClass
:
"top"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
"
\n
恭喜您获得
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
coupon_list
[
0
].
money
/
100
)
+
"元"
)]),
n
.
_v
(
" 抵用券
\n
"
)]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"text-content last"
},[
n
.
_v
(
"
\n
剩余
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
h
))]),
n
.
_v
(
":
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
m
))]),
n
.
_v
(
":
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
s
))]),
n
.
_v
(
"
\n
到期
\n
"
)])]):
n
.
_e
(),
n
.
_v
(
" "
),
"0000-00-00 00:00:00"
==
n
.
couponInfo
.
coupon_list
[
0
].
deadline_at
?
t
(
"div"
,{
staticClass
:
"top untime"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
"
\n
恭喜您获得
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
coupon_list
[
0
].
money
/
100
)
+
"元"
)]),
n
.
_v
(
" 抵用券
\n
"
)])]):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"bottom"
},[
t
(
"img"
,{
staticClass
:
"logo"
,
attrs
:{
src
:
n
.
couponInfo
.
goods_desc
.
img
[
0
].
url
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"center"
},[
t
(
"p"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
goods_desc
.
course_title
))]),
n
.
_v
(
" "
),
t
(
"p"
,{
staticClass
:
"tip"
},[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
goods_desc
.
tips
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"price"
},[
n
.
_v
(
"
\n
券后价
\n
"
),
t
(
"span"
,{
staticClass
:
"now"
},[
n
.
_v
(
"¥"
+
n
.
_s
((
n
.
couponInfo
.
current_price
-
n
.
couponInfo
.
coupon_list
[
0
].
money
)
/
100
))]),
n
.
_v
(
"
\n
"
),
t
(
"span"
,{
staticClass
:
"old"
},[
n
.
_v
(
"¥"
+
n
.
_s
(
n
.
couponInfo
.
current_price
/
100
))])])]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"btn"
},[
n
.
_v
(
"立即抢"
)])])])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
lessonList2
.
length
>
0
&&
n
.
card2
?
t
(
"div"
,{
staticClass
:
"card-block card2"
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
lessonList2
[
0
].
cover
+
"?imageslim"
}}),
n
.
_v
(
" "
),
!
n
.
lessonList2
[
0
].
open
&&
n
.
oneGoodinfo
.
goods_desc
?
t
(
"div"
,{
ref
:
"shadowbox"
,
staticClass
:
"shadowbox"
,
on
:{
click
:
n
.
goToBuyPage
}},[
t
(
"div"
,{
staticClass
:
"shadow"
}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"p"
,[
n
.
_v
(
"更多课程福利"
)]),
n
.
_v
(
" "
),
t
(
"div"
,[
n
.
_v
(
"
\n
"
+
n
.
_s
(
n
.
oneGoodinfo
.
goods_desc
.
tips
)
+
"
\n
"
),
t
(
"span"
,[
n
.
_v
(
"1元解锁"
)])])])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
_l
(
n
.
lessonList2
,
function
(
e
,
o
){
return
t
(
"div"
,{
class
:
"card-li cid"
+
e
.
id
,
on
:{
click
:
function
(
t
){
n
.
showDia
(
e
,
o
+
1
)}}},[
t
(
"div"
,{
class
:{
textblock
:
!
0
,
gray
:
!
e
.
open
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
_f
(
"substr10"
)(
e
.
name
)))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
open
?
t
(
"span"
,[
n
.
_v
(
"快去听课吧~"
)]):
n
.
_e
(),
n
.
_v
(
" "
),
e
.
open
?
n
.
_e
():
t
(
"span"
,[
n
.
_v
(
"学完上节课得2颗星后即可解锁~"
)])])]),
n
.
_v
(
" "
),
null
!=
e
.
star_num
?
t
(
"div"
,{
staticClass
:
"star-block"
},[
n
.
_l
(
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_act
}})}),
n
.
_v
(
" "
),
n
.
_l
(
3
-
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_def
}})})],
2
):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"icon-block"
},[
t
(
"i"
,{
class
:{
map
:
!
0
,
right
:
e
.
open
,
clock
:
!
e
.
open
}})])])})],
2
):
n
.
_e
()]),
n
.
_v
(
" "
),
t
(
"van-popup"
,{
model
:{
value
:
n
.
popupVisible
,
callback
:
function
(
e
){
n
.
popupVisible
=
e
},
expression
:
"popupVisible"
}},[
n
.
thisLesson
?
t
(
"div"
,{
staticClass
:
"popup-block"
},[
t
(
"i"
,{
staticClass
:
"map close"
,
on
:{
click
:
function
(
e
){
n
.
popupVisible
=!
1
}}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"header"
,
style
:{
backgroundImage
:
"url("
+
n
.
diaBGI
+
")"
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
title
))]),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
t
(
"div"
,{
staticClass
:
"tips"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
content
))]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
n
.
_e
():
t
(
"div"
,{
staticClass
:
"tips"
},[
n
.
_v
(
"DAY "
+
n
.
_s
(
n
.
thisLesson
.
day
))])]),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"div"
,{
staticClass
:
"tips-title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title1
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"title-content"
},[
t
(
"ul"
,
n
.
_l
(
n
.
splitContent
,
function
(
e
){
return
t
(
"li"
,{
staticStyle
:{
"text-align"
:
"center"
}},[
n
.
_v
(
n
.
_s
(
e
))])}))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips-title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title2
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"title-content"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title2_content
))])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
n
.
_e
():
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"div"
,{
staticStyle
:{
color
:
"#cccccc"
,
padding
:
"21.3333vw 0"
,
"font-size"
:
"5.3333vw"
}},[
n
.
_v
(
"快去开始课程吧!"
)])]),
n
.
_v
(
" "
),
t
(
"div"
,[
t
(
"i"
,{
staticClass
:
"map goLesson"
,
on
:{
click
:
function
(
e
){
n
.
goDetail
()}}})])]):
n
.
_e
()]),
n
.
_v
(
" "
),
t
(
"van-popup"
,{
attrs
:{
position
:
"top"
,
overlay
:
!
0
},
model
:{
value
:
n
.
liuyucoolie
,
callback
:
function
(
e
){
n
.
liuyucoolie
=
e
},
expression
:
"liuyucoolie"
}},[
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"img"
,{
staticClass
:
"main"
,
attrs
:{
src
:
n
.
imgUrl
.
popup_img
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"textBox"
},[
t
(
"p"
,[
n
.
_v
(
"儿童节感恩回馈!"
)]),
n
.
_v
(
" "
),
t
(
"p"
,[
n
.
_v
(
"给宝贝送专属心意好礼!"
)])]),
n
.
_v
(
" "
),
t
(
"div"
,{
ref
:
"toActivity"
,
staticClass
:
"btn"
,
on
:{
click
:
n
.
toActivity
}},[
n
.
_v
(
"立即参与"
)])])]),
n
.
_v
(
" "
),
null
!=
n
.
userCourse
.
goods_id
&&
n
.
userCourse
.
goods_id
>
0
&&
n
.
liuyuActivity
?
t
(
"div"
,{
staticClass
:
"liuyiBtn"
,
on
:{
click
:
n
.
liuyiBtn
}},[
t
(
"img"
,{
attrs
:{
src
:
n
.
imgUrl
.
popup_btn
,
alt
:
""
}})]):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"bottom-tab"
)],
1
)};
D
.
_withStripped
=!
0
;
var
I
=
{
render
:
D
,
staticRenderFns
:[]},
q
=
I
;
var
S
=!
1
;
var
L
=
t
(
"VU/8"
)(
y
,
q
,
!
1
,
function
(
n
){
S
||
t
(
"BWo0"
)},
"data-v-2cd7ee6e"
,
null
);
L
.
options
.
__file
=
"src/components/map/secMap.vue"
;
e
.
default
=
L
.
exports
},
QkSs
:
function
(
n
,
e
){
n
.
exports
=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAZlBMVEVHcEz/xw7/yA7/xw//yAr/xw7/xw7/yg3/yh7/zCP/xxL/xg//xRD/xBD+42b+5XP+42P/2QX/5AH/0Ar+6IL/zAz/3gT/1Qj+64/+7Zz/213/8bP+76f/yA3/0DX/10z+3Tv+4U3sgkOvAAAADXRSTlMAOKQlCoJVbeT9xtS0QyjZWAAAAcZJREFUOMu9092agiAQBmB/UkADNVMJBfH+b3JnQGmLdtej/Q7M7H0GZqQk+YfkVZWfcRe6LPRyApJmnhtypuAMOVESCi7LiZK4QylP7JKI5SHlYxHkr4KPPX+UJArMssCl/b0kleDmGaT8tSRR0AiOBxpSP5a8pCWV0Ag6gJKS9BKJIquoWVVzv0PHCywt7/dms5ZVWVF6n2cgVgHEB2cDO5TH90asq6FZntRr24omxEnnns+EaNc6oUy1EOHTuMpYDn/H4I+tYjQhnNs2ooE5aDmHERScs/WbFPtyod7GNC+wHZCcWdiACHa/c9WmftCFHw9KtNsT+mx27CaAxTFILznXzFi7uVhrb7fbOHbd1BfPkXuph6Hvp24cb0dGrPjyKskuEXav8O2Vk6MkwiBh5ehokAPi2mMoGB+hEuGxtqMjtlJGsODPkp4C66YiglceSqL0maYsgjUPEqjDcO3r6HgfM3fDdHSCz16/wzRAbZQyvc8w6PxD0y7AMGZw0br81DRkVWplDK+o9H7A3pvmDFmW5xlSOIaQ97apXxaZ+8tdgRp8Vn9o2ihzTUN3lfEyhsxU6csgKsMiiHuso/dawlu47vdfuec6yFvvxuoAAAAASUVORK5CYII="
},
e2Pt
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/diaBG.5949dd1.png"
},
yM9O
:
function
(
n
,
e
,
t
){(
n
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
n
.
i
,
"
\n
.fl-r[data-v-2cd7ee6e] {
\n
float: right;
\n
}
\n
.main-block[data-v-2cd7ee6e] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.liuyiBtn[data-v-2cd7ee6e] {
\n
position: fixed;
\n
bottom: 28vw;
\n
right: 2.66666667vw;
\n
z-index: 2003;
\n
-webkit-animation-name: swing-data-v-2cd7ee6e;
\n
-webkit-animation-duration: 0.8s;
\n
-webkit-transform-origin: 50% 50%;
\n
-webkit-animation-timing-function: linear;
\n
-webkit-animation-iteration-count: 3;
\n
}
\n
.liuyiBtn img[data-v-2cd7ee6e] {
\n
width: 26.66666667vw;
\n
}
\n
@-webkit-keyframes swing-data-v-2cd7ee6e {
\n
10% {
\n
-webkit-transform: rotate(15deg);
\n
transform: rotate(15deg);
\n
}
\n
20% {
\n
-webkit-transform: rotate(-10deg);
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\n
-webkit-transform: rotate(5deg);
\n
transform: rotate(5deg);
\n
}
\n
40% {
\n
-webkit-transform: rotate(-5deg);
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\n
100% {
\n
-webkit-transform: rotate(0deg);
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.map[data-v-2cd7ee6e] {
\n
background: url('https://static-cdn.changchangenglish.com/new-sing/static/images/map.png') no-repeat;
\n
background-size: 36.26666667vw 55.2vw;
\n
}
\n
.defultStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 0;
\n
display: inline-block;
\n
}
\n
.right[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -5.33333333vw;
\n
display: inline-block;
\n
}
\n
.close[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: -2.93333333vw;
\n
right: -8.53333333vw;
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -10.66666667vw;
\n
display: inline-block;
\n
}
\n
.actStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -16vw;
\n
display: inline-block;
\n
}
\n
.clock[data-v-2cd7ee6e] {
\n
height: 7.46666667vw;
\n
width: 7.46666667vw;
\n
background-position: 0 -21.33333333vw;
\n
display: inline-block;
\n
}
\n
.money[data-v-2cd7ee6e] {
\n
height: 10.66666667vw;
\n
width: 10.66666667vw;
\n
background-position: 0 -28.8vw;
\n
display: inline-block;
\n
-webkit-animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
}
\n
.goLesson[data-v-2cd7ee6e] {
\n
height: 15.73333333vw;
\n
width: 36.26666667vw;
\n
background-position: 0 -39.46666667vw;
\n
display: inline-block;
\n
margin-top: 4vw;
\n
margin-bottom: 2.66666667vw;
\n
}
\n
.van-actionsheet .activit[data-v-2cd7ee6e] {
\n
color: yellowgreen;
\n
}
\n
.couponBox[data-v-2cd7ee6e] {
\n
padding: 0 5.06666667vw;
\n
position: relative;
\n
}
\n
.couponBox .bg[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.couponBox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
color: white;
\n
width: 90.4vw;
\n
}
\n
.couponBox .content .top[data-v-2cd7ee6e] {
\n
padding-left: 19.73333333vw;
\n
padding-top: 5.6vw;
\n
height: 12.8vw;
\n
}
\n
.couponBox .content .top .text-content[data-v-2cd7ee6e] {
\n
height: 5.06666667vw;
\n
line-height: 5.06666667vw;
\n
left: 50%;
\n
margin-top: 1.86666667vw;
\n
font-size: 4.53333333vw;
\n
}
\n
.couponBox .content .top .text-content.last[data-v-2cd7ee6e] {
\n
font-size: 12px;
\n
}
\n
.couponBox .content .top .text-content.last span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
background: #F83534;
\n
position: relative;
\n
width: 1.6em;
\n
height: 1.6em;
\n
line-height: 1.6em;
\n
border-radius: 3px;
\n
color: white;
\n
margin: 0 5px;
\n
font-size: 12px;
\n
text-align: center;
\n
}
\n
.couponBox .content .untime[data-v-2cd7ee6e] {
\n
padding: 8.53333333vw 0 10.66666667vw 19.73333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.couponBox .content .bottom[data-v-2cd7ee6e] {
\n
padding: 9.06666667vw 2.4vw 0 4.53333333vw;
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
}
\n
.couponBox .content .bottom .logo[data-v-2cd7ee6e] {
\n
width: 18.66666667vw;
\n
height: 18.66666667vw;
\n
}
\n
.couponBox .content .bottom .center[data-v-2cd7ee6e] {
\n
width: 36vw;
\n
}
\n
.couponBox .content .bottom .center p[data-v-2cd7ee6e] {
\n
width: 41.33333333vw;
\n
overflow: hidden;
\n
text-overflow: ellipsis;
\n
white-space: nowrap;
\n
}
\n
.couponBox .content .bottom .center .tip[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
line-height: 6.4vw;
\n
}
\n
.couponBox .content .bottom .center .price[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 1.6vw;
\n
}
\n
.couponBox .content .bottom .center .price .now[data-v-2cd7ee6e] {
\n
font-size: 4vw;
\n
}
\n
.couponBox .content .bottom .center .price .old[data-v-2cd7ee6e] {
\n
text-decoration: line-through;
\n
font-size: 3.2vw;
\n
}
\n
.couponBox .content .bottom .btn[data-v-2cd7ee6e] {
\n
border-radius: 4vw;
\n
width: 18.66666667vw;
\n
height: 8vw;
\n
background: #FF4F59;
\n
margin-top: 10.66666667vw;
\n
line-height: 8vw;
\n
text-align: center;
\n
font-size: 3.46666667vw;
\n
}
\n
.unStart[data-v-2cd7ee6e] {
\n
text-align: center;
\n
}
\n
.unStart img[data-v-2cd7ee6e] {
\n
width: 80vw;
\n
}
\n
.unStart p[data-v-2cd7ee6e] {
\n
line-height: 22px;
\n
font-size: 16px;
\n
color: #666666;
\n
}
\n
.unStart div[data-v-2cd7ee6e] {
\n
width: 66.66666667vw;
\n
height: 10.66666667vw;
\n
line-height: 10.66666667vw;
\n
background: #40A9FF;
\n
color: white;
\n
border-radius: 5.33333333vw;
\n
margin-top: 19.2vw;
\n
}
\n
.noLesson[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw;
\n
text-align: center;
\n
}
\n
.noLesson img[data-v-2cd7ee6e] {
\n
width: 80%;
\n
}
\n
.btn-conntent[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.line[data-v-2cd7ee6e] {
\n
position: absolute;
\n
right: 0;
\n
width: 1px;
\n
background: #eeeeee;
\n
top: 4vw;
\n
bottom: 4vw;
\n
}
\n
.lesson-block-hp[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.course_title[data-v-2cd7ee6e] {
\n
font-size: 20px;
\n
padding: 2.66666667vw 5.33333333vw;
\n
position: fixed;
\n
top: 0;
\n
width: 100%;
\n
background: white;
\n
z-index: 1000;
\n
border-bottom: 1px solid #eeeeee;
\n
}
\n
.unit-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
width: 100%;
\n
position: fixed;
\n
background: white;
\n
z-index: 2;
\n
top: 0;
\n
left: 0;
\n
}
\n
.unit-block .banner2[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.unit-block .unit-li[data-v-2cd7ee6e] {
\n
width: 18.13333333vw;
\n
text-align: center;
\n
margin-top: 2.6666vw;
\n
height: 16vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0vw 0vw;
\n
font-size: 2.66666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
padding-top: 3.2vw;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.unit-block .unit-li img[data-v-2cd7ee6e] {
\n
width: 7.46666667vw;
\n
height: 7.46666667vw;
\n
}
\n
.unit-block .unit-li.active[data-v-2cd7ee6e] {
\n
background: #60ADF0;
\n
color: #ffffff;
\n
}
\n
.lesson-block[data-v-2cd7ee6e] {
\n
width: 100%;
\n
margin-top: 10.66666667vw;
\n
padding-bottom: 13.33333333vw;
\n
overflow: auto;
\n
-webkit-overflow-scrolling: touch;
\n
}
\n
.lesson-block .card-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
margin: 5.33333333vw;
\n
border-radius: 2.13333333vw;
\n
overflow: hidden;
\n
position: relative;
\n
}
\n
.lesson-block .card-block .shadowbox[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
width: 100% ;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .shadow[data-v-2cd7ee6e] {
\n
background: rgba(0, 0, 0, 0.6);
\n
position: absolute;
\n
width: 100% ;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
width: 100% ;
\n
z-index: 1;
\n
color: white;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content p[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 13.6vw;
\n
margin-left: 5.06666667vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div[data-v-2cd7ee6e] {
\n
font-size: 4.53333333vw;
\n
margin: 2.66666667vw;
\n
border: 1px solid white;
\n
border-radius: 5.06666667vw;
\n
width: 83.46666667vw;
\n
height: 10.13333333vw;
\n
line-height: 10.13333333vw;
\n
text-indent: 2.4vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
width: 20.26666667vw;
\n
height: 10.13333333vw;
\n
background: #FF4F59;
\n
float: right;
\n
border-radius: 5.06666667vw;
\n
}
\n
.lesson-block .card-block img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
height: 37.33333333vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
}
\n
.lesson-block .card-block .card-li[data-v-2cd7ee6e] {
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
margin: auto;
\n
padding: 2.66666667vw;
\n
position: relative;
\n
border-bottom: 0.26666667vw solid #EEEEEE;
\n
}
\n
.lesson-block .card-block .card-li .text-block[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .textblock[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .star-block img[data-v-2cd7ee6e] {
\n
width: 5.33333333vw;
\n
height: 5.33333333vw;
\n
margin-left: 0.8vw;
\n
}
\n
.lesson-block .card-block .card-li .icon-block[data-v-2cd7ee6e] {
\n
margin: auto 0;
\n
width: 8vw;
\n
text-align: center;
\n
}
\n
.lesson-block .card-block .card-li .clock-block[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
left: 0;
\n
bottom: 0;
\n
right: 0;
\n
background: rgba(255, 255, 255, 0.8);
\n
text-align: center;
\n
font-size: 3.2vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #999999;
\n
padding: 2.66666667vw;
\n
}
\n
.lesson-block .card-block .card-li .title[data-v-2cd7ee6e] {
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #000000;
\n
line-height: 7.46666667vw;
\n
}
\n
.lesson-block .card-block .card-li .tips[data-v-2cd7ee6e] {
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
min-width: 45.33333333vw;
\n
overflow: hidden;
\n
white-space: nowrap;
\n
text-overflow: ellipsis;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.lesson-block .card-block .gray .title[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.lesson-block .card-block .gray .tips[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.nounit[data-v-2cd7ee6e] {
\n
margin-top: 10.66666667vw;
\n
}
\n
.popup-block[data-v-2cd7ee6e] {
\n
text-align: center;
\n
background: white;
\n
border-radius: 2.13333333vw;
\n
width: 73.6vw;
\n
}
\n
.popup-block .header[data-v-2cd7ee6e] {
\n
width: 73.6vw;
\n
height: 36.53333333vw;
\n
padding-top: 9.6vw;
\n
background-size: 100% 100%;
\n
position: relative;
\n
}
\n
.popup-block .header .title[data-v-2cd7ee6e] {
\n
text-align: center;
\n
font-size: 6.4vw;
\n
font-family: Helvetica-Bold;
\n
font-weight: bold;
\n
padding: 0 5.33333333vw;
\n
color: #ffffff;
\n
line-height: 6.93333333vw;
\n
}
\n
.popup-block .header .tips[data-v-2cd7ee6e] {
\n
width: 24.53333333vw;
\n
height: 9.6vw;
\n
background: rgba(0, 0, 0, 0.2);
\n
text-align: center;
\n
border-radius: 1.06666667vw;
\n
position: absolute;
\n
left: 50%;
\n
margin-left: -12.26666667vw;
\n
bottom: 5.33333333vw;
\n
line-height: 9.6vw;
\n
font-size: 4.26666667vw;
\n
font-family: PingFang-SC-Bold;
\n
font-weight: bold;
\n
color: #ffffff;
\n
}
\n
.popup-block .content[data-v-2cd7ee6e] {
\n
padding-top: 3.73333333vw;
\n
}
\n
.popup-block .content .tips-title[data-v-2cd7ee6e] {
\n
height: 6.66666667vw;
\n
width: -webkit-fit-content;
\n
width: -moz-fit-content;
\n
width: fit-content;
\n
margin: 3.2vw auto 2.66666667vw auto;
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #91edfa;
\n
line-height: 6.66666667vw;
\n
display: block;
\n
border-radius: 266.66666667vw;
\n
padding: 0.8vw 4.8vw;
\n
border: 0.53333333vw solid #91EDFA;
\n
}
\n
.popup-block .content .title-content[data-v-2cd7ee6e] {
\n
word-break: break-all;
\n
padding: 0 4.8vw;
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 4.53333333vw;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e] {
\n
margin: 0;
\n
padding: 0;
\n
font-size: 3.73333333vw;
\n
height: 15.46666667vw;
\n
overflow: hidden;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
list-style-type: none;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
.popup-block .content .title-content ul li[data-v-2cd7ee6e] {
\n
width: 50%;
\n
float: left;
\n
text-align: left;
\n
}
\n
@-webkit-keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@-webkit-keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
@keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/map/secMap.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,gBAAgB;EAChB,aAAa;EACb,oBAAoB;EACpB,cAAc;EACd,8CAA8C;EAC9C,iCAAiC;EACjC,kCAAkC;EAClC,0CAA0C;EAC1C,qCAAqC;CACtC;AACD;EACE,qBAAqB;CACtB;AACD;AACA;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;IACI,kCAAkC;YAC1B,0BAA0B;CACrC;AACD;IACI,gCAAgC;YACxB,wBAAwB;CACnC;AACD;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;;IAEI,gCAAgC;YACxB,wBAAwB;CACnC;CACA;AACD;EACE,qGAAqG;EACrG,sCAAsC;CACvC;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,yBAAyB;EACzB,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,qCAAqC;EACrC,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,mBAAmB;EACnB,qBAAqB;EACrB,qBAAqB;EACrB,oBAAoB;EACpB,sCAAsC;EACtC,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,6BAA6B;EAC7B,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,sCAAsC;EACtC,sBAAsB;CACvB;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,+BAA+B;EAC/B,sBAAsB;EACtB,qDAAqD;UAC7C,6CAA6C;CACtD;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,sCAAsC;EACtC,sBAAsB;EACtB,gBAAgB;EAChB,4BAA4B;CAC7B;AACD;EACE,mBAAmB;CACpB;AACD;EACE,wBAAwB;EACxB,mBAAmB;CACpB;AACD;EACE,YAAY;CACb;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,aAAa;EACb,cAAc;CACf;AACD;EACE,4BAA4B;EAC5B,mBAAmB;EACnB,eAAe;CAChB;AACD;EACE,qBAAqB;EACrB,0BAA0B;EAC1B,UAAU;EACV,yBAAyB;EACzB,wBAAwB;CACzB;AACD;EACE,gBAAgB;CACjB;AACD;EACE,sBAAsB;EACtB,oBAAoB;EACpB,mBAAmB;EACnB,aAAa;EACb,cAAc;EACd,mBAAmB;EACnB,mBAAmB;EACnB,aAAa;EACb,cAAc;EACd,gBAAgB;EAChB,mBAAmB;CACpB;AACD;EACE,oDAAoD;EACpD,+BAA+B;UACvB,uBAAuB;CAChC;AACD;EACE,2CAA2C;EAC3C,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,sBAAsB;EACtB,0BAA0B;MACtB,uBAAuB;UACnB,+BAA+B;CACxC;AACD;EACE,qBAAqB;EACrB,sBAAsB;CACvB;AACD;EACE,YAAY;CACb;AACD;EACE,qBAAqB;EACrB,iBAAiB;EACjB,wBAAwB;EACxB,oBAAoB;CACrB;AACD;EACE,iBAAiB;EACjB,mBAAmB;CACpB;AACD;EACE,iBAAiB;EACjB,kBAAkB;CACnB;AACD;EACE,eAAe;CAChB;AACD;EACE,8BAA8B;EAC9B,iBAAiB;CAClB;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,YAAY;EACZ,oBAAoB;EACpB,0BAA0B;EAC1B,iBAAiB;EACjB,mBAAmB;EACnB,wBAAwB;CACzB;AACD;EACE,mBAAmB;CACpB;AACD;EACE,YAAY;CACb;AACD;EACE,kBAAkB;EAClB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,qBAAqB;EACrB,sBAAsB;EACtB,2BAA2B;EAC3B,oBAAoB;EACpB,aAAa;EACb,4BAA4B;EAC5B,mBAAmB;CACpB;AACD;EACE,qBAAqB;EACrB,mBAAmB;CACpB;AACD;EACE,WAAW;CACZ;AACD;EACE,cAAc;CACf;AACD;EACE,mBAAmB;EACnB,SAAS;EACT,WAAW;EACX,oBAAoB;EACpB,SAAS;EACT,YAAY;CACb;AACD;EACE,cAAc;CACf;AACD;EACE,gBAAgB;EAChB,mCAAmC;EACnC,gBAAgB;EAChB,OAAO;EACP,YAAY;EACZ,kBAAkB;EAClB,cAAc;EACd,iCAAiC;CAClC;AACD;EACE,+EAA+E;UACvE,uEAAuE;EAC/E,YAAY;EACZ,gBAAgB;EAChB,kBAAkB;EAClB,WAAW;EACX,OAAO;EACP,QAAQ;CACT;AACD;EACE,cAAc;CACf;AACD;EACE,qBAAqB;EACrB,mBAAmB;EACnB,qBAAqB;EACrB,aAAa;EACb,iDAAiD;EACjD,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,mBAAmB;EACnB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,oBAAoB;EACpB,qBAAqB;CACtB;AACD;EACE,oBAAoB;EACpB,eAAe;CAChB;AACD;EACE,YAAY;EACZ,0BAA0B;EAC1B,8BAA8B;EAC9B,eAAe;EACf,kCAAkC;CACnC;AACD;EACE,yFAAyF;UACjF,iFAAiF;EACzF,qBAAqB;EACrB,4BAA4B;EAC5B,iBAAiB;EACjB,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,aAAa;EACb,sBAAsB;CACvB;AACD;EACE,+BAA+B;EAC/B,mBAAmB;EACnB,aAAa;EACb,6CAA6C;EAC7C,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,aAAa;EACb,sBAAsB;CACvB;AACD;EACE,iBAAiB;EACjB,mBAAmB;EACnB,0BAA0B;CAC3B;AACD;EACE,wBAAwB;EACxB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,qBAAqB;EACrB,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,sBAAsB;EACtB,oBAAoB;EACpB,aAAa;EACb,4BAA4B;CAC7B;AACD;EACE,YAAY;EACZ,sBAAsB;EACtB,6CAA6C;CAC9C;AACD;EACE,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,sBAAsB;EACtB,0BAA0B;MACtB,uBAAuB;UACnB,+BAA+B;EACvC,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,0CAA0C;CAC3C;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;CACpB;AACD;EACE,eAAe;EACf,WAAW;EACX,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,QAAQ;EACR,UAAU;EACV,SAAS;EACT,qCAAqC;EACrC,mBAAmB;EACnB,iBAAiB;EACjB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,sBAAsB;CACvB;AACD;EACE,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,wBAAwB;EACxB,gCAAgC;EAChC,iBAAiB;EACjB,yBAAyB;EACzB,iBAAiB;EACjB,oBAAoB;EACpB,wBAAwB;EACxB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,0BAA0B;CAC3B;AACD;EACE,mBAAmB;EACnB,kBAAkB;EAClB,4BAA4B;EAC5B,cAAc;CACf;AACD;EACE,cAAc;EACd,sBAAsB;EACtB,mBAAmB;EACnB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,iBAAiB;EACjB,4BAA4B;EAC5B,kBAAkB;EAClB,wBAAwB;EACxB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,qBAAqB;EACrB,cAAc;EACd,+BAA+B;EAC/B,mBAAmB;EACnB,4BAA4B;EAC5B,mBAAmB;EACnB,UAAU;EACV,4BAA4B;EAC5B,qBAAqB;EACrB,mBAAmB;EACnB,wBAAwB;EACxB,8BAA8B;EAC9B,kBAAkB;EAClB,eAAe;CAChB;AACD;EACE,0BAA0B;CAC3B;AACD;EACE,qBAAqB;EACrB,2BAA2B;EAC3B,wBAAwB;EACxB,mBAAmB;EACnB,qCAAqC;EACrC,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;EAC1B,eAAe;EACf,8BAA8B;EAC9B,qBAAqB;EACrB,mCAAmC;CACpC;AACD;EACE,sBAAsB;EACtB,iBAAiB;EACjB,wBAAwB;EACxB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,UAAU;EACV,WAAW;EACX,wBAAwB;EACxB,sBAAsB;EACtB,iBAAiB;EACjB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;EAC1B,sBAAsB;CACvB;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,WAAW;EACX,YAAY;EACZ,iBAAiB;CAClB;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA"
,
file
:
"secMap.vue"
,
sourcesContent
:[
"
\n
.fl-r[data-v-2cd7ee6e] {
\n
float: right;
\n
}
\n
.main-block[data-v-2cd7ee6e] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.liuyiBtn[data-v-2cd7ee6e] {
\n
position: fixed;
\n
bottom: 28vw;
\n
right: 2.66666667vw;
\n
z-index: 2003;
\n
-webkit-animation-name: swing-data-v-2cd7ee6e;
\n
-webkit-animation-duration: 0.8s;
\n
-webkit-transform-origin: 50% 50%;
\n
-webkit-animation-timing-function: linear;
\n
-webkit-animation-iteration-count: 3;
\n
}
\n
.liuyiBtn img[data-v-2cd7ee6e] {
\n
width: 26.66666667vw;
\n
}
\n
@-webkit-keyframes swing-data-v-2cd7ee6e {
\n
10% {
\n
-webkit-transform: rotate(15deg);
\n
transform: rotate(15deg);
\n
}
\n
20% {
\n
-webkit-transform: rotate(-10deg);
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\n
-webkit-transform: rotate(5deg);
\n
transform: rotate(5deg);
\n
}
\n
40% {
\n
-webkit-transform: rotate(-5deg);
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\n
100% {
\n
-webkit-transform: rotate(0deg);
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.map[data-v-2cd7ee6e] {
\n
background: url('https://static-cdn.changchangenglish.com/new-sing/static/images/map.png') no-repeat;
\n
background-size: 36.26666667vw 55.2vw;
\n
}
\n
.defultStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 0;
\n
display: inline-block;
\n
}
\n
.right[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -5.33333333vw;
\n
display: inline-block;
\n
}
\n
.close[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: -2.93333333vw;
\n
right: -8.53333333vw;
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -10.66666667vw;
\n
display: inline-block;
\n
}
\n
.actStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -16vw;
\n
display: inline-block;
\n
}
\n
.clock[data-v-2cd7ee6e] {
\n
height: 7.46666667vw;
\n
width: 7.46666667vw;
\n
background-position: 0 -21.33333333vw;
\n
display: inline-block;
\n
}
\n
.money[data-v-2cd7ee6e] {
\n
height: 10.66666667vw;
\n
width: 10.66666667vw;
\n
background-position: 0 -28.8vw;
\n
display: inline-block;
\n
-webkit-animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
}
\n
.goLesson[data-v-2cd7ee6e] {
\n
height: 15.73333333vw;
\n
width: 36.26666667vw;
\n
background-position: 0 -39.46666667vw;
\n
display: inline-block;
\n
margin-top: 4vw;
\n
margin-bottom: 2.66666667vw;
\n
}
\n
.van-actionsheet .activit[data-v-2cd7ee6e] {
\n
color: yellowgreen;
\n
}
\n
.couponBox[data-v-2cd7ee6e] {
\n
padding: 0 5.06666667vw;
\n
position: relative;
\n
}
\n
.couponBox .bg[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.couponBox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
color: white;
\n
width: 90.4vw;
\n
}
\n
.couponBox .content .top[data-v-2cd7ee6e] {
\n
padding-left: 19.73333333vw;
\n
padding-top: 5.6vw;
\n
height: 12.8vw;
\n
}
\n
.couponBox .content .top .text-content[data-v-2cd7ee6e] {
\n
height: 5.06666667vw;
\n
line-height: 5.06666667vw;
\n
left: 50%;
\n
margin-top: 1.86666667vw;
\n
font-size: 4.53333333vw;
\n
}
\n
.couponBox .content .top .text-content.last[data-v-2cd7ee6e] {
\n
font-size: 12px;
\n
}
\n
.couponBox .content .top .text-content.last span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
background: #F83534;
\n
position: relative;
\n
width: 1.6em;
\n
height: 1.6em;
\n
line-height: 1.6em;
\n
border-radius: 3px;
\n
color: white;
\n
margin: 0 5px;
\n
font-size: 12px;
\n
text-align: center;
\n
}
\n
.couponBox .content .untime[data-v-2cd7ee6e] {
\n
padding: 8.53333333vw 0 10.66666667vw 19.73333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.couponBox .content .bottom[data-v-2cd7ee6e] {
\n
padding: 9.06666667vw 2.4vw 0 4.53333333vw;
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
}
\n
.couponBox .content .bottom .logo[data-v-2cd7ee6e] {
\n
width: 18.66666667vw;
\n
height: 18.66666667vw;
\n
}
\n
.couponBox .content .bottom .center[data-v-2cd7ee6e] {
\n
width: 36vw;
\n
}
\n
.couponBox .content .bottom .center p[data-v-2cd7ee6e] {
\n
width: 41.33333333vw;
\n
overflow: hidden;
\n
text-overflow: ellipsis;
\n
white-space: nowrap;
\n
}
\n
.couponBox .content .bottom .center .tip[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
line-height: 6.4vw;
\n
}
\n
.couponBox .content .bottom .center .price[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 1.6vw;
\n
}
\n
.couponBox .content .bottom .center .price .now[data-v-2cd7ee6e] {
\n
font-size: 4vw;
\n
}
\n
.couponBox .content .bottom .center .price .old[data-v-2cd7ee6e] {
\n
text-decoration: line-through;
\n
font-size: 3.2vw;
\n
}
\n
.couponBox .content .bottom .btn[data-v-2cd7ee6e] {
\n
border-radius: 4vw;
\n
width: 18.66666667vw;
\n
height: 8vw;
\n
background: #FF4F59;
\n
margin-top: 10.66666667vw;
\n
line-height: 8vw;
\n
text-align: center;
\n
font-size: 3.46666667vw;
\n
}
\n
.unStart[data-v-2cd7ee6e] {
\n
text-align: center;
\n
}
\n
.unStart img[data-v-2cd7ee6e] {
\n
width: 80vw;
\n
}
\n
.unStart p[data-v-2cd7ee6e] {
\n
line-height: 22px;
\n
font-size: 16px;
\n
color: #666666;
\n
}
\n
.unStart div[data-v-2cd7ee6e] {
\n
width: 66.66666667vw;
\n
height: 10.66666667vw;
\n
line-height: 10.66666667vw;
\n
background: #40A9FF;
\n
color: white;
\n
border-radius: 5.33333333vw;
\n
margin-top: 19.2vw;
\n
}
\n
.noLesson[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw;
\n
text-align: center;
\n
}
\n
.noLesson img[data-v-2cd7ee6e] {
\n
width: 80%;
\n
}
\n
.btn-conntent[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.line[data-v-2cd7ee6e] {
\n
position: absolute;
\n
right: 0;
\n
width: 1px;
\n
background: #eeeeee;
\n
top: 4vw;
\n
bottom: 4vw;
\n
}
\n
.lesson-block-hp[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.course_title[data-v-2cd7ee6e] {
\n
font-size: 20px;
\n
padding: 2.66666667vw 5.33333333vw;
\n
position: fixed;
\n
top: 0;
\n
width: 100%;
\n
background: white;
\n
z-index: 1000;
\n
border-bottom: 1px solid #eeeeee;
\n
}
\n
.unit-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
width: 100%;
\n
position: fixed;
\n
background: white;
\n
z-index: 2;
\n
top: 0;
\n
left: 0;
\n
}
\n
.unit-block .banner2[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.unit-block .unit-li[data-v-2cd7ee6e] {
\n
width: 18.13333333vw;
\n
text-align: center;
\n
margin-top: 2.6666vw;
\n
height: 16vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0vw 0vw;
\n
font-size: 2.66666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
padding-top: 3.2vw;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.unit-block .unit-li img[data-v-2cd7ee6e] {
\n
width: 7.46666667vw;
\n
height: 7.46666667vw;
\n
}
\n
.unit-block .unit-li.active[data-v-2cd7ee6e] {
\n
background: #60ADF0;
\n
color: #ffffff;
\n
}
\n
.lesson-block[data-v-2cd7ee6e] {
\n
width: 100%;
\n
margin-top: 10.66666667vw;
\n
padding-bottom: 13.33333333vw;
\n
overflow: auto;
\n
-webkit-overflow-scrolling: touch;
\n
}
\n
.lesson-block .card-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
margin: 5.33333333vw;
\n
border-radius: 2.13333333vw;
\n
overflow: hidden;
\n
position: relative;
\n
}
\n
.lesson-block .card-block .shadowbox[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
width: 100% ;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .shadow[data-v-2cd7ee6e] {
\n
background: rgba(0, 0, 0, 0.6);
\n
position: absolute;
\n
width: 100% ;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
width: 100% ;
\n
z-index: 1;
\n
color: white;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content p[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 13.6vw;
\n
margin-left: 5.06666667vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div[data-v-2cd7ee6e] {
\n
font-size: 4.53333333vw;
\n
margin: 2.66666667vw;
\n
border: 1px solid white;
\n
border-radius: 5.06666667vw;
\n
width: 83.46666667vw;
\n
height: 10.13333333vw;
\n
line-height: 10.13333333vw;
\n
text-indent: 2.4vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
width: 20.26666667vw;
\n
height: 10.13333333vw;
\n
background: #FF4F59;
\n
float: right;
\n
border-radius: 5.06666667vw;
\n
}
\n
.lesson-block .card-block img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
height: 37.33333333vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
}
\n
.lesson-block .card-block .card-li[data-v-2cd7ee6e] {
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
margin: auto;
\n
padding: 2.66666667vw;
\n
position: relative;
\n
border-bottom: 0.26666667vw solid #EEEEEE;
\n
}
\n
.lesson-block .card-block .card-li .text-block[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .textblock[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .star-block img[data-v-2cd7ee6e] {
\n
width: 5.33333333vw;
\n
height: 5.33333333vw;
\n
margin-left: 0.8vw;
\n
}
\n
.lesson-block .card-block .card-li .icon-block[data-v-2cd7ee6e] {
\n
margin: auto 0;
\n
width: 8vw;
\n
text-align: center;
\n
}
\n
.lesson-block .card-block .card-li .clock-block[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
left: 0;
\n
bottom: 0;
\n
right: 0;
\n
background: rgba(255, 255, 255, 0.8);
\n
text-align: center;
\n
font-size: 3.2vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #999999;
\n
padding: 2.66666667vw;
\n
}
\n
.lesson-block .card-block .card-li .title[data-v-2cd7ee6e] {
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #000000;
\n
line-height: 7.46666667vw;
\n
}
\n
.lesson-block .card-block .card-li .tips[data-v-2cd7ee6e] {
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
min-width: 45.33333333vw;
\n
overflow: hidden;
\n
white-space: nowrap;
\n
text-overflow: ellipsis;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.lesson-block .card-block .gray .title[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.lesson-block .card-block .gray .tips[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.nounit[data-v-2cd7ee6e] {
\n
margin-top: 10.66666667vw;
\n
}
\n
.popup-block[data-v-2cd7ee6e] {
\n
text-align: center;
\n
background: white;
\n
border-radius: 2.13333333vw;
\n
width: 73.6vw;
\n
}
\n
.popup-block .header[data-v-2cd7ee6e] {
\n
width: 73.6vw;
\n
height: 36.53333333vw;
\n
padding-top: 9.6vw;
\n
background-size: 100% 100%;
\n
position: relative;
\n
}
\n
.popup-block .header .title[data-v-2cd7ee6e] {
\n
text-align: center;
\n
font-size: 6.4vw;
\n
font-family: Helvetica-Bold;
\n
font-weight: bold;
\n
padding: 0 5.33333333vw;
\n
color: #ffffff;
\n
line-height: 6.93333333vw;
\n
}
\n
.popup-block .header .tips[data-v-2cd7ee6e] {
\n
width: 24.53333333vw;
\n
height: 9.6vw;
\n
background: rgba(0, 0, 0, 0.2);
\n
text-align: center;
\n
border-radius: 1.06666667vw;
\n
position: absolute;
\n
left: 50%;
\n
margin-left: -12.26666667vw;
\n
bottom: 5.33333333vw;
\n
line-height: 9.6vw;
\n
font-size: 4.26666667vw;
\n
font-family: PingFang-SC-Bold;
\n
font-weight: bold;
\n
color: #ffffff;
\n
}
\n
.popup-block .content[data-v-2cd7ee6e] {
\n
padding-top: 3.73333333vw;
\n
}
\n
.popup-block .content .tips-title[data-v-2cd7ee6e] {
\n
height: 6.66666667vw;
\n
width: -webkit-fit-content;
\n
width: -moz-fit-content;
\n
width: fit-content;
\n
margin: 3.2vw auto 2.66666667vw auto;
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #91edfa;
\n
line-height: 6.66666667vw;
\n
display: block;
\n
border-radius: 266.66666667vw;
\n
padding: 0.8vw 4.8vw;
\n
border: 0.53333333vw solid #91EDFA;
\n
}
\n
.popup-block .content .title-content[data-v-2cd7ee6e] {
\n
word-break: break-all;
\n
padding: 0 4.8vw;
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 4.53333333vw;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e] {
\n
margin: 0;
\n
padding: 0;
\n
font-size: 3.73333333vw;
\n
height: 15.46666667vw;
\n
overflow: hidden;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
list-style-type: none;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
.popup-block .content .title-content ul li[data-v-2cd7ee6e] {
\n
width: 50%;
\n
float: left;
\n
text-align: left;
\n
}
\n
@-webkit-keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@-webkit-keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
@keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
"
],
sourceRoot
:
""
}])},
zH3V
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"nsZj"
),
i
=
(
t
.
n
(
o
),
t
(
"hW8u"
)),
a
=
(
t
.
n
(
i
),
t
(
"7YDQ"
));
t
.
n
(
a
)}});
\ No newline at end of file
dev/static/js/6.71f3619fc2cf472d5b4a.js
0 → 100644
View file @
0977f703
webpackJsonp
([
6
],{
"+4G6"
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"RfZZ"
),
i
=
t
(
"AA6R"
),
a
=
t
.
n
(
i
),
s
=
t
(
"o69Z"
),
A
=
t
(
"rhik"
),
c
=
t
(
"CsZI"
),
d
=
t
(
"+2ln"
),
r
=
t
(
"pIDD"
),
l
=
t
(
"qYlo"
),
C
=
Object
(
s
.
h
)(
"actionsheet"
),
v
=
C
[
0
],
B
=
C
[
1
];
function
p
(
n
,
e
,
t
,
o
){
var
i
=
e
.
title
,
s
=
e
.
cancelText
,
c
=
function
(){
Object
(
A
.
a
)(
o
,
"input"
,
!
1
),
Object
(
A
.
a
)(
o
,
"cancel"
)};
return
n
(
l
.
a
,
a
()([{
class
:
B
(),
attrs
:{
value
:
e
.
value
,
position
:
"bottom"
,
overlay
:
e
.
overlay
,
lazyRender
:
e
.
lazyRender
,
getContainer
:
e
.
getContainer
,
closeOnClickOverlay
:
e
.
closeOnClickOverlay
},
on
:{
input
:
function
(
n
){
Object
(
A
.
a
)(
o
,
"input"
,
n
)}}},
Object
(
A
.
b
)(
o
)]),[
i
?
n
(
"div"
,{
class
:[
B
(
"header"
),
"van-hairline--top-bottom"
]},[
i
,
n
(
d
.
a
,{
attrs
:{
name
:
"close"
},
class
:
B
(
"close"
),
on
:{
click
:
c
}})]):
e
.
actions
.
map
(
function
(
e
,
t
){
return
n
(
"div"
,{
class
:[
B
(
"item"
,{
disabled
:
e
.
disabled
||
e
.
loading
}),
e
.
className
,
"van-hairline--top"
],
on
:{
click
:
function
(
n
){
n
.
stopPropagation
(),
e
.
disabled
||
e
.
loading
||
(
e
.
callback
&&
e
.
callback
(
e
),
Object
(
A
.
a
)(
o
,
"select"
,
e
,
t
))}}},[
e
.
loading
?
n
(
r
.
a
,{
class
:
B
(
"loading"
),
attrs
:{
size
:
"20px"
}}):[
n
(
"span"
,{
class
:
B
(
"name"
)},[
e
.
name
]),
e
.
subname
&&
n
(
"span"
,{
class
:
B
(
"subname"
)},[
e
.
subname
])]])}),
t
.
default
&&
n
(
"div"
,{
class
:
B
(
"content"
)},[
t
.
default
()]),
s
&&
n
(
"div"
,{
class
:
B
(
"cancel"
),
on
:{
click
:
c
}},[
s
])])}
p
.
props
=
Object
(
o
.
a
)({},
c
.
a
.
props
,{
title
:
String
,
actions
:
Array
,
cancelText
:
String
,
overlay
:{
type
:
Boolean
,
default
:
!
0
},
closeOnClickOverlay
:{
type
:
Boolean
,
default
:
!
0
}}),
e
.
a
=
v
(
p
)},
"064q"
:
function
(
n
,
e
){
n
.
exports
=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAALVBMVEVHcEzm5ubl5eXo6Ojl5eXn5+fk5OTk5OTn5+fm5ubm5ubu7u7p6ens7Ozi4uK0qOZPAAAAC3RSTlMA/u5GimDaGA14ujRrE5cAAAGMSURBVCjPlZK/S8NQEMeDNdZuPiviEIqKqEMJcVA3EcFVWnDu0k1Uiu4i4uImuHQSJ0cH1/CGVN0ug1U7+HJD+ge8v8G7JC/VZvKGUj65H9/v3bOs/8dWu8im3WGnACe13i3AM63XCvBAx3PjrOxq0esUWsYQjDe90gLC9TF4rx2A13GVMSD2L//AClVjBL+bljf3YidExJW7TMD54aOrOZECRO1of5v2oDliB0KFIQRCx7ptUZYWIgCqVpQaiJoeWqfMnIRJDCMAEPNWi6xARP2UkhKpAwRVy2YryKN9n2eRsIZltWgwFyvf51QM30iSzV5Q+kkQjjwWukO6lZ8F4kuivsTCMyrx3Us9bbDFFCqsZtZLS2B64rNnFtIEk4kf+ZaaVJ/Br9ElR/Azh08GSvzOoSsMlP188ZqgYu/kx5ypxFAqXqiMvPxqyYHSHTXy18FwcMJfInPQKYYDzz6GMFIPGZyg1zGgMrsOCIsZvIhFL2lVqQMs5I9rtpv+u6kHM2b6atdIvl6+pd8frsIfkLbTcagAAAAASUVORK5CYII="
},
"1Uto"
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/mok4.4ffec77.png"
},
"7YDQ"
:
function
(
n
,
e
){},
BWo0
:
function
(
n
,
e
,
t
){
var
o
=
t
(
"yM9O"
);
"string"
==
typeof
o
&&
(
o
=
[[
n
.
i
,
o
,
""
]]),
o
.
locals
&&
(
n
.
exports
=
o
.
locals
);
t
(
"rjj0"
)(
"373c04d6"
,
o
,
!
1
,{})},
Ks8m
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/bg_coupon@2x.111f909.png"
},
NVDN
:
function
(
n
,
e
,
t
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
t
(
"mvHQ"
),
i
=
t
.
n
(
o
),
a
=
t
(
"woOf"
),
s
=
t
.
n
(
a
),
A
=
(
t
(
"eqfM"
),
t
(
"/QYm"
)),
c
=
t
(
"bOdI"
),
d
=
t
.
n
(
c
),
r
=
(
t
(
"zH3V"
),
t
(
"+4G6"
)),
l
=
t
(
"CCn6"
),
C
=
t
(
"QkSs"
),
v
=
t
.
n
(
C
),
B
=
t
(
"064q"
),
p
=
t
.
n
(
B
),
w
=
t
(
"e2Pt"
),
u
=
t
.
n
(
w
),
h
=
t
(
"Ks8m"
),
g
=
t
.
n
(
h
),
m
=
t
(
"1Uto"
),
b
=
t
.
n
(
m
),
f
=
t
(
"Jmy5"
),
E
=
t
(
"zSLJ"
),
k
=
(
t
(
"v2ns"
),
t
(
"7QTg"
)),
_
=
t
(
"2oJL"
),
x
=
t
(
"3xxH"
),
y
=
t
.
n
(
x
),
D
=
{
name
:
"mapDefault"
,
components
:
d
()({
swiper
:
k
.
swiper
,
swiperSlide
:
k
.
swiperSlide
,
bottomTab
:
_
.
a
},
r
.
a
.
name
,
r
.
a
),
data
:
function
(){
var
n
=
this
;
return
{
liuyucoolie
:
!
1
,
imgUrl
:
f
.
b
,
actions
:[],
secActions
:{},
actionsheetShow
:
!
1
,
star_act
:
v
.
a
,
star_def
:
p
.
a
,
shopType
:
this
.
$route
.
query
.
course_type
,
diaBGI
:
u
.
a
,
mok4
:
b
.
a
,
goodsID
:
""
,
themeName
:
""
,
course_id
:
""
,
push_time
:
""
,
course_name
:
""
,
periods_id
:
this
.
$route
.
query
.
periods_id
,
parent_category_id
:
this
.
$route
.
query
.
parent_category_id
,
unitList
:[],
more
:
!
1
,
errorURL
:
y
.
a
,
couponBg
:
g
.
a
,
popupVisible
:
!
1
,
lessonList
:[],
lessonList1
:[],
lessonList2
:[],
lesson
:
""
,
classID
:
""
,
noLesson
:
!
1
,
hpLessonList
:[],
thisLesson
:
null
,
card2
:
!
0
,
swiperOption
:{
width
:.
25
*
window
.
innerWidth
,
on
:{
slideChangeTransitionStart
:
function
(){
this
.
activeIndex
>=
n
.
swiper
.
slides
.
length
-
4
&&
n
.
more
&&
n
.
swiper
.
slidePrev
()},
resize
:
function
(){
this
.
params
.
width
=
.
25
*
window
.
innerWidth
,
this
.
update
(
!
0
)}},
pagination
:{
el
:
".swiper-pagination"
}},
swiperOption2
:{
slidesPerView
:
5
,
navigation
:{
nextEl
:
".banner-right"
,
prevEl
:
".banner-left"
},
on
:{
slideChangeTransitionStart
:
function
(){
this
.
activeIndex
==
n
.
swiper2
.
slides
.
length
-
5
&&
n
.
more
&&
n
.
swiper2
.
slidePrev
()}},
pagination
:{
el
:
".swiper-pagination"
}},
swiperOptionLesson
:{
slidesPerView
:
"auto"
,
spaceBetween
:
20
},
userCourse
:{
periods_list
:[]},
couponInfo
:{},
h
:
0
,
m
:
0
,
s
:
0
,
deadline
:
""
,
oneGoodinfo
:{},
liuyuActivity
:
!
0
}},
created
:
function
(){
A
.
a
.
loading
({
mask
:
!
0
,
message
:
""
}),
this
.
initPage
(),
this
.
$sa
.
track
(
"viewUnlocklessonpage"
,{})},
filters
:{
substr10
:
function
(
n
){
return
n
.
substr
(
5
,
4
)}},
computed
:{
swiper
:
function
(){
return
0
==
this
.
shopType
?
this
.
$refs
.
mySwiper
.
swiper
:
""
},
swiper2
:
function
(){
return
0
==
this
.
shopType
?
this
.
$refs
.
mySwiper2
.
swiper
:
""
},
swiperLesson
:
function
(){
return
this
.
$refs
.
mySwiperLesson
.
swiper
},
splitContent
:
function
(){
var
n
=
[];
return
this
.
thisLesson
.
content
.
tips
.
title1_content
&&
(
n
=
this
.
thisLesson
.
content
.
tips
.
title1_content
.
split
(
"
\n
"
)),
n
}},
methods
:{
toActivity
:
function
(){
this
.
$router
.
push
({
name
:
"liuyi"
,
query
:{}})},
liuyiBtn
:
function
(){
this
.
$router
.
push
({
name
:
"liuyi"
,
query
:{}})},
initPage
:
function
(){
var
n
=
this
;
if
(
Date
.
parse
(
new
Date
)
>
Date
.
parse
(
new
Date
(
"2019-6-4 00:00:00"
))
&&
(
this
.
liuyuActivity
=!
1
),
sessionStorage
.
setItem
(
"frist"
,
!
0
),
localStorage
.
getItem
(
"userCourse"
)?
this
.
userCourse
=
JSON
.
parse
(
localStorage
.
getItem
(
"userCourse"
)):
Object
(
l
.
i
)().
then
(
function
(
e
){
localStorage
.
setItem
(
"userCourse"
,
""
),
n
.
userCourse
=
s
()({},
e
),
localStorage
.
setItem
(
"userCourse"
,
i
()(
n
.
userCourse
))}),
this
.
userCourse
.
automation_id
&&
this
.
userCourse
.
automation_id
.
length
>
0
){
var
e
=
{
name
:
"VIP高效体验营"
};
e
.
id
=
this
.
userCourse
.
automation_id
[
0
],
this
.
actions
.
push
(
e
),
this
.
secActions
=
e
}
this
.
userCourse
.
periods_list
&&
this
.
userCourse
.
periods_list
.
forEach
(
function
(
e
){
e
.
name
=
e
.
course_title
,
n
.
actions
.
push
(
e
)}),
this
.
actions
.
forEach
(
function
(
e
){
e
.
className
=
""
,
e
.
id
==
n
.
secActions
.
id
&&
(
e
.
className
=
"activit"
)}),
this
.
getLessonList
(),
this
.
userCourse
.
periods_list
||
this
.
getAutomationCoupon
()},
getLessonList
:
function
(
n
){
var
e
=
this
;
this
.
userCourse
.
can_buy_goods_id
&&
this
.
userCourse
.
can_buy_goods_id
.
length
&&
(
Object
(
l
.
f
)(
"goods"
,
this
.
userCourse
.
can_buy_goods_id
[
0
]).
then
(
function
(
n
){
e
.
lessonList2
=
n
.
can_watch_list
,
A
.
a
.
clear
()}),
Object
(
l
.
l
)(
this
.
userCourse
.
can_buy_goods_id
).
then
(
function
(
n
){
e
.
oneGoodinfo
=
n
,
e
.
oneGoodinfo
.
goods_desc
=
JSON
.
parse
(
n
.
goods_desc
)}),
this
.
userCourse
.
periods_list
&&
(
this
.
card2
=!
1
)),
this
.
userCourse
.
automation_id
&&
this
.
userCourse
.
automation_id
.
forEach
(
function
(
n
,
t
){
Object
(
l
.
f
)(
"automation"
,
n
).
then
(
function
(
n
){
A
.
a
.
clear
(),
1
==
t
?(
e
.
lessonList2
=
n
.
can_watch_list
,
e
.
lessonList2
.
forEach
(
function
(
n
){
n
.
open
=!
0
}),
A
.
a
.
clear
()):
2
==
e
.
userCourse
.
automation_id
.
length
?(
e
.
lessonList1
=
n
.
can_watch_list
,
e
.
lessonList1
.
forEach
(
function
(
n
){
n
.
open
=!
0
})):
6
==
n
.
can_watch_list
.
length
?(
n
.
can_watch_list
.
forEach
(
function
(
t
,
o
){
0
==
o
&&
(
t
.
open
=!
0
),
o
<
3
?(
e
.
lessonList1
.
push
(
t
),
t
.
star_num
>=
2
&&
n
.
can_watch_list
[
o
+
1
]
&&
(
n
.
can_watch_list
[
o
+
1
].
open
=!
0
)):
e
.
lessonList2
.
push
(
t
)}),
e
.
lessonList1
[
2
].
star_num
>=
2
&&
e
.
lessonList2
.
forEach
(
function
(
n
){
n
.
open
=!
0
})):(
e
.
lessonList1
=
n
.
can_watch_list
,
e
.
lessonList1
.
forEach
(
function
(
n
,
t
){
0
==
t
&&
(
n
.
open
=!
0
),
n
.
star_num
>=
2
&&
e
.
lessonList1
[
t
+
1
]
&&
(
e
.
lessonList1
[
t
+
1
].
open
=!
0
)}))})})},
tobuy
:
function
(){
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
couponBox
),
this
.
$router
.
push
({
name
:
"buyDetail"
,
query
:{
shopId
:
this
.
couponInfo
.
id
}})},
getAutomationCoupon
:
function
(){
var
n
=
this
;
Object
(
l
.
g
)().
then
(
function
(
e
){
n
.
couponInfo
=
e
,
n
.
couponInfo
.
goods_desc
=
JSON
.
parse
(
e
.
goods_desc
),
!
e
.
coupon_list
.
length
&&
Date
.
parse
(
new
Date
)
<
Date
.
parse
(
new
Date
(
"2019-6-4 00:00:00"
))
&&
(
E
.
a
.
get
(
"liuyi"
)
||
(
n
.
liuyucoolie
=!
0
,
E
.
a
.
set
(
"liuyi"
,
1
,
1
))),
n
.
couponInfo
.
coupon_list
.
length
&&
(
setTimeout
(
function
(){
var
n
=
document
.
getElementsByClassName
(
"couponBox"
);
n
.
length
>
0
&&
window
.
scrollTo
(
0
,
n
[
0
].
offsetTop
-
120
)},
500
),
n
.
leftTimer
())})},
onSelect
:
function
(
n
){
this
.
actionsheetShow
=!
1
,
n
.
id
==
this
.
userCourse
.
automation_id
[
0
]?
this
.
$router
.
replace
({
name
:
"secMap"
,
query
:{}}):
this
.
$router
.
replace
({
name
:
"map"
,
query
:{
item
:
n
}})},
findUnit
:
function
(
n
){
return
this
.
unitList
.
find
(
function
(
e
){
return
e
.
category_id
==
n
})},
dateParse
:
function
(
n
){
var
e
;
return
e
=
n
.
indexOf
(
"-"
)
>-
1
?
n
.
split
(
"-"
):
n
.
indexOf
(
"/"
)
>-
1
?
n
.
split
(
"/"
):
n
.
split
(
"."
),
new
Date
(
e
[
0
],
e
[
1
]
-
1
,
e
[
2
])},
dateCompare
:
function
(
n
){
var
e
=
(
new
Date
).
getTime
(),
t
=
n
.
getTime
();
return
t
>
e
?
1
:
t
==
e
?
0
:
-
1
},
goDetail
:
function
(){
if
(
this
.
$sa
.
track
(
"StartCourse"
,{
elementID
:
this
.
thisLesson
.
id
.
toString
(),
dayModule
:
this
.
thisLesson
.
domTitle
.
slice
(
0
,
9
),
weekName
:
this
.
thisLesson
.
domTitle
.
slice
(
10
,
this
.
thisLesson
.
domTitle
.
length
),
elementName
:
this
.
thisLesson
.
domTitle
.
slice
(
0
,
9
)
+
"-"
+
this
.
thisLesson
.
domTitle
.
slice
(
10
,
this
.
thisLesson
.
domTitle
.
length
),
themeID
:
this
.
parent_category_id
,
themeName
:
this
.
themeName
,
goodsID
:
this
.
goodsID
,
classID
:
this
.
classID
,
is_view_today
:
!!
(
new
Date
).
setHours
(
0
,
0
,
0
,
0
)
===
new
Date
(
this
.
push_time
).
setHours
(
0
,
0
,
0
,
0
)}),
this
.
thisLesson
.
content
.
tips
){
var
n
=
{
periods_id
:
"999999999"
,
category_id
:
this
.
thisLesson
.
categoryId
,
elementId
:
this
.
thisLesson
.
id
,
course_type
:
this
.
shopType
,
parent_category_id
:
this
.
parent_category_id
},
e
=
JSON
.
parse
(
i
()(
this
.
thisLesson
));
e
.
push_time
=
this
.
push_time
,
e
.
themeID
=
this
.
parent_category_id
,
e
.
themeName
=
this
.
themeName
,
e
.
goodsID
=
this
.
goodsID
,
e
.
classID
=
this
.
classID
,
e
.
nowTime
=
Date
.
parse
(
new
Date
),
localStorage
.
setItem
(
"lessonDetail"
,
i
()(
e
)),
this
.
$router
.
push
({
name
:
"newLesson"
,
query
:
n
})}
else
{
var
t
=
{
periods_id
:
"999999999"
,
category_id
:
this
.
thisLesson
.
categoryId
,
parent_category_id
:
this
.
parent_category_id
,
element_id
:
this
.
thisLesson
.
id
,
course_type
:
this
.
shopType
,
type
:
"1"
};
this
.
$router
.
push
({
name
:
"lesson"
,
query
:
t
})}},
showDia
:
function
(
n
,
e
){
var
t
=
this
;
n
.
open
?
Object
(
l
.
q
)(
"999999999"
,
n
.
id
,
n
.
ele_id
).
then
(
function
(
o
){
o
.
content
=
JSON
.
parse
(
o
.
content
),
t
.
thisLesson
=
o
,
t
.
thisLesson
.
id
=
n
.
ele_id
.
toString
(),
t
.
thisLesson
.
categoryId
=
n
.
id
,
t
.
thisLesson
.
domTitle
=
n
.
name
,
t
.
thisLesson
.
day
=
e
,
t
.
thisLesson
.
star_num
=
n
.
star_num
,
t
.
popupVisible
=!
0
;
var
a
=
{
periods_id
:
"999999999"
,
category_id
:
t
.
thisLesson
.
categoryId
,
elementId
:
t
.
thisLesson
.
id
,
course_type
:
t
.
shopType
,
parent_category_id
:
t
.
parent_category_id
};
t
.
$store
.
dispatch
(
"setClassQuery"
,
a
),
sessionStorage
.
setItem
(
"classQuery"
,
i
()(
a
)),
t
.
$sa
.
track
(
"selectElement"
,{
elementID
:
n
.
ele_id
.
toString
(),
dayModule
:
n
.
name
.
slice
(
0
,
9
),
weekName
:
n
.
name
.
slice
(
10
,
n
.
name
.
length
),
elementName
:
n
.
name
.
slice
(
0
,
9
)
+
"-"
+
n
.
name
.
slice
(
10
,
n
.
name
.
length
),
goodsID
:
t
.
goodsID
,
classID
:
t
.
classID
,
courseID
:
t
.
course_id
.
toString
()})}):
Object
(
A
.
a
)(
"课程还未解锁哦"
)},
scroll_to
:
function
(
n
){
for
(
var
e
=
n
-
200
,
t
=
function
(
n
){
var
t
=
document
.
documentElement
.
scrollTop
|
document
.
body
.
scrollTop
,
o
=
t
-
e
;
setTimeout
(
function
(){
document
.
documentElement
.
scrollTop
=
t
-
o
/
30
*
n
,
document
.
body
.
scrollTop
=
t
-
o
/
30
*
n
},
10
*
n
)},
o
=
0
;
o
<
30
;
o
++
)
t
(
o
)},
leftTimer
:
function
(){
this
.
couponInfo
.
coupon_list
.
length
&&
(
this
.
deadline
=
this
.
couponInfo
.
coupon_list
[
0
].
deadline_at
);
var
n
=
new
Date
(
this
.
deadline
.
replace
(
/
\-
/g
,
"/"
))
-
new
Date
,
e
=
parseInt
(
n
/
1
e3
/
60
/
60
,
10
),
t
=
parseInt
(
n
/
1
e3
/
60
%
60
,
10
),
o
=
parseInt
(
n
/
1
e3
%
60
,
10
);
e
=
this
.
checkTime
(
e
),
t
=
this
.
checkTime
(
t
),
o
=
this
.
checkTime
(
o
),
this
.
h
=
e
>
0
?
e
:
"00"
,
this
.
m
=
t
>
0
?
t
:
"00"
,
this
.
s
=
o
>
0
?
o
:
"00"
,
window
.
setTimeout
(
this
.
leftTimer
,
1
e3
)},
checkTime
:
function
(
n
){
return
n
<
10
&&
(
n
=
"0"
+
n
),
n
},
goToBuyPage
:
function
(){
var
n
=
this
;
this
.
$sa
.
quick
(
"trackHeatMap"
,
this
.
$refs
.
shadowbox
);
var
e
=
{
goods_id
:
this
.
userCourse
.
can_buy_goods_id
[
0
]};
window
.
location
.
href
.
indexOf
(
"gdt_vid"
)
>-
1
&&
(
e
.
gdt_vid
=
this
.
$route
.
query
.
gdt_vid
),
window
.
location
.
href
.
indexOf
(
"cct_user_id"
)
>-
1
&&
(
e
.
cct_user_id
=
this
.
$route
.
query
.
cct_user_id
),
Object
(
l
.
L
)(
e
).
then
(
function
(
t
){
if
(
t
.
out_trade_no
&&!
t
.
appId
)
2
!==
n
.
groupDetail
.
goods_type
||
n
.
type
?
4
===
n
.
groupDetail
.
goods_type
?
n
.
$router
.
push
({
name
:
"saleSuccess"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}}):
n
.
$router
.
push
({
name
:
"buySuccess"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}}):
n
.
$router
.
push
({
name
:
"success"
,
query
:{
out_trade_no
:
t
.
out_trade_no
,
invite_code
:
n
.
invite_code
}});
else
{
var
o
=
n
;
n
.
orderNo
=
t
.
out_trade_no
,
n
.
jsApiParameters
=
t
,
wx
.
miniProgram
.
getEnv
(
function
(
n
){
if
(
n
.
miniprogram
){
var
t
=
encodeURIComponent
(
i
()(
e
));
wx
.
miniProgram
.
navigateTo
({
url
:
"pages/wxPay/main?payParam="
+
t
})}
else
"undefined"
==
typeof
WeixinJSBridge
?
document
.
addEventListener
?
document
.
addEventListener
(
"WeixinJSBridgeReady"
,
o
.
jsApiCall
,
!
1
):
document
.
attachEvent
&&
(
document
.
attachEvent
(
"WeixinJSBridgeReady"
,
o
.
jsApiCall
),
document
.
attachEvent
(
"onWeixinJSBridgeReady"
,
o
.
jsApiCall
)):
o
.
jsApiCall
()})}}).
catch
(
function
(
n
){})},
jsApiCall
:
function
(){
var
n
=
this
;
WeixinJSBridge
.
invoke
(
"getBrandWCPayRequest"
,
n
.
jsApiParameters
,
function
(
e
){
"get_brand_wcpay_request:ok"
===
e
.
err_msg
&&
(
Object
(
A
.
a
)(
"支付成功"
),
setTimeout
(
function
(){
Object
(
l
.
i
)().
then
(
function
(
e
){
localStorage
.
setItem
(
"userCourse"
,
""
),
n
.
userCourse
=
s
()({},
e
),
localStorage
.
setItem
(
"userCourse"
,
i
()(
n
.
userCourse
)),
n
.
initPage
()})},
1
e3
)),
e
.
err_msg
,
e
.
err_msg
})}}},
I
=
function
(){
var
n
=
this
,
e
=
n
.
$createElement
,
t
=
n
.
_self
.
_c
||
e
;
return
t
(
"div"
,[
t
(
"van-actionsheet"
,{
attrs
:{
actions
:
n
.
actions
},
on
:{
select
:
n
.
onSelect
},
model
:{
value
:
n
.
actionsheetShow
,
callback
:
function
(
e
){
n
.
actionsheetShow
=
e
},
expression
:
"actionsheetShow"
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"course_title"
,
on
:{
click
:
function
(
e
){
n
.
actionsheetShow
=!
0
}}},[
n
.
_v
(
"
\n
"
+
n
.
_s
(
n
.
secActions
.
name
)
+
"
\n
"
),
t
(
"i"
,{
staticClass
:
"iconfont icon-below-s"
})]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"lesson-block"
},[
n
.
lessonList1
.
length
?
t
(
"div"
,{
staticClass
:
"card-block"
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
lessonList1
[
0
].
cover
+
"?imageslim"
}}),
n
.
_v
(
" "
),
n
.
_l
(
n
.
lessonList1
,
function
(
e
,
o
){
return
t
(
"div"
,{
class
:
"card-li cid"
+
e
.
id
,
on
:{
click
:
function
(
t
){
n
.
showDia
(
e
,
o
+
1
)}}},[
t
(
"div"
,{
class
:{
textblock
:
!
0
,
gray
:
!
e
.
open
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
_f
(
"substr10"
)(
e
.
name
)))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
open
?
t
(
"span"
,[
n
.
_v
(
"快去听课吧~"
)]):
n
.
_e
(),
n
.
_v
(
" "
),
e
.
open
?
n
.
_e
():
t
(
"span"
,[
n
.
_v
(
"学完上节课得2颗星后即可解锁~"
)])])]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"star-block"
},[
n
.
_l
(
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_act
}})}),
n
.
_v
(
" "
),
n
.
_l
(
3
-
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_def
}})})],
2
),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"icon-block"
},[
t
(
"i"
,{
class
:{
map
:
!
0
,
right
:
e
.
open
,
clock
:
!
e
.
open
}})])])})],
2
):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
couponInfo
.
coupon_list
&&
n
.
couponInfo
.
coupon_list
.
length
&&
n
.
lessonList2
.
length
&&!
n
.
userCourse
.
periods_list
?
t
(
"div"
,{
ref
:
"couponBox"
,
staticClass
:
"couponBox"
,
on
:{
click
:
n
.
tobuy
}},[
t
(
"img"
,{
staticClass
:
"bg"
,
attrs
:{
src
:
n
.
couponBg
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"content"
},[
"0000-00-00 00:00:00"
!=
n
.
couponInfo
.
coupon_list
[
0
].
deadline_at
?
t
(
"div"
,{
staticClass
:
"top"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
"
\n
恭喜您获得
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
coupon_list
[
0
].
money
/
100
)
+
"元"
)]),
n
.
_v
(
" 抵用券
\n
"
)]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"text-content last"
},[
n
.
_v
(
"
\n
剩余
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
h
))]),
n
.
_v
(
":
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
m
))]),
n
.
_v
(
":
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
s
))]),
n
.
_v
(
"
\n
到期
\n
"
)])]):
n
.
_e
(),
n
.
_v
(
" "
),
"0000-00-00 00:00:00"
==
n
.
couponInfo
.
coupon_list
[
0
].
deadline_at
?
t
(
"div"
,{
staticClass
:
"top untime"
},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
"
\n
恭喜您获得
\n
"
),
t
(
"span"
,[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
coupon_list
[
0
].
money
/
100
)
+
"元"
)]),
n
.
_v
(
" 抵用券
\n
"
)])]):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"bottom"
},[
t
(
"img"
,{
staticClass
:
"logo"
,
attrs
:{
src
:
n
.
couponInfo
.
goods_desc
.
img
[
0
].
url
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"center"
},[
t
(
"p"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
goods_desc
.
course_title
))]),
n
.
_v
(
" "
),
t
(
"p"
,{
staticClass
:
"tip"
},[
n
.
_v
(
n
.
_s
(
n
.
couponInfo
.
goods_desc
.
tips
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"price"
},[
n
.
_v
(
"
\n
券后价
\n
"
),
t
(
"span"
,{
staticClass
:
"now"
},[
n
.
_v
(
"¥"
+
n
.
_s
((
n
.
couponInfo
.
current_price
-
n
.
couponInfo
.
coupon_list
[
0
].
money
)
/
100
))]),
n
.
_v
(
"
\n
"
),
t
(
"span"
,{
staticClass
:
"old"
},[
n
.
_v
(
"¥"
+
n
.
_s
(
n
.
couponInfo
.
current_price
/
100
))])])]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"btn"
},[
n
.
_v
(
"立即抢"
)])])])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
lessonList2
.
length
>
0
&&
n
.
card2
?
t
(
"div"
,{
staticClass
:
"card-block card2"
},[
t
(
"img"
,{
attrs
:{
src
:
n
.
lessonList2
[
0
].
cover
+
"?imageslim"
}}),
n
.
_v
(
" "
),
!
n
.
lessonList2
[
0
].
open
&&
n
.
oneGoodinfo
.
goods_desc
?
t
(
"div"
,{
ref
:
"shadowbox"
,
staticClass
:
"shadowbox"
,
on
:{
click
:
n
.
goToBuyPage
}},[
t
(
"div"
,{
staticClass
:
"shadow"
}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"p"
,[
n
.
_v
(
"更多课程福利"
)]),
n
.
_v
(
" "
),
t
(
"div"
,[
n
.
_v
(
"
\n
"
+
n
.
_s
(
n
.
oneGoodinfo
.
goods_desc
.
tips
)
+
"
\n
"
),
t
(
"span"
,[
n
.
_v
(
"1元解锁"
)])])])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
_l
(
n
.
lessonList2
,
function
(
e
,
o
){
return
t
(
"div"
,{
class
:
"card-li cid"
+
e
.
id
,
on
:{
click
:
function
(
t
){
n
.
showDia
(
e
,
o
+
1
)}}},[
t
(
"div"
,{
class
:{
textblock
:
!
0
,
gray
:
!
e
.
open
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
_f
(
"substr10"
)(
e
.
name
)))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips"
},[
e
.
open
?
t
(
"span"
,[
n
.
_v
(
"快去听课吧~"
)]):
n
.
_e
(),
n
.
_v
(
" "
),
e
.
open
?
n
.
_e
():
t
(
"span"
,[
n
.
_v
(
"学完上节课得2颗星后即可解锁~"
)])])]),
n
.
_v
(
" "
),
null
!=
e
.
star_num
?
t
(
"div"
,{
staticClass
:
"star-block"
},[
n
.
_l
(
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_act
}})}),
n
.
_v
(
" "
),
n
.
_l
(
3
-
e
.
star_num
,
function
(
e
){
return
t
(
"img"
,{
staticClass
:
"star-img"
,
attrs
:{
src
:
n
.
star_def
}})})],
2
):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"icon-block"
},[
t
(
"i"
,{
class
:{
map
:
!
0
,
right
:
e
.
open
,
clock
:
!
e
.
open
}})])])})],
2
):
n
.
_e
()]),
n
.
_v
(
" "
),
t
(
"van-popup"
,{
model
:{
value
:
n
.
popupVisible
,
callback
:
function
(
e
){
n
.
popupVisible
=
e
},
expression
:
"popupVisible"
}},[
n
.
thisLesson
?
t
(
"div"
,{
staticClass
:
"popup-block"
},[
t
(
"i"
,{
staticClass
:
"map close"
,
on
:{
click
:
function
(
e
){
n
.
popupVisible
=!
1
}}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"header"
,
style
:{
backgroundImage
:
"url("
+
n
.
diaBGI
+
")"
}},[
t
(
"div"
,{
staticClass
:
"title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
title
))]),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
t
(
"div"
,{
staticClass
:
"tips"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
content
))]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
n
.
_e
():
t
(
"div"
,{
staticClass
:
"tips"
},[
n
.
_v
(
"DAY "
+
n
.
_s
(
n
.
thisLesson
.
day
))])]),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"div"
,{
staticClass
:
"tips-title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title1
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"title-content"
},[
t
(
"ul"
,
n
.
_l
(
n
.
splitContent
,
function
(
e
){
return
t
(
"li"
,{
staticStyle
:{
"text-align"
:
"center"
}},[
n
.
_v
(
n
.
_s
(
e
))])}))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"tips-title"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title2
))]),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"title-content"
},[
n
.
_v
(
n
.
_s
(
n
.
thisLesson
.
content
.
tips
.
title2_content
))])]):
n
.
_e
(),
n
.
_v
(
" "
),
n
.
thisLesson
.
content
.
tips
?
n
.
_e
():
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"div"
,{
staticStyle
:{
color
:
"#cccccc"
,
padding
:
"21.3333vw 0"
,
"font-size"
:
"5.3333vw"
}},[
n
.
_v
(
"快去开始课程吧!"
)])]),
n
.
_v
(
" "
),
t
(
"div"
,[
t
(
"i"
,{
staticClass
:
"map goLesson"
,
on
:{
click
:
function
(
e
){
n
.
goDetail
()}}})])]):
n
.
_e
()]),
n
.
_v
(
" "
),
t
(
"van-popup"
,{
attrs
:{
position
:
"top"
,
overlay
:
!
0
},
model
:{
value
:
n
.
liuyucoolie
,
callback
:
function
(
e
){
n
.
liuyucoolie
=
e
},
expression
:
"liuyucoolie"
}},[
t
(
"div"
,{
staticClass
:
"content"
},[
t
(
"img"
,{
staticClass
:
"main"
,
attrs
:{
src
:
n
.
imgUrl
.
popup_img
,
alt
:
""
}}),
n
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"textBox"
},[
t
(
"p"
,[
n
.
_v
(
"儿童节感恩回馈!"
)]),
n
.
_v
(
" "
),
t
(
"p"
,[
n
.
_v
(
"给宝贝送专属心意好礼!"
)])]),
n
.
_v
(
" "
),
t
(
"div"
,{
ref
:
"toActivity"
,
staticClass
:
"btn"
,
on
:{
click
:
n
.
toActivity
}},[
n
.
_v
(
"立即参与"
)])])]),
n
.
_v
(
" "
),
null
!=
n
.
userCourse
.
goods_id
&&
n
.
userCourse
.
goods_id
>
0
&&
n
.
liuyuActivity
?
t
(
"div"
,{
staticClass
:
"liuyiBtn"
,
on
:{
click
:
n
.
liuyiBtn
}},[
t
(
"img"
,{
attrs
:{
src
:
n
.
imgUrl
.
popup_btn
,
alt
:
""
}})]):
n
.
_e
(),
n
.
_v
(
" "
),
t
(
"bottom-tab"
)],
1
)};
I
.
_withStripped
=!
0
;
var
q
=
{
render
:
I
,
staticRenderFns
:[]},
S
=
q
;
var
z
=!
1
;
var
L
=
t
(
"VU/8"
)(
D
,
S
,
!
1
,
function
(
n
){
z
||
t
(
"BWo0"
)},
"data-v-2cd7ee6e"
,
null
);
L
.
options
.
__file
=
"src/components/map/secMap.vue"
;
e
.
default
=
L
.
exports
},
QkSs
:
function
(
n
,
e
){
n
.
exports
=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAZlBMVEVHcEz/xw7/yA7/xw//yAr/xw7/xw7/yg3/yh7/zCP/xxL/xg//xRD/xBD+42b+5XP+42P/2QX/5AH/0Ar+6IL/zAz/3gT/1Qj+64/+7Zz/213/8bP+76f/yA3/0DX/10z+3Tv+4U3sgkOvAAAADXRSTlMAOKQlCoJVbeT9xtS0QyjZWAAAAcZJREFUOMu9092agiAQBmB/UkADNVMJBfH+b3JnQGmLdtej/Q7M7H0GZqQk+YfkVZWfcRe6LPRyApJmnhtypuAMOVESCi7LiZK4QylP7JKI5SHlYxHkr4KPPX+UJArMssCl/b0kleDmGaT8tSRR0AiOBxpSP5a8pCWV0Ag6gJKS9BKJIquoWVVzv0PHCywt7/dms5ZVWVF6n2cgVgHEB2cDO5TH90asq6FZntRr24omxEnnns+EaNc6oUy1EOHTuMpYDn/H4I+tYjQhnNs2ooE5aDmHERScs/WbFPtyod7GNC+wHZCcWdiACHa/c9WmftCFHw9KtNsT+mx27CaAxTFILznXzFi7uVhrb7fbOHbd1BfPkXuph6Hvp24cb0dGrPjyKskuEXav8O2Vk6MkwiBh5ehokAPi2mMoGB+hEuGxtqMjtlJGsODPkp4C66YiglceSqL0maYsgjUPEqjDcO3r6HgfM3fDdHSCz16/wzRAbZQyvc8w6PxD0y7AMGZw0br81DRkVWplDK+o9H7A3pvmDFmW5xlSOIaQ97apXxaZ+8tdgRp8Vn9o2ihzTUN3lfEyhsxU6csgKsMiiHuso/dawlu47vdfuec6yFvvxuoAAAAASUVORK5CYII="
},
e2Pt
:
function
(
n
,
e
,
t
){
n
.
exports
=
t
.
p
+
"static/img/diaBG.5949dd1.png"
},
yM9O
:
function
(
n
,
e
,
t
){(
n
.
exports
=
t
(
"FZ+f"
)(
!
0
)).
push
([
n
.
i
,
"
\n
.fl-r[data-v-2cd7ee6e] {
\n
float: right;
\n
}
\n
.main-block[data-v-2cd7ee6e] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.van-popup[data-v-2cd7ee6e] {
\n
width: 75.46666667vw;
\n
top: 20vh;
\n
border-radius: 5.86666667vw;
\n
overflow: hidden;
\n
text-align: center;
\n
padding-bottom: 6.93333333vw;
\n
font-size: 3.73333333vw;
\n
}
\n
.van-popup .content img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.van-popup .content .textBox[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw 0;
\n
}
\n
.van-popup .content .btn[data-v-2cd7ee6e] {
\n
background: #40A9FF;
\n
width: 48vw;
\n
height: 11.73333333vw;
\n
line-height: 11.73333333vw;
\n
color: white;
\n
display: inline-block;
\n
border-radius: 5.86666667vw;
\n
font-size: 5.86666667vw;
\n
}
\n
.liuyiBtn[data-v-2cd7ee6e] {
\n
position: fixed;
\n
bottom: 28vw;
\n
right: 2.66666667vw;
\n
z-index: 2003;
\n
-webkit-animation-name: swing-data-v-2cd7ee6e;
\n
-webkit-animation-duration: 0.8s;
\n
-webkit-transform-origin: 50% 50%;
\n
-webkit-animation-timing-function: linear;
\n
-webkit-animation-iteration-count: 3;
\n
}
\n
.liuyiBtn img[data-v-2cd7ee6e] {
\n
width: 26.66666667vw;
\n
}
\n
@-webkit-keyframes swing-data-v-2cd7ee6e {
\n
10% {
\n
-webkit-transform: rotate(15deg);
\n
transform: rotate(15deg);
\n
}
\n
20% {
\n
-webkit-transform: rotate(-10deg);
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\n
-webkit-transform: rotate(5deg);
\n
transform: rotate(5deg);
\n
}
\n
40% {
\n
-webkit-transform: rotate(-5deg);
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\n
100% {
\n
-webkit-transform: rotate(0deg);
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.map[data-v-2cd7ee6e] {
\n
background: url('https://static-cdn.changchangenglish.com/new-sing/static/images/map.png') no-repeat;
\n
background-size: 36.26666667vw 55.2vw;
\n
}
\n
.defultStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 0;
\n
display: inline-block;
\n
}
\n
.right[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -5.33333333vw;
\n
display: inline-block;
\n
}
\n
.close[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: -2.93333333vw;
\n
right: -8.53333333vw;
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -10.66666667vw;
\n
display: inline-block;
\n
}
\n
.actStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -16vw;
\n
display: inline-block;
\n
}
\n
.clock[data-v-2cd7ee6e] {
\n
height: 7.46666667vw;
\n
width: 7.46666667vw;
\n
background-position: 0 -21.33333333vw;
\n
display: inline-block;
\n
}
\n
.money[data-v-2cd7ee6e] {
\n
height: 10.66666667vw;
\n
width: 10.66666667vw;
\n
background-position: 0 -28.8vw;
\n
display: inline-block;
\n
-webkit-animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
}
\n
.goLesson[data-v-2cd7ee6e] {
\n
height: 15.73333333vw;
\n
width: 36.26666667vw;
\n
background-position: 0 -39.46666667vw;
\n
display: inline-block;
\n
margin-top: 4vw;
\n
margin-bottom: 2.66666667vw;
\n
}
\n
.van-actionsheet .activit[data-v-2cd7ee6e] {
\n
color: yellowgreen;
\n
}
\n
.couponBox[data-v-2cd7ee6e] {
\n
padding: 0 5.06666667vw;
\n
position: relative;
\n
}
\n
.couponBox .bg[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.couponBox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
color: white;
\n
width: 90.4vw;
\n
}
\n
.couponBox .content .top[data-v-2cd7ee6e] {
\n
padding-left: 19.73333333vw;
\n
padding-top: 5.6vw;
\n
height: 12.8vw;
\n
}
\n
.couponBox .content .top .text-content[data-v-2cd7ee6e] {
\n
height: 5.06666667vw;
\n
line-height: 5.06666667vw;
\n
left: 50%;
\n
margin-top: 1.86666667vw;
\n
font-size: 4.53333333vw;
\n
}
\n
.couponBox .content .top .text-content.last[data-v-2cd7ee6e] {
\n
font-size: 12px;
\n
}
\n
.couponBox .content .top .text-content.last span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
background: #F83534;
\n
position: relative;
\n
width: 1.6em;
\n
height: 1.6em;
\n
line-height: 1.6em;
\n
border-radius: 3px;
\n
color: white;
\n
margin: 0 5px;
\n
font-size: 12px;
\n
text-align: center;
\n
}
\n
.couponBox .content .untime[data-v-2cd7ee6e] {
\n
padding: 8.53333333vw 0 10.66666667vw 19.73333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.couponBox .content .bottom[data-v-2cd7ee6e] {
\n
padding: 9.06666667vw 2.4vw 0 4.53333333vw;
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
}
\n
.couponBox .content .bottom .logo[data-v-2cd7ee6e] {
\n
width: 18.66666667vw;
\n
height: 18.66666667vw;
\n
}
\n
.couponBox .content .bottom .center[data-v-2cd7ee6e] {
\n
width: 36vw;
\n
}
\n
.couponBox .content .bottom .center p[data-v-2cd7ee6e] {
\n
width: 41.33333333vw;
\n
overflow: hidden;
\n
text-overflow: ellipsis;
\n
white-space: nowrap;
\n
}
\n
.couponBox .content .bottom .center .tip[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
line-height: 6.4vw;
\n
}
\n
.couponBox .content .bottom .center .price[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 1.6vw;
\n
}
\n
.couponBox .content .bottom .center .price .now[data-v-2cd7ee6e] {
\n
font-size: 4vw;
\n
}
\n
.couponBox .content .bottom .center .price .old[data-v-2cd7ee6e] {
\n
text-decoration: line-through;
\n
font-size: 3.2vw;
\n
}
\n
.couponBox .content .bottom .btn[data-v-2cd7ee6e] {
\n
border-radius: 4vw;
\n
width: 18.66666667vw;
\n
height: 8vw;
\n
background: #FF4F59;
\n
margin-top: 10.66666667vw;
\n
line-height: 8vw;
\n
text-align: center;
\n
font-size: 3.46666667vw;
\n
}
\n
.unStart[data-v-2cd7ee6e] {
\n
text-align: center;
\n
}
\n
.unStart img[data-v-2cd7ee6e] {
\n
width: 80vw;
\n
}
\n
.unStart p[data-v-2cd7ee6e] {
\n
line-height: 22px;
\n
font-size: 16px;
\n
color: #666666;
\n
}
\n
.unStart div[data-v-2cd7ee6e] {
\n
width: 66.66666667vw;
\n
height: 10.66666667vw;
\n
line-height: 10.66666667vw;
\n
background: #40A9FF;
\n
color: white;
\n
border-radius: 5.33333333vw;
\n
margin-top: 19.2vw;
\n
}
\n
.noLesson[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw;
\n
text-align: center;
\n
}
\n
.noLesson img[data-v-2cd7ee6e] {
\n
width: 80%;
\n
}
\n
.btn-conntent[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.line[data-v-2cd7ee6e] {
\n
position: absolute;
\n
right: 0;
\n
width: 1px;
\n
background: #eeeeee;
\n
top: 4vw;
\n
bottom: 4vw;
\n
}
\n
.lesson-block-hp[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.course_title[data-v-2cd7ee6e] {
\n
font-size: 20px;
\n
padding: 2.66666667vw 5.33333333vw;
\n
position: fixed;
\n
top: 0;
\n
width: 100%;
\n
background: white;
\n
z-index: 1000;
\n
border-bottom: 1px solid #eeeeee;
\n
}
\n
.unit-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
width: 100%;
\n
position: fixed;
\n
background: white;
\n
z-index: 2;
\n
top: 0;
\n
left: 0;
\n
}
\n
.unit-block .banner2[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.unit-block .unit-li[data-v-2cd7ee6e] {
\n
width: 18.13333333vw;
\n
text-align: center;
\n
margin-top: 2.6666vw;
\n
height: 16vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0vw 0vw;
\n
font-size: 2.66666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
padding-top: 3.2vw;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.unit-block .unit-li img[data-v-2cd7ee6e] {
\n
width: 7.46666667vw;
\n
height: 7.46666667vw;
\n
}
\n
.unit-block .unit-li.active[data-v-2cd7ee6e] {
\n
background: #60ADF0;
\n
color: #ffffff;
\n
}
\n
.lesson-block[data-v-2cd7ee6e] {
\n
width: 100%;
\n
margin-top: 10.66666667vw;
\n
padding-bottom: 13.33333333vw;
\n
overflow: auto;
\n
-webkit-overflow-scrolling: touch;
\n
}
\n
.lesson-block .card-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
margin: 5.33333333vw;
\n
border-radius: 2.13333333vw;
\n
overflow: hidden;
\n
position: relative;
\n
}
\n
.lesson-block .card-block .shadowbox[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
width: 100% ;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .shadow[data-v-2cd7ee6e] {
\n
background: rgba(0, 0, 0, 0.6);
\n
position: absolute;
\n
width: 100% ;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
width: 100% ;
\n
z-index: 1;
\n
color: white;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content p[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 13.6vw;
\n
margin-left: 5.06666667vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div[data-v-2cd7ee6e] {
\n
font-size: 4.53333333vw;
\n
margin: 2.66666667vw;
\n
border: 1px solid white;
\n
border-radius: 5.06666667vw;
\n
width: 83.46666667vw;
\n
height: 10.13333333vw;
\n
line-height: 10.13333333vw;
\n
text-indent: 2.4vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
width: 20.26666667vw;
\n
height: 10.13333333vw;
\n
background: #FF4F59;
\n
float: right;
\n
border-radius: 5.06666667vw;
\n
}
\n
.lesson-block .card-block img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
height: 37.33333333vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
}
\n
.lesson-block .card-block .card-li[data-v-2cd7ee6e] {
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
margin: auto;
\n
padding: 2.66666667vw;
\n
position: relative;
\n
border-bottom: 0.26666667vw solid #EEEEEE;
\n
}
\n
.lesson-block .card-block .card-li .text-block[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .textblock[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .star-block img[data-v-2cd7ee6e] {
\n
width: 5.33333333vw;
\n
height: 5.33333333vw;
\n
margin-left: 0.8vw;
\n
}
\n
.lesson-block .card-block .card-li .icon-block[data-v-2cd7ee6e] {
\n
margin: auto 0;
\n
width: 8vw;
\n
text-align: center;
\n
}
\n
.lesson-block .card-block .card-li .clock-block[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
left: 0;
\n
bottom: 0;
\n
right: 0;
\n
background: rgba(255, 255, 255, 0.8);
\n
text-align: center;
\n
font-size: 3.2vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #999999;
\n
padding: 2.66666667vw;
\n
}
\n
.lesson-block .card-block .card-li .title[data-v-2cd7ee6e] {
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #000000;
\n
line-height: 7.46666667vw;
\n
}
\n
.lesson-block .card-block .card-li .tips[data-v-2cd7ee6e] {
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
min-width: 45.33333333vw;
\n
overflow: hidden;
\n
white-space: nowrap;
\n
text-overflow: ellipsis;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.lesson-block .card-block .gray .title[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.lesson-block .card-block .gray .tips[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.nounit[data-v-2cd7ee6e] {
\n
margin-top: 10.66666667vw;
\n
}
\n
.popup-block[data-v-2cd7ee6e] {
\n
text-align: center;
\n
background: white;
\n
border-radius: 2.13333333vw;
\n
width: 73.6vw;
\n
}
\n
.popup-block .header[data-v-2cd7ee6e] {
\n
width: 73.6vw;
\n
height: 36.53333333vw;
\n
padding-top: 9.6vw;
\n
background-size: 100% 100%;
\n
position: relative;
\n
}
\n
.popup-block .header .title[data-v-2cd7ee6e] {
\n
text-align: center;
\n
font-size: 6.4vw;
\n
font-family: Helvetica-Bold;
\n
font-weight: bold;
\n
padding: 0 5.33333333vw;
\n
color: #ffffff;
\n
line-height: 6.93333333vw;
\n
}
\n
.popup-block .header .tips[data-v-2cd7ee6e] {
\n
width: 24.53333333vw;
\n
height: 9.6vw;
\n
background: rgba(0, 0, 0, 0.2);
\n
text-align: center;
\n
border-radius: 1.06666667vw;
\n
position: absolute;
\n
left: 50%;
\n
margin-left: -12.26666667vw;
\n
bottom: 5.33333333vw;
\n
line-height: 9.6vw;
\n
font-size: 4.26666667vw;
\n
font-family: PingFang-SC-Bold;
\n
font-weight: bold;
\n
color: #ffffff;
\n
}
\n
.popup-block .content[data-v-2cd7ee6e] {
\n
padding-top: 3.73333333vw;
\n
}
\n
.popup-block .content .tips-title[data-v-2cd7ee6e] {
\n
height: 6.66666667vw;
\n
width: -webkit-fit-content;
\n
width: -moz-fit-content;
\n
width: fit-content;
\n
margin: 3.2vw auto 2.66666667vw auto;
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #91edfa;
\n
line-height: 6.66666667vw;
\n
display: block;
\n
border-radius: 266.66666667vw;
\n
padding: 0.8vw 4.8vw;
\n
border: 0.53333333vw solid #91EDFA;
\n
}
\n
.popup-block .content .title-content[data-v-2cd7ee6e] {
\n
word-break: break-all;
\n
padding: 0 4.8vw;
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 4.53333333vw;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e] {
\n
margin: 0;
\n
padding: 0;
\n
font-size: 3.73333333vw;
\n
height: 15.46666667vw;
\n
overflow: hidden;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
list-style-type: none;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
.popup-block .content .title-content ul li[data-v-2cd7ee6e] {
\n
width: 50%;
\n
float: left;
\n
text-align: left;
\n
}
\n
@-webkit-keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@-webkit-keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
@keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
"
,
""
,{
version
:
3
,
sources
:[
"C:/Users/Administrator/Desktop/h5/wechat/src/components/map/secMap.vue"
],
names
:[],
mappings
:
";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,iBAAiB;CAClB;AACD;EACE,qBAAqB;EACrB,UAAU;EACV,4BAA4B;EAC5B,iBAAiB;EACjB,mBAAmB;EACnB,6BAA6B;EAC7B,wBAAwB;CACzB;AACD;EACE,YAAY;CACb;AACD;EACE,uBAAuB;CACxB;AACD;EACE,oBAAoB;EACpB,YAAY;EACZ,sBAAsB;EACtB,2BAA2B;EAC3B,aAAa;EACb,sBAAsB;EACtB,4BAA4B;EAC5B,wBAAwB;CACzB;AACD;EACE,gBAAgB;EAChB,aAAa;EACb,oBAAoB;EACpB,cAAc;EACd,8CAA8C;EAC9C,iCAAiC;EACjC,kCAAkC;EAClC,0CAA0C;EAC1C,qCAAqC;CACtC;AACD;EACE,qBAAqB;CACtB;AACD;AACA;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;IACI,kCAAkC;YAC1B,0BAA0B;CACrC;AACD;IACI,gCAAgC;YACxB,wBAAwB;CACnC;AACD;IACI,iCAAiC;YACzB,yBAAyB;CACpC;AACD;;IAEI,gCAAgC;YACxB,wBAAwB;CACnC;CACA;AACD;EACE,qGAAqG;EACrG,sCAAsC;CACvC;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,yBAAyB;EACzB,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,qCAAqC;EACrC,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,mBAAmB;EACnB,qBAAqB;EACrB,qBAAqB;EACrB,oBAAoB;EACpB,sCAAsC;EACtC,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,6BAA6B;EAC7B,sBAAsB;CACvB;AACD;EACE,qBAAqB;EACrB,oBAAoB;EACpB,sCAAsC;EACtC,sBAAsB;CACvB;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,+BAA+B;EAC/B,sBAAsB;EACtB,qDAAqD;UAC7C,6CAA6C;CACtD;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,sCAAsC;EACtC,sBAAsB;EACtB,gBAAgB;EAChB,4BAA4B;CAC7B;AACD;EACE,mBAAmB;CACpB;AACD;EACE,wBAAwB;EACxB,mBAAmB;CACpB;AACD;EACE,YAAY;CACb;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,aAAa;EACb,cAAc;CACf;AACD;EACE,4BAA4B;EAC5B,mBAAmB;EACnB,eAAe;CAChB;AACD;EACE,qBAAqB;EACrB,0BAA0B;EAC1B,UAAU;EACV,yBAAyB;EACzB,wBAAwB;CACzB;AACD;EACE,gBAAgB;CACjB;AACD;EACE,sBAAsB;EACtB,oBAAoB;EACpB,mBAAmB;EACnB,aAAa;EACb,cAAc;EACd,mBAAmB;EACnB,mBAAmB;EACnB,aAAa;EACb,cAAc;EACd,gBAAgB;EAChB,mBAAmB;CACpB;AACD;EACE,oDAAoD;EACpD,+BAA+B;UACvB,uBAAuB;CAChC;AACD;EACE,2CAA2C;EAC3C,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,sBAAsB;EACtB,0BAA0B;MACtB,uBAAuB;UACnB,+BAA+B;CACxC;AACD;EACE,qBAAqB;EACrB,sBAAsB;CACvB;AACD;EACE,YAAY;CACb;AACD;EACE,qBAAqB;EACrB,iBAAiB;EACjB,wBAAwB;EACxB,oBAAoB;CACrB;AACD;EACE,iBAAiB;EACjB,mBAAmB;CACpB;AACD;EACE,iBAAiB;EACjB,kBAAkB;CACnB;AACD;EACE,eAAe;CAChB;AACD;EACE,8BAA8B;EAC9B,iBAAiB;CAClB;AACD;EACE,mBAAmB;EACnB,qBAAqB;EACrB,YAAY;EACZ,oBAAoB;EACpB,0BAA0B;EAC1B,iBAAiB;EACjB,mBAAmB;EACnB,wBAAwB;CACzB;AACD;EACE,mBAAmB;CACpB;AACD;EACE,YAAY;CACb;AACD;EACE,kBAAkB;EAClB,gBAAgB;EAChB,eAAe;CAChB;AACD;EACE,qBAAqB;EACrB,sBAAsB;EACtB,2BAA2B;EAC3B,oBAAoB;EACpB,aAAa;EACb,4BAA4B;EAC5B,mBAAmB;CACpB;AACD;EACE,qBAAqB;EACrB,mBAAmB;CACpB;AACD;EACE,WAAW;CACZ;AACD;EACE,cAAc;CACf;AACD;EACE,mBAAmB;EACnB,SAAS;EACT,WAAW;EACX,oBAAoB;EACpB,SAAS;EACT,YAAY;CACb;AACD;EACE,cAAc;CACf;AACD;EACE,gBAAgB;EAChB,mCAAmC;EACnC,gBAAgB;EAChB,OAAO;EACP,YAAY;EACZ,kBAAkB;EAClB,cAAc;EACd,iCAAiC;CAClC;AACD;EACE,+EAA+E;UACvE,uEAAuE;EAC/E,YAAY;EACZ,gBAAgB;EAChB,kBAAkB;EAClB,WAAW;EACX,OAAO;EACP,QAAQ;CACT;AACD;EACE,cAAc;CACf;AACD;EACE,qBAAqB;EACrB,mBAAmB;EACnB,qBAAqB;EACrB,aAAa;EACb,iDAAiD;EACjD,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,mBAAmB;EACnB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,oBAAoB;EACpB,qBAAqB;CACtB;AACD;EACE,oBAAoB;EACpB,eAAe;CAChB;AACD;EACE,YAAY;EACZ,0BAA0B;EAC1B,8BAA8B;EAC9B,eAAe;EACf,kCAAkC;CACnC;AACD;EACE,yFAAyF;UACjF,iFAAiF;EACzF,qBAAqB;EACrB,4BAA4B;EAC5B,iBAAiB;EACjB,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,aAAa;EACb,sBAAsB;CACvB;AACD;EACE,+BAA+B;EAC/B,mBAAmB;EACnB,aAAa;EACb,6CAA6C;EAC7C,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,aAAa;EACb,WAAW;EACX,aAAa;EACb,sBAAsB;CACvB;AACD;EACE,iBAAiB;EACjB,mBAAmB;EACnB,0BAA0B;CAC3B;AACD;EACE,wBAAwB;EACxB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,qBAAqB;EACrB,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,sBAAsB;EACtB,qBAAqB;EACrB,sBAAsB;EACtB,oBAAoB;EACpB,aAAa;EACb,4BAA4B;CAC7B;AACD;EACE,YAAY;EACZ,sBAAsB;EACtB,6CAA6C;CAC9C;AACD;EACE,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,sBAAsB;EACtB,0BAA0B;MACtB,uBAAuB;UACnB,+BAA+B;EACvC,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,0CAA0C;CAC3C;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,oBAAoB;EACpB,qBAAqB;EACrB,mBAAmB;CACpB;AACD;EACE,eAAe;EACf,WAAW;EACX,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,QAAQ;EACR,UAAU;EACV,SAAS;EACT,qCAAqC;EACrC,mBAAmB;EACnB,iBAAiB;EACjB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,sBAAsB;CACvB;AACD;EACE,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,wBAAwB;EACxB,gCAAgC;EAChC,iBAAiB;EACjB,yBAAyB;EACzB,iBAAiB;EACjB,oBAAoB;EACpB,wBAAwB;EACxB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,0BAA0B;CAC3B;AACD;EACE,mBAAmB;EACnB,kBAAkB;EAClB,4BAA4B;EAC5B,cAAc;CACf;AACD;EACE,cAAc;EACd,sBAAsB;EACtB,mBAAmB;EACnB,2BAA2B;EAC3B,mBAAmB;CACpB;AACD;EACE,mBAAmB;EACnB,iBAAiB;EACjB,4BAA4B;EAC5B,kBAAkB;EAClB,wBAAwB;EACxB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,qBAAqB;EACrB,cAAc;EACd,+BAA+B;EAC/B,mBAAmB;EACnB,4BAA4B;EAC5B,mBAAmB;EACnB,UAAU;EACV,4BAA4B;EAC5B,qBAAqB;EACrB,mBAAmB;EACnB,wBAAwB;EACxB,8BAA8B;EAC9B,kBAAkB;EAClB,eAAe;CAChB;AACD;EACE,0BAA0B;CAC3B;AACD;EACE,qBAAqB;EACrB,2BAA2B;EAC3B,wBAAwB;EACxB,mBAAmB;EACnB,qCAAqC;EACrC,wBAAwB;EACxB,iCAAiC;EACjC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;EAC1B,eAAe;EACf,8BAA8B;EAC9B,qBAAqB;EACrB,mCAAmC;CACpC;AACD;EACE,sBAAsB;EACtB,iBAAiB;EACjB,wBAAwB;EACxB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;CAC3B;AACD;EACE,UAAU;EACV,WAAW;EACX,wBAAwB;EACxB,sBAAsB;EACtB,iBAAiB;EACjB,gCAAgC;EAChC,iBAAiB;EACjB,eAAe;EACf,0BAA0B;EAC1B,sBAAsB;CACvB;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,WAAW;EACX,YAAY;EACZ,iBAAiB;CAClB;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA;AACD;AACA;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;AACD;IACI,mCAAmC;YAC3B,2BAA2B;CACtC;CACA"
,
file
:
"secMap.vue"
,
sourcesContent
:[
"
\n
.fl-r[data-v-2cd7ee6e] {
\n
float: right;
\n
}
\n
.main-block[data-v-2cd7ee6e] {
\n
margin: 5px;
\n
background: white;
\n
padding: 5px;
\n
}
\n
.clear-both[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-track-piece {
\n
border-radius: 10px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar {
\n
width: 5px;
\n
height: 5px;
\n
}
\n
[data-v-2cd7ee6e]::-webkit-scrollbar-thumb {
\n
background-color: #999;
\n
border-radius: 10px;
\n
min-height: 10px;
\n
}
\n
.van-popup[data-v-2cd7ee6e] {
\n
width: 75.46666667vw;
\n
top: 20vh;
\n
border-radius: 5.86666667vw;
\n
overflow: hidden;
\n
text-align: center;
\n
padding-bottom: 6.93333333vw;
\n
font-size: 3.73333333vw;
\n
}
\n
.van-popup .content img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.van-popup .content .textBox[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw 0;
\n
}
\n
.van-popup .content .btn[data-v-2cd7ee6e] {
\n
background: #40A9FF;
\n
width: 48vw;
\n
height: 11.73333333vw;
\n
line-height: 11.73333333vw;
\n
color: white;
\n
display: inline-block;
\n
border-radius: 5.86666667vw;
\n
font-size: 5.86666667vw;
\n
}
\n
.liuyiBtn[data-v-2cd7ee6e] {
\n
position: fixed;
\n
bottom: 28vw;
\n
right: 2.66666667vw;
\n
z-index: 2003;
\n
-webkit-animation-name: swing-data-v-2cd7ee6e;
\n
-webkit-animation-duration: 0.8s;
\n
-webkit-transform-origin: 50% 50%;
\n
-webkit-animation-timing-function: linear;
\n
-webkit-animation-iteration-count: 3;
\n
}
\n
.liuyiBtn img[data-v-2cd7ee6e] {
\n
width: 26.66666667vw;
\n
}
\n
@-webkit-keyframes swing-data-v-2cd7ee6e {
\n
10% {
\n
-webkit-transform: rotate(15deg);
\n
transform: rotate(15deg);
\n
}
\n
20% {
\n
-webkit-transform: rotate(-10deg);
\n
transform: rotate(-10deg);
\n
}
\n
30% {
\n
-webkit-transform: rotate(5deg);
\n
transform: rotate(5deg);
\n
}
\n
40% {
\n
-webkit-transform: rotate(-5deg);
\n
transform: rotate(-5deg);
\n
}
\n
50%,
\n
100% {
\n
-webkit-transform: rotate(0deg);
\n
transform: rotate(0deg);
\n
}
\n
}
\n
.map[data-v-2cd7ee6e] {
\n
background: url('https://static-cdn.changchangenglish.com/new-sing/static/images/map.png') no-repeat;
\n
background-size: 36.26666667vw 55.2vw;
\n
}
\n
.defultStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 0;
\n
display: inline-block;
\n
}
\n
.right[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -5.33333333vw;
\n
display: inline-block;
\n
}
\n
.close[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: -2.93333333vw;
\n
right: -8.53333333vw;
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -10.66666667vw;
\n
display: inline-block;
\n
}
\n
.actStar[data-v-2cd7ee6e] {
\n
height: 5.33333333vw;
\n
width: 5.33333333vw;
\n
background-position: 0 -16vw;
\n
display: inline-block;
\n
}
\n
.clock[data-v-2cd7ee6e] {
\n
height: 7.46666667vw;
\n
width: 7.46666667vw;
\n
background-position: 0 -21.33333333vw;
\n
display: inline-block;
\n
}
\n
.money[data-v-2cd7ee6e] {
\n
height: 10.66666667vw;
\n
width: 10.66666667vw;
\n
background-position: 0 -28.8vw;
\n
display: inline-block;
\n
-webkit-animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
animation: dodge-data-v-2cd7ee6e 1s infinite;
\n
}
\n
.goLesson[data-v-2cd7ee6e] {
\n
height: 15.73333333vw;
\n
width: 36.26666667vw;
\n
background-position: 0 -39.46666667vw;
\n
display: inline-block;
\n
margin-top: 4vw;
\n
margin-bottom: 2.66666667vw;
\n
}
\n
.van-actionsheet .activit[data-v-2cd7ee6e] {
\n
color: yellowgreen;
\n
}
\n
.couponBox[data-v-2cd7ee6e] {
\n
padding: 0 5.06666667vw;
\n
position: relative;
\n
}
\n
.couponBox .bg[data-v-2cd7ee6e] {
\n
width: 100%;
\n
}
\n
.couponBox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
color: white;
\n
width: 90.4vw;
\n
}
\n
.couponBox .content .top[data-v-2cd7ee6e] {
\n
padding-left: 19.73333333vw;
\n
padding-top: 5.6vw;
\n
height: 12.8vw;
\n
}
\n
.couponBox .content .top .text-content[data-v-2cd7ee6e] {
\n
height: 5.06666667vw;
\n
line-height: 5.06666667vw;
\n
left: 50%;
\n
margin-top: 1.86666667vw;
\n
font-size: 4.53333333vw;
\n
}
\n
.couponBox .content .top .text-content.last[data-v-2cd7ee6e] {
\n
font-size: 12px;
\n
}
\n
.couponBox .content .top .text-content.last span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
background: #F83534;
\n
position: relative;
\n
width: 1.6em;
\n
height: 1.6em;
\n
line-height: 1.6em;
\n
border-radius: 3px;
\n
color: white;
\n
margin: 0 5px;
\n
font-size: 12px;
\n
text-align: center;
\n
}
\n
.couponBox .content .untime[data-v-2cd7ee6e] {
\n
padding: 8.53333333vw 0 10.66666667vw 19.73333333vw;
\n
-webkit-box-sizing: border-box;
\n
box-sizing: border-box;
\n
}
\n
.couponBox .content .bottom[data-v-2cd7ee6e] {
\n
padding: 9.06666667vw 2.4vw 0 4.53333333vw;
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
}
\n
.couponBox .content .bottom .logo[data-v-2cd7ee6e] {
\n
width: 18.66666667vw;
\n
height: 18.66666667vw;
\n
}
\n
.couponBox .content .bottom .center[data-v-2cd7ee6e] {
\n
width: 36vw;
\n
}
\n
.couponBox .content .bottom .center p[data-v-2cd7ee6e] {
\n
width: 41.33333333vw;
\n
overflow: hidden;
\n
text-overflow: ellipsis;
\n
white-space: nowrap;
\n
}
\n
.couponBox .content .bottom .center .tip[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
line-height: 6.4vw;
\n
}
\n
.couponBox .content .bottom .center .price[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 1.6vw;
\n
}
\n
.couponBox .content .bottom .center .price .now[data-v-2cd7ee6e] {
\n
font-size: 4vw;
\n
}
\n
.couponBox .content .bottom .center .price .old[data-v-2cd7ee6e] {
\n
text-decoration: line-through;
\n
font-size: 3.2vw;
\n
}
\n
.couponBox .content .bottom .btn[data-v-2cd7ee6e] {
\n
border-radius: 4vw;
\n
width: 18.66666667vw;
\n
height: 8vw;
\n
background: #FF4F59;
\n
margin-top: 10.66666667vw;
\n
line-height: 8vw;
\n
text-align: center;
\n
font-size: 3.46666667vw;
\n
}
\n
.unStart[data-v-2cd7ee6e] {
\n
text-align: center;
\n
}
\n
.unStart img[data-v-2cd7ee6e] {
\n
width: 80vw;
\n
}
\n
.unStart p[data-v-2cd7ee6e] {
\n
line-height: 22px;
\n
font-size: 16px;
\n
color: #666666;
\n
}
\n
.unStart div[data-v-2cd7ee6e] {
\n
width: 66.66666667vw;
\n
height: 10.66666667vw;
\n
line-height: 10.66666667vw;
\n
background: #40A9FF;
\n
color: white;
\n
border-radius: 5.33333333vw;
\n
margin-top: 19.2vw;
\n
}
\n
.noLesson[data-v-2cd7ee6e] {
\n
margin: 5.33333333vw;
\n
text-align: center;
\n
}
\n
.noLesson img[data-v-2cd7ee6e] {
\n
width: 80%;
\n
}
\n
.btn-conntent[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.line[data-v-2cd7ee6e] {
\n
position: absolute;
\n
right: 0;
\n
width: 1px;
\n
background: #eeeeee;
\n
top: 4vw;
\n
bottom: 4vw;
\n
}
\n
.lesson-block-hp[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.course_title[data-v-2cd7ee6e] {
\n
font-size: 20px;
\n
padding: 2.66666667vw 5.33333333vw;
\n
position: fixed;
\n
top: 0;
\n
width: 100%;
\n
background: white;
\n
z-index: 1000;
\n
border-bottom: 1px solid #eeeeee;
\n
}
\n
.unit-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
box-shadow: 0vw 0.26666667vw 1.06666667vw 0vw rgba(204, 204, 204, 0.5);
\n
width: 100%;
\n
position: fixed;
\n
background: white;
\n
z-index: 2;
\n
top: 0;
\n
left: 0;
\n
}
\n
.unit-block .banner2[data-v-2cd7ee6e] {
\n
display: none;
\n
}
\n
.unit-block .unit-li[data-v-2cd7ee6e] {
\n
width: 18.13333333vw;
\n
text-align: center;
\n
margin-top: 2.6666vw;
\n
height: 16vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0vw 0vw;
\n
font-size: 2.66666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
padding-top: 3.2vw;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.unit-block .unit-li img[data-v-2cd7ee6e] {
\n
width: 7.46666667vw;
\n
height: 7.46666667vw;
\n
}
\n
.unit-block .unit-li.active[data-v-2cd7ee6e] {
\n
background: #60ADF0;
\n
color: #ffffff;
\n
}
\n
.lesson-block[data-v-2cd7ee6e] {
\n
width: 100%;
\n
margin-top: 10.66666667vw;
\n
padding-bottom: 13.33333333vw;
\n
overflow: auto;
\n
-webkit-overflow-scrolling: touch;
\n
}
\n
.lesson-block .card-block[data-v-2cd7ee6e] {
\n
-webkit-box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
box-shadow: 0vw 0.53333333vw 1.33333333vw 0.26666667vw rgba(153, 153, 153, 0.56);
\n
margin: 5.33333333vw;
\n
border-radius: 2.13333333vw;
\n
overflow: hidden;
\n
position: relative;
\n
}
\n
.lesson-block .card-block .shadowbox[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
width: 100% ;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .shadow[data-v-2cd7ee6e] {
\n
background: rgba(0, 0, 0, 0.6);
\n
position: absolute;
\n
width: 100% ;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content[data-v-2cd7ee6e] {
\n
position: absolute;
\n
width: 100% ;
\n
z-index: 1;
\n
color: white;
\n
height: 37.33333333vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content p[data-v-2cd7ee6e] {
\n
font-size: 3.2vw;
\n
margin-top: 13.6vw;
\n
margin-left: 5.06666667vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div[data-v-2cd7ee6e] {
\n
font-size: 4.53333333vw;
\n
margin: 2.66666667vw;
\n
border: 1px solid white;
\n
border-radius: 5.06666667vw;
\n
width: 83.46666667vw;
\n
height: 10.13333333vw;
\n
line-height: 10.13333333vw;
\n
text-indent: 2.4vw;
\n
}
\n
.lesson-block .card-block .shadowbox .content div span[data-v-2cd7ee6e] {
\n
display: inline-block;
\n
width: 20.26666667vw;
\n
height: 10.13333333vw;
\n
background: #FF4F59;
\n
float: right;
\n
border-radius: 5.06666667vw;
\n
}
\n
.lesson-block .card-block img[data-v-2cd7ee6e] {
\n
width: 100%;
\n
height: 37.33333333vw;
\n
border-radius: 2.13333333vw 2.13333333vw 0 0;
\n
}
\n
.lesson-block .card-block .card-li[data-v-2cd7ee6e] {
\n
display: -webkit-box;
\n
display: -ms-flexbox;
\n
display: flex;
\n
display: -webkit-flex;
\n
-webkit-box-pack: justify;
\n
-ms-flex-pack: justify;
\n
justify-content: space-between;
\n
margin: auto;
\n
padding: 2.66666667vw;
\n
position: relative;
\n
border-bottom: 0.26666667vw solid #EEEEEE;
\n
}
\n
.lesson-block .card-block .card-li .text-block[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .textblock[data-v-2cd7ee6e] {
\n
margin-left: 0;
\n
}
\n
.lesson-block .card-block .card-li .star-block img[data-v-2cd7ee6e] {
\n
width: 5.33333333vw;
\n
height: 5.33333333vw;
\n
margin-left: 0.8vw;
\n
}
\n
.lesson-block .card-block .card-li .icon-block[data-v-2cd7ee6e] {
\n
margin: auto 0;
\n
width: 8vw;
\n
text-align: center;
\n
}
\n
.lesson-block .card-block .card-li .clock-block[data-v-2cd7ee6e] {
\n
position: absolute;
\n
top: 0;
\n
left: 0;
\n
bottom: 0;
\n
right: 0;
\n
background: rgba(255, 255, 255, 0.8);
\n
text-align: center;
\n
font-size: 3.2vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #999999;
\n
padding: 2.66666667vw;
\n
}
\n
.lesson-block .card-block .card-li .title[data-v-2cd7ee6e] {
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #000000;
\n
line-height: 7.46666667vw;
\n
}
\n
.lesson-block .card-block .card-li .tips[data-v-2cd7ee6e] {
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
min-width: 45.33333333vw;
\n
overflow: hidden;
\n
white-space: nowrap;
\n
text-overflow: ellipsis;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
}
\n
.lesson-block .card-block .gray .title[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.lesson-block .card-block .gray .tips[data-v-2cd7ee6e] {
\n
color: #999999;
\n
}
\n
.nounit[data-v-2cd7ee6e] {
\n
margin-top: 10.66666667vw;
\n
}
\n
.popup-block[data-v-2cd7ee6e] {
\n
text-align: center;
\n
background: white;
\n
border-radius: 2.13333333vw;
\n
width: 73.6vw;
\n
}
\n
.popup-block .header[data-v-2cd7ee6e] {
\n
width: 73.6vw;
\n
height: 36.53333333vw;
\n
padding-top: 9.6vw;
\n
background-size: 100% 100%;
\n
position: relative;
\n
}
\n
.popup-block .header .title[data-v-2cd7ee6e] {
\n
text-align: center;
\n
font-size: 6.4vw;
\n
font-family: Helvetica-Bold;
\n
font-weight: bold;
\n
padding: 0 5.33333333vw;
\n
color: #ffffff;
\n
line-height: 6.93333333vw;
\n
}
\n
.popup-block .header .tips[data-v-2cd7ee6e] {
\n
width: 24.53333333vw;
\n
height: 9.6vw;
\n
background: rgba(0, 0, 0, 0.2);
\n
text-align: center;
\n
border-radius: 1.06666667vw;
\n
position: absolute;
\n
left: 50%;
\n
margin-left: -12.26666667vw;
\n
bottom: 5.33333333vw;
\n
line-height: 9.6vw;
\n
font-size: 4.26666667vw;
\n
font-family: PingFang-SC-Bold;
\n
font-weight: bold;
\n
color: #ffffff;
\n
}
\n
.popup-block .content[data-v-2cd7ee6e] {
\n
padding-top: 3.73333333vw;
\n
}
\n
.popup-block .content .tips-title[data-v-2cd7ee6e] {
\n
height: 6.66666667vw;
\n
width: -webkit-fit-content;
\n
width: -moz-fit-content;
\n
width: fit-content;
\n
margin: 3.2vw auto 2.66666667vw auto;
\n
font-size: 4.26666667vw;
\n
font-family: PingFangSC-Semibold;
\n
font-weight: 600;
\n
color: #91edfa;
\n
line-height: 6.66666667vw;
\n
display: block;
\n
border-radius: 266.66666667vw;
\n
padding: 0.8vw 4.8vw;
\n
border: 0.53333333vw solid #91EDFA;
\n
}
\n
.popup-block .content .title-content[data-v-2cd7ee6e] {
\n
word-break: break-all;
\n
padding: 0 4.8vw;
\n
font-size: 3.73333333vw;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 4.53333333vw;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e] {
\n
margin: 0;
\n
padding: 0;
\n
font-size: 3.73333333vw;
\n
height: 15.46666667vw;
\n
overflow: hidden;
\n
font-family: PingFang-SC-Medium;
\n
font-weight: 500;
\n
color: #666666;
\n
line-height: 5.33333333vw;
\n
list-style-type: none;
\n
}
\n
.popup-block .content .title-content ul[data-v-2cd7ee6e]:after {
\n
content: '';
\n
display: block;
\n
clear: both;
\n
}
\n
.popup-block .content .title-content ul li[data-v-2cd7ee6e] {
\n
width: 50%;
\n
float: left;
\n
text-align: left;
\n
}
\n
@-webkit-keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@keyframes dodge-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
50% {
\n
-webkit-transform: scale(1.1, 1.1);
\n
transform: scale(1.1, 1.1);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.9, 0.9);
\n
transform: scale(0.9, 0.9);
\n
}
\n
}
\n
@-webkit-keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
@keyframes dodgehp-data-v-2cd7ee6e {
\n
0% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
50% {
\n
-webkit-transform: scale(0.7, 0.7);
\n
transform: scale(0.7, 0.7);
\n
}
\n
100% {
\n
-webkit-transform: scale(0.5, 0.5);
\n
transform: scale(0.5, 0.5);
\n
}
\n
}
\n
"
],
sourceRoot
:
""
}])},
zH3V
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"nsZj"
),
i
=
(
t
.
n
(
o
),
t
(
"hW8u"
)),
a
=
(
t
.
n
(
i
),
t
(
"7YDQ"
));
t
.
n
(
a
)}});
\ No newline at end of file
dev/static/js/manifest.
3f899bed608b785bc757
.js
→
dev/static/js/manifest.
6274084468e6925ec92d
.js
View file @
0977f703
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
t
,
r
){
for
(
var
o
,
d
,
b
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
d
=
c
[
i
],
f
[
d
]
&&
u
.
push
(
f
[
d
][
0
]),
f
[
d
]
=
0
;
for
(
o
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
o
)
&&
(
e
[
o
]
=
t
[
o
]);
for
(
a
&&
a
(
c
,
t
,
r
);
u
.
length
;)
u
.
shift
()();
if
(
r
)
for
(
i
=
0
;
i
<
r
.
length
;
i
++
)
b
=
n
(
n
.
s
=
r
[
i
]);
return
b
};
var
c
=
{},
f
=
{
37
:
0
};
function
n
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
n
),
f
.
l
=!
0
,
f
.
exports
}
n
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
n
){
a
=
f
[
e
]
=
[
c
,
n
]});
a
[
2
]
=
c
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
r
=
document
.
createElement
(
"script"
);
r
.
type
=
"text/javascript"
,
r
.
charset
=
"utf-8"
,
r
.
async
=!
0
,
r
.
timeout
=
12
e4
,
n
.
nc
&&
r
.
setAttribute
(
"nonce"
,
n
.
nc
),
r
.
src
=
n
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"b8d329232924c52f21f9"
,
1
:
"2af48a38a0a5ba4de8d7"
,
2
:
"320fe507d344efb0c388"
,
3
:
"fb9eacc4cab1241045b3"
,
4
:
"498fdae1cf375720d0fd"
,
5
:
"665e1536f07d3a98174d"
,
6
:
"31b7a0b8c7417a15445f"
,
7
:
"f1db37c6902f5aa481c6"
,
8
:
"131627a8ab119649a31a"
,
9
:
"e9c88acab2565bf7629c"
,
10
:
"fd3d73f3ae4cf823f641"
,
11
:
"824d4ca021e7d0fc13e1"
,
12
:
"40360dcce0a769c5019c"
,
13
:
"a49a6fe121412551f160"
,
14
:
"a0a3bf1f6c6d07ebc4bd"
,
15
:
"6dc965f957595f755035"
,
16
:
"40ce532f38950b924e5c"
,
17
:
"9498402cbdfb14710ef2"
,
18
:
"9d8477aa7d6551b11988"
,
19
:
"5a62a749b9ba8977df27"
,
20
:
"efc022c1cddf26b4e76e"
,
21
:
"b5fbe416a6ed0a351765"
,
22
:
"5711cb64898166468a42"
,
23
:
"c4f7239d893424072548"
,
24
:
"74105ee90759eb3a1c0c"
,
25
:
"710a83363e346f356722"
,
26
:
"0dcd222d813e24c1c38a"
,
27
:
"adcf10f7b58e924a2943"
,
28
:
"06b0ca68e1b4e7a0be92"
,
29
:
"5cbdfdcf0859e7be0f3e"
,
30
:
"089b631d6b1ef3203f55"
,
31
:
"5add3cb58a0305fc7b52"
,
32
:
"b5826e79a4bff96ab34e"
,
33
:
"d9c1dd5f78efa0809ec7"
,
34
:
"8b89d32c134f24882103"
}[
e
]
+
".js"
;
var
o
=
setTimeout
(
d
,
12
e4
);
function
d
(){
r
.
onerror
=
r
.
onload
=
null
,
clearTimeout
(
o
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
r
.
onerror
=
r
.
onload
=
d
,
t
.
appendChild
(
r
),
c
},
n
.
m
=
e
,
n
.
c
=
c
,
n
.
d
=
function
(
e
,
a
,
c
){
n
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
n
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
n
.
d
(
a
,
"a"
,
a
),
a
},
n
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
n
.
p
=
""
,
n
.
oe
=
function
(
e
){
throw
e
}}([]);
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
t
,
r
){
for
(
var
o
,
d
,
b
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
d
=
c
[
i
],
f
[
d
]
&&
u
.
push
(
f
[
d
][
0
]),
f
[
d
]
=
0
;
for
(
o
in
t
)
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
o
)
&&
(
e
[
o
]
=
t
[
o
]);
for
(
a
&&
a
(
c
,
t
,
r
);
u
.
length
;)
u
.
shift
()();
if
(
r
)
for
(
i
=
0
;
i
<
r
.
length
;
i
++
)
b
=
n
(
n
.
s
=
r
[
i
]);
return
b
};
var
c
=
{},
f
=
{
37
:
0
};
function
n
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
n
),
f
.
l
=!
0
,
f
.
exports
}
n
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
n
){
a
=
f
[
e
]
=
[
c
,
n
]});
a
[
2
]
=
c
;
var
t
=
document
.
getElementsByTagName
(
"head"
)[
0
],
r
=
document
.
createElement
(
"script"
);
r
.
type
=
"text/javascript"
,
r
.
charset
=
"utf-8"
,
r
.
async
=!
0
,
r
.
timeout
=
12
e4
,
n
.
nc
&&
r
.
setAttribute
(
"nonce"
,
n
.
nc
),
r
.
src
=
n
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"b8d329232924c52f21f9"
,
1
:
"2af48a38a0a5ba4de8d7"
,
2
:
"320fe507d344efb0c388"
,
3
:
"fb9eacc4cab1241045b3"
,
4
:
"498fdae1cf375720d0fd"
,
5
:
"665e1536f07d3a98174d"
,
6
:
"71f3619fc2cf472d5b4a"
,
7
:
"f1db37c6902f5aa481c6"
,
8
:
"131627a8ab119649a31a"
,
9
:
"e9c88acab2565bf7629c"
,
10
:
"fd3d73f3ae4cf823f641"
,
11
:
"824d4ca021e7d0fc13e1"
,
12
:
"40360dcce0a769c5019c"
,
13
:
"a49a6fe121412551f160"
,
14
:
"a0a3bf1f6c6d07ebc4bd"
,
15
:
"707d58743fc9a74249e6"
,
16
:
"122a88228eaf23a73c64"
,
17
:
"9498402cbdfb14710ef2"
,
18
:
"9d8477aa7d6551b11988"
,
19
:
"5a62a749b9ba8977df27"
,
20
:
"efc022c1cddf26b4e76e"
,
21
:
"b5fbe416a6ed0a351765"
,
22
:
"5711cb64898166468a42"
,
23
:
"c4f7239d893424072548"
,
24
:
"74105ee90759eb3a1c0c"
,
25
:
"710a83363e346f356722"
,
26
:
"0dcd222d813e24c1c38a"
,
27
:
"adcf10f7b58e924a2943"
,
28
:
"06b0ca68e1b4e7a0be92"
,
29
:
"5cbdfdcf0859e7be0f3e"
,
30
:
"089b631d6b1ef3203f55"
,
31
:
"5add3cb58a0305fc7b52"
,
32
:
"b5826e79a4bff96ab34e"
,
33
:
"d9c1dd5f78efa0809ec7"
,
34
:
"8b89d32c134f24882103"
}[
e
]
+
".js"
;
var
o
=
setTimeout
(
d
,
12
e4
);
function
d
(){
r
.
onerror
=
r
.
onload
=
null
,
clearTimeout
(
o
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
r
.
onerror
=
r
.
onload
=
d
,
t
.
appendChild
(
r
),
c
},
n
.
m
=
e
,
n
.
c
=
c
,
n
.
d
=
function
(
e
,
a
,
c
){
n
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
n
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
n
.
d
(
a
,
"a"
,
a
),
a
},
n
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
n
.
p
=
""
,
n
.
oe
=
function
(
e
){
throw
e
}}([]);
\ No newline at end of file
\ No newline at end of file
src/components/buy/index.vue
View file @
0977f703
...
@@ -521,9 +521,9 @@ export default {
...
@@ -521,9 +521,9 @@ export default {
if
(
!
userCourse
.
periods_list
)
{
if
(
!
userCourse
.
periods_list
)
{
// 优惠券
// 优惠券
get
AutomationCouponApi
(
).
then
(
res
=>
{
get
CouponListApi
(
this
.
$route
.
query
.
shopId
).
then
(
res
=>
{
if
(
res
.
coupon_list
.
length
){
if
(
res
.
length
){
this
.
couponInfo
=
res
.
coupon_list
[
0
]
this
.
couponInfo
=
res
[
0
]
this
.
couponShadow
=
true
;
this
.
couponShadow
=
true
;
}
}
// this.couponInfo = res[res.length - 1];
// this.couponInfo = res[res.length - 1];
...
...
src/components/indexPage/preview.vue
View file @
0977f703
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
@import "../../util/public";
@import "../../util/public";
.nofinish-block{
.nofinish-block{
position: relative;
.bg{width: 100%;vertical-align:top;}
.bg{width: 100%;vertical-align:top;}
.pic{position: absolute;left: 30*@toVw;width:315 *@toVw ;}
.pic{position: absolute;left: 30*@toVw;width:315 *@toVw ;}
.pic1{top: 505 *@toVw;height:115 *@toVw ;}
.pic1{top: 505 *@toVw;height:115 *@toVw ;}
...
...
src/components/map/secMap.vue
View file @
0977f703
...
@@ -202,6 +202,7 @@ import diaBGI from "../../assets/newLesson/diaBG.png";
...
@@ -202,6 +202,7 @@ import diaBGI from "../../assets/newLesson/diaBG.png";
import
couponBg
from
"../../assets/bg_coupon@2x.png"
;
import
couponBg
from
"../../assets/bg_coupon@2x.png"
;
import
mok4
from
"../../assets/newLesson/mok4.png"
;
import
mok4
from
"../../assets/newLesson/mok4.png"
;
import
{
IndexImage
}
from
"../../util/imgUrl"
;
import
{
IndexImage
}
from
"../../util/imgUrl"
;
import
cookie
from
"../../util/cookie"
;
import
"swiper/dist/css/swiper.css"
;
import
"swiper/dist/css/swiper.css"
;
import
{
swiper
,
swiperSlide
}
from
"vue-awesome-swiper"
;
import
{
swiper
,
swiperSlide
}
from
"vue-awesome-swiper"
;
import
{
Toast
,
Actionsheet
}
from
"vant"
;
import
{
Toast
,
Actionsheet
}
from
"vant"
;
...
@@ -820,6 +821,31 @@ export default {
...
@@ -820,6 +821,31 @@ export default {
</
script
>
</
script
>
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
@import "../../util/public";
@import "../../util/public";
.van-popup{
width: 283* @toVw;
top: 20vh;
border-radius: 22* @toVw;
overflow: hidden;
text-align: center;
padding-bottom: 26* @toVw;
font-size: 14* @toVw;
.content{
img{width: 100%;}
.textBox{
margin: 20* @toVw 0;
}
.btn{
background: #40A9FF;
width: 180* @toVw;
height: 44* @toVw;
line-height: 44* @toVw;
color: white;
display: inline-block;
border-radius: 22* @toVw;
font-size: 22* @toVw;
}
}
}
.liuyiBtn{
.liuyiBtn{
position: fixed;
position: fixed;
bottom: 105* @toVw;
bottom: 105* @toVw;
...
...
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