diff --git a/pages/login/index.js b/pages/login/index.js index 488d1df..2ab0b9a 100644 --- a/pages/login/index.js +++ b/pages/login/index.js @@ -260,7 +260,7 @@ Page({ }); } else if (comeFrom == "set") { wx.reLaunch({ - url: "../workBench/index", + url: "../firstBill/index", }); } else if (comeFrom == "collect") { wx.reLaunch({ @@ -974,7 +974,7 @@ Page({ data: "login", }); wx.reLaunch({ - url: "/pages/workBench/index", + url: "/pages/firstBill/index", }); } } catch (e) { diff --git a/pages/login/index.wxss b/pages/login/index.wxss index 842589b..eb0583e 100644 --- a/pages/login/index.wxss +++ b/pages/login/index.wxss @@ -154,7 +154,7 @@ label.radio:last-child { } .loginForm { padding: 0 37px; - margin-top: -12%; + margin-top: -20%; } .phoneInput {