Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
董佳音
/
networkSchool
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
董佳音
2017-09-13 09:29:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d8b552d7caafc4f65141cf4abd7d6ca7375384f
2d8b552d
1 parent
170543b6
修改预约课堂 mettingid 错误问题
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
src/ape/SubscribeApe.js
src/ape/SubscribeApe.js
查看文件 @
2d8b552
...
...
@@ -33,6 +33,7 @@ class SubscribeApe extends Ape {
let
that
=
this
;
let
_url
=
ClassDataProxy
.
locationProtocol
+
ClassDataProxy
.
locationProt
+
'/studentMeeting/addStudentMeeting'
;
let
status
=
$
(
evt
.
currentTarget
).
attr
(
'data'
);
let
id
=
$
(
'#lanclassBox'
).
attr
(
'data'
);
this
.
id
=
id
;
$
.
ajax
({
type
:
"POST"
,
...
...
请
注册
或
登录
后发表评论