diff --git a/WebRoot/Excel/b1efc524-9a7e-443e-b2e6-e302bf72bc1d.pdf b/WebRoot/Excel/b1efc524-9a7e-443e-b2e6-e302bf72bc1d.pdf
index 27fb9bb6..40a06242 100644
Binary files a/WebRoot/Excel/b1efc524-9a7e-443e-b2e6-e302bf72bc1d.pdf and b/WebRoot/Excel/b1efc524-9a7e-443e-b2e6-e302bf72bc1d.pdf differ
diff --git a/WebRoot/index.html b/WebRoot/index.html
index d25b3bbf..cccc61f0 100644
--- a/WebRoot/index.html
+++ b/WebRoot/index.html
@@ -60,6 +60,7 @@
- 修改密码
+ - 修改联系方式
- 注销登录
@@ -152,6 +153,17 @@
});
});
+ $("#changeContact").click(function () {
+ $(".layui-this").removeAttr("class");
+ layer.open({
+ type: 2,
+ title: '修改联系方式',
+ shade: 0.1,
+ area: ['650px', '230px'],
+ content: './view/changeContact.html'
+ });
+ });
+
var loginPersonInfo = getPersonLoginInfo($);
$("#personName").html(" " + loginPersonInfo.person_name);
diff --git a/WebRoot/view/changeContact.html b/WebRoot/view/changeContact.html
new file mode 100644
index 00000000..8cb3ee0c
--- /dev/null
+++ b/WebRoot/view/changeContact.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/view/tb/org/task_list.html b/WebRoot/view/tb/org/task_list.html
index b36a1078..47ce8eb1 100644
--- a/WebRoot/view/tb/org/task_list.html
+++ b/WebRoot/view/tb/org/task_list.html
@@ -37,7 +37,7 @@