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
6ba14f4a
Commit
6ba14f4a
authored
Nov 03, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '11-11' into dev
parents
3df8468b
1529e08f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
17 deletions
+14
-17
src/components/activity/index.js
+1
-8
src/components/activity/invite.js
+7
-1
src/components/blessingPreheat/addressPopup/index.js
+3
-1
src/components/blessingPreheat/collectBlessing/index.js
+0
-3
src/components/blessingPreheat/live/index.js
+2
-2
src/components/order/index.js
+1
-2
No files found.
src/components/activity/index.js
View file @
6ba14f4a
...
...
@@ -19,14 +19,7 @@ class Activity extends Component {
if
(
this
.
props
.
user
.
hasError
)
{
this
.
props
.
history
.
push
(
'/passport'
);
}
else
{
http
.
get
(
`
${
API
.
home
}
/sys/receive/reg/gift`
).
then
(
res
=>
{
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
===
200
)
{
Toast
.
info
(
'领取成功,你可前往七月在线官网/APP进行查看'
,
2
);
}
else
{
Toast
.
info
(
msg
,
2
);
}
})
Toast
.
info
(
'领取成功,你可前往七月在线官网/APP进行查看'
,
2
);
}
}
...
...
src/components/activity/invite.js
View file @
6ba14f4a
...
...
@@ -34,6 +34,12 @@ class Invite extends Component {
this
.
getUserList
();
this
.
getHotValue
();
}
wxShare
({
title
:
'AI充电节,积福气享1折秒课,超10万元奖品来就送!!'
,
desc
:
'把这门超5万人报名的【Python基础入门 升级版】课程送给你,附200元红包,请笑纳!--七月在线'
,
link
:
encodeURI
(
location
.
origin
+
`/invite?shareuid=
${
jsCookie
.
get
(
'uid'
)}
&new=1&inviteCode=
${
inviteCode
}
`
),
imgUrl
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/index-share-img.png'
,
});
}
componentWillReceiveProps
(
nextProps
)
{
...
...
@@ -105,7 +111,7 @@ class Invite extends Component {
isWeiXin
:
true
,
});
}
else
{
history
.
push
(
`invite?shareuid=
${
jsCookie
.
get
(
'uid'
)}
&new=1&inviteCode=
${
inviteCode
}
`
)
history
.
push
(
`
/
invite?shareuid=
${
jsCookie
.
get
(
'uid'
)}
&new=1&inviteCode=
${
inviteCode
}
`
)
this
.
setState
({
showTip
:
true
,
});
...
...
src/components/blessingPreheat/addressPopup/index.js
View file @
6ba14f4a
...
...
@@ -77,6 +77,8 @@ class AddressPopup extends Component {
return
errors
;
}}
validateOnBlur
=
{
false
}
validateOnChange
=
{
false
}
onSubmit
=
{(
values
)
=>
{
this
.
handleToSubmit
(
values
);
}}
...
...
@@ -136,7 +138,7 @@ class AddressPopup extends Component {
/
>
<
button
className
=
"address-form__submit"
data
-
status
=
{
isEmpty
(
errors
)?
'do'
:
''
}
data
-
status
=
"do"
type
=
"submit"
>
提交
<
/button
>
<
/Form
>
...
...
src/components/blessingPreheat/collectBlessing/index.js
View file @
6ba14f4a
...
...
@@ -71,11 +71,8 @@ class CollectBlessing extends Component {
}
}
else
{
if
(
!
uid
)
{
console
.
log
(
1
,
1
);
history
.
push
(
'/passport'
);
}
else
{
console
.
log
(
2
,
1
);
history
.
push
(
'/blessingPreheat?utm_source=qq&utm_medium=11&utm_campaign=QQ11&utm_content=11&utm_term=11'
)
this
.
fetchUserBlessing
(
3
,
()
=>
{
this
.
handleToAddBlessing
(
3
);
...
...
src/components/blessingPreheat/live/index.js
View file @
6ba14f4a
...
...
@@ -73,10 +73,10 @@ class Live extends Component {
if
(
user
.
hasError
)
{
history
.
push
(
'/passport/login'
)
}
http
.
get
(
`
${
API
.
home
}
/sys/createLiveQrcode/
${
id
}
`
)
http
.
get
(
`
${
API
[
'base-api'
]
}
/sys/createLiveQrcode/
${
id
}
`
)
.
then
(
res
=>
{
const
{
data
}
=
res
if
(
data
.
code
==
200
)
{
if
(
data
.
errno
==
200
)
{
QRCode
.
toDataURL
(
data
.
data
.
url
,
(
err
,
url
)
=>
{
Popup
({
title
:
'扫码关注“七月在线”服务号即可预约'
,
...
...
src/components/order/index.js
View file @
6ba14f4a
...
...
@@ -145,8 +145,7 @@ class Order extends Component {
ischeck
:
this
.
state
.
useBalance
,
}
http
.
post
(
`
${
API
[
'base-api'
]}
/pdd/m`
,
params
).
then
(
res
=>
{
console
.
log
(
res
);
if
(
res
.
data
.
errno
===
200
)
{
if
(
Number
(
res
.
data
.
errno
)
===
200
)
{
sessionStorage
.
removeItem
(
'orderUseCacheObj'
);
if
(
res
.
data
.
data
.
pay_jump
===
1
)
{
this
.
props
.
history
.
push
(
`/togroup?id=
${
res
.
data
.
data
.
oid
}
`
);
...
...
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