Browse Source

手机验证码

Signed-off-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.7.1
chenshihai 3 years ago
parent
commit
c0f2f671ff
1 changed files with 2 additions and 2 deletions
  1. +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: {
slideID: 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) {


Loading…
Cancel
Save