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
91c2a55b
Commit
91c2a55b
authored
Sep 17, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alert
parent
43a96fb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.js
config/index.js
+1
-1
index.vue
src/components/map/index.vue
+2
-1
No files found.
config/index.js
View file @
91c2a55b
...
...
@@ -61,7 +61,7 @@ module.exports = {
assetsRoot
:
path
.
resolve
(
__dirname
,
'../dist'
)
,
// assetsSubDirectory:process.env.NODE_ENV === 'production' ? 'static/2019061017':'static',
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
process
.
env
.
NODE_ENV
===
'production'
?
'https://static-cdn.changchangenglish.com/new-sing/'
:
'
https://static-cdn.changchangenglish.com/new-sing/
'
,
assetsPublicPath
:
process
.
env
.
NODE_ENV
===
'production'
?
'https://static-cdn.changchangenglish.com/new-sing/'
:
''
,
/**
* Source Maps
...
...
src/components/map/index.vue
View file @
91c2a55b
...
...
@@ -76,7 +76,7 @@
</div>
<div
class=
"card-block"
v-for=
"(data,index) in lessonList"
>
<img
:src=
"data[0].cover+'?imageslim'"
/>
<div
:class=
"'card-li cid'+item.id"
v-for=
"(item,x) in data"
@
click=
"showDia
(item,x+1)"
>
<div
:class=
"'card-li cid'+item.id"
v-for=
"(item,x) in data"
@
click=
"showDia
"
>
<!-- showDia(item,x+1) --
>
<div
class=
"text-block"
>
<div
class=
"title"
>
{{
item
.
name
|
substr10
}}
...
...
@@ -492,6 +492,7 @@
},
// 显示课程弹窗
showDia
(
data
,
i
){
alert
(
8888
)
if
(
data
.
push_time
!==
'0000-00-00'
){
getLessonDetailApi
(
this
.
secActions
.
id
,
data
.
id
,
data
.
ele_id
).
then
(
res
=>
{
res
.
content
=
JSON
.
parse
(
res
.
content
);
...
...
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