From c19d1c92a228cb8d4ac33dce7d161a8ac08e5edb Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 14 Jul 2023 17:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=AF=86=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/h5Income/js/login.js | 2 +- view/peko/modules/h5Income/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/peko/modules/h5Income/js/login.js b/view/peko/modules/h5Income/js/login.js index e263bc5..1c7cf87 100644 --- a/view/peko/modules/h5Income/js/login.js +++ b/view/peko/modules/h5Income/js/login.js @@ -90,7 +90,7 @@ function ticket () { // 登入接口 function oauthToken () { if (idOrPhone) { - var phone = $('.box .idLogin .id').val(); + var phone = encryptDes($('.box .idLogin .id').val(), '1ea53d260ecf11e7b56e00163e046a26'); var password = encryptDes($('.box .idLogin .password').val(), '1ea53d260ecf11e7b56e00163e046a26'); } else { var phone = $('.box .phone .phoneNumberBox .phoneNumber').val(); diff --git a/view/peko/modules/h5Income/login.html b/view/peko/modules/h5Income/login.html index dba4658..679e868 100644 --- a/view/peko/modules/h5Income/login.html +++ b/view/peko/modules/h5Income/login.html @@ -61,4 +61,4 @@ - \ No newline at end of file + \ No newline at end of file