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
24c9508f
Commit
24c9508f
authored
Aug 20, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公众号
parent
143b4e37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
src/components/scholarship/index.js
+10
-3
No files found.
src/components/scholarship/index.js
View file @
24c9508f
...
@@ -68,19 +68,26 @@ class _Scholarship extends Component {
...
@@ -68,19 +68,26 @@ class _Scholarship extends Component {
}
}
http
.
get
(
`
${
API
[
'base-api'
]}
/wx/user_temporary_qrcode/
${
data
.
uid
}
`
).
then
(
res
=>
{
http
.
get
(
`
${
API
[
'base-api'
]}
/wx/user_temporary_qrcode/
${
data
.
uid
}
`
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
data
.
errno
===
0
)
{
if
(
res
.
data
.
errno
===
0
)
{
if
(
is_weixin
())
{
if
(
is_weixin
())
{
this
.
setState
({
this
.
setState
({
drawCashWechat
:
true
,
codeSrc
:
res
.
data
.
data
.
qr_image
codeSrc
:
res
.
data
.
data
.
qr_image
});
});
}
else
{
}
else
{
this
.
setState
({
this
.
setState
({
drawCashHtml
:
true
,
codeSrc
:
res
.
data
.
data
.
qr_image
codeSrc
:
res
.
data
.
data
.
qr_image
});
});
}
}
if
(
is_weixin
())
{
this
.
setState
({
drawCashWechat
:
true
});
}
else
{
this
.
setState
({
drawCashHtml
:
true
});
}
}
else
{
}
else
{
Toast
.
info
(
res
.
data
.
data
.
msg
,
2
);
Toast
.
info
(
res
.
data
.
data
.
msg
,
2
);
}
}
...
...
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