Ver Fonte

文案更新

541469799@qq.com há 1 ano atrás
pai
commit
1aee133995
2 ficheiros alterados com 19 adições e 8 exclusões
  1. 16 5
      app/index/view/index/index.html
  2. 3 3
      app/index/view/passport/logIn.html

Diff do ficheiro suprimidas por serem muito extensas
+ 16 - 5
app/index/view/index/index.html


+ 3 - 3
app/index/view/passport/logIn.html

@@ -295,9 +295,9 @@
                     //验证成功后进入
                     if (obj.status === 200 || obj.status === '200') {
                         const parentElement = $(this).parent();
-                        parentElement.hide(0)
-                        parentElement.siblings().hide(0)
-                        $("#setPasswordModel").show(0)
+                        //parentElement.hide(0)
+                        //parentElement.siblings().hide(0)
+                        $("#setPasswordModel").show(0).siblings().hide(0)
                     }else {
                         showToast('Please try again later.')
                     }