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
7ea32330
Commit
7ea32330
authored
Jul 23, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
723
parent
7728bee4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
success.vue
src/components/buy/success.vue
+2
-1
index.vue
src/components/newLesson/index.vue
+0
-1
No files found.
src/components/buy/success.vue
View file @
7ea32330
...
...
@@ -24,7 +24,7 @@
</span>
</div>
</div>
<div
@
click=
"copy"
class=
'
btn'
>
<div
@
click=
"copy"
ref=
"copy"
class=
'copy
btn'
>
复制文案
</div>
</div>
...
...
@@ -174,6 +174,7 @@ export default {
},
methods
:
{
copy
(){
this
.
$sa
.
quick
(
'trackHeatMap'
,
this
.
$refs
.
copy
)
this
.
$copyText
(
this
.
textContent
).
then
(
e
=>
{
Toast
(
"复制成功"
);
});
...
...
src/components/newLesson/index.vue
View file @
7ea32330
...
...
@@ -208,7 +208,6 @@ export default {
let
nowTime
=
Date
.
parse
(
new
Date
());
let
lookTime
=
(
nowTime
-
lessonDetail
.
nowTime
)
/
1000
;
console
.
log
(
this
.
lesson
);
this
.
$sa
.
track
(
"watchClick"
,
{
buttonName
:
"返回课程列表"
,
partName
:
...
...
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