Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
wangxuelai
biz.qingxiao.com
Commits
2fb699a5
Commit
2fb699a5
authored
Oct 09, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
a500adfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
students.js
src/models/students.js
+1
-1
teachers.js
src/models/teachers.js
+1
-0
No files found.
src/models/students.js
View file @
2fb699a5
...
...
@@ -992,8 +992,8 @@ export default {
const
{
sid
}
=
yield
select
(
state
=>
state
.
webapp
);
const
scholluuidData
=
yield
call
(
commonAjax
.
getschooluuid
,
{
school_id
:
sid
,
type
:
1
,
});
console
.
log
(
scholluuidData
,
'scholluuidData'
);
if
(
scholluuidData
.
code
==
200
)
{
const
qrcodeData
=
yield
call
(
commonAjax
.
generateQrcode
,
{
scene
:
`s=
${
sid
}
uuid=
${
scholluuidData
.
data
}
`
,
...
...
src/models/teachers.js
View file @
2fb699a5
...
...
@@ -381,6 +381,7 @@ export default {
const
{
sid
}
=
yield
select
(
state
=>
state
.
webapp
);
const
scholluuidData
=
yield
call
(
commonAjax
.
getschooluuid
,
{
school_id
:
sid
,
type
:
2
,
});
if
(
scholluuidData
.
code
==
200
)
{
const
qrcodeData
=
yield
call
(
commonAjax
.
generateQrcode
,
{
...
...
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