From c0f2f671ff369beac99b4ce178ce18699673779f Mon Sep 17 00:00:00 2001 From: chenshihai Date: Mon, 20 Jun 2022 16:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=20Signed-off-by:=20chenshihai=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/auth/phone_verify.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user/auth/phone_verify.tmpl b/templates/user/auth/phone_verify.tmpl index 6898b4d36..8f8e2ea87 100644 --- a/templates/user/auth/phone_verify.tmpl +++ b/templates/user/auth/phone_verify.tmpl @@ -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) {