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
dd3d0c37
Commit
dd3d0c37
authored
Dec 09, 2019
by
baixian
Browse files
Options
Browse Files
Download
Plain Diff
优化
parents
a32b91db
3acd9ebc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
index.html
index.html
+2
-2
deployschool.js
src/models/deployschool.js
+6
-0
index.js
src/pages/classdetail/index.js
+1
-1
index.js
src/pages/student/index.js
+1
-1
No files found.
index.html
View file @
dd3d0c37
...
...
@@ -12,11 +12,11 @@
<![endif]-->
<script
charset=
"utf-8"
src=
"https://map.qq.com/api/js?v=2.exp&key=XSZBZ-5LHCV-5I2P7-UQHPW-6456F-JBB3B"
></script>
<script
src=
"
js/console-polyfill.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/es6-shim.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/es5-shim.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/es5-sham.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/json3.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/html5shiv.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"js/polyfill.js?20191012222"
charset=
"utf-8"
></script><script
src=
"
lib/vendor.dll.js?20191012222"
charset=
"utf-8"
></script>
<script
src=
"
https://cdn.img.shangjiadao.cn/qingxiao/biz/js/console-polyfill.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/es6-shim.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/es5-shim.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/es5-sham.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/json3.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/html5shiv.min.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/polyfill.js?20191012222"
charset=
"utf-8"
></script><script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/
lib/vendor.dll.js?20191012222"
charset=
"utf-8"
></script>
</head>
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"
dist/main.js?1575610408745
"
charset=
"utf-8"
></script>
<script
src=
"
https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.js?1575613527689
"
charset=
"utf-8"
></script>
</body>
</html>
\ No newline at end of file
src/models/deployschool.js
View file @
dd3d0c37
...
...
@@ -56,6 +56,12 @@ export default {
},
*
selectStatus
({
payload
},
{
call
,
put
,
select
})
{
// 释放该页面存储的所有状态
const
{
sid
}
=
yield
select
(
state
=>
state
.
deployschool
);
yield
put
({
type
:
'updateState'
,
payload
:
{
schoolStatus
:
''
,
},
});
const
data
=
yield
call
(
newregister
.
selectDeploySchool
,
{
school_id
:
sid
,
});
...
...
src/pages/classdetail/index.js
View file @
dd3d0c37
...
...
@@ -27,7 +27,7 @@ class ClassDetailForm extends React.Component {
};
}
componentDidMount
()
{
// 挂载
pageIn
(
'班级管理'
);
pageIn
(
'班级管理
'
);
const
{
dispatch
}
=
this
.
props
;
const
addClassStudentbtn
=
document
.
getElementById
(
'classdetail_addStudent'
);
if
(
addClassStudentbtn
)
{
...
...
src/pages/student/index.js
View file @
dd3d0c37
...
...
@@ -26,7 +26,7 @@ class StudentMgt extends React.Component {
cage
:
0
,
qrCodeTitle
:
''
,
avatorUploader
:
{
maxsize
:
8192
,
// 奖品图片最大尺寸KBcropper: {
maxsize
:
8192
,
// 奖品图
片最大尺寸KBcropper: {
cropper
:
{
croppered_params
:
[],
// 图片裁剪后的参数
config
:
{
...
...
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