This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
手机验证码
Signed-off-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.7.1
chenshihai
3 years ago
parent
1f9becdf0b
commit
c0f2f671ff
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/user/auth/phone_verify.tmpl
+ 2
- 2
templates/user/auth/phone_verify.tmpl
View File
@@ -291,8 +291,8 @@
type: 'post',
dataType: 'json',
data: {
slide
ID
: self.imgID,
x: self.dom.find('.slide-image-small').position().left
slide
_id
: self.imgID,
x:
parseInt(
self.dom.find('.slide-image-small').position().left
)
},
success: function(res) {
if (res && res.code === 0) {
Write
Preview
Loading…
Cancel
Save