diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 25a82bb..6dbd10c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,24 @@ + + + + + + + + + + + + + + + + + @@ -38,7 +141,11 @@ register_blueprint route_user login_name + render_template + + ops_render + @@ -82,9 +198,9 @@ - @@ -93,7 +209,6 @@ - @@ -112,24 +227,6 @@ - - - - - - - - - - - - - - - - - - @@ -150,136 +247,66 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + value="{{ current_user.mobile }}">
@@ -30,15 +17,14 @@
- -
+
- +
@@ -51,3 +37,6 @@ {% endblock %} +{% block js %} + +{% endblock %} diff --git a/web/templates/user/reset_pwd.html b/web/templates/user/reset_pwd.html index 6241de3..f21934d 100644 --- a/web/templates/user/reset_pwd.html +++ b/web/templates/user/reset_pwd.html @@ -1,19 +1,6 @@ {% extends "common/layout_main.html" %} {% block content %} -
-
-
- -
-
-
+{% include "common/tab_user.html" %}

修改密码

@@ -21,14 +8,14 @@
- +
- +
@@ -57,3 +44,6 @@
{% endblock %} +{% block js %} + +{% endblock %}