Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
fb47f6b6
Commit
fb47f6b6
authored
Oct 31, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳课程详情页
parent
a719baaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/blessingPreheat/coursePopup/index.js
+2
-2
No files found.
src/components/blessingPreheat/coursePopup/index.js
View file @
fb47f6b6
...
...
@@ -53,7 +53,7 @@ class CoursePopup extends Component {
type
=
1
;
}
let
data
=
{
courseId
:
courseI
d
,
courseId
:
item
.
course_i
d
,
type
:
type
// 正常跳课程详情页type:0,积福气浏览课程详情页-没有浏览过type:1 已浏览过type:2
}
SendMessageToApp
(
"toCourse"
,
data
);
...
...
@@ -76,7 +76,7 @@ class CoursePopup extends Component {
<
span
className
=
"course-popup__item"
key
=
{
item
.
course_id
}
onClick
=
{
this
.
toCourseDetail
}
onClick
=
{
()
=>
{
this
.
toCourseDetail
(
item
)}
}
>
<
span
className
=
"course-popup__name"
>
{
item
.
course_title
}
<
/span
>
{
...
...
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