diff --git a/css/login.css b/css/login.css
index d24413a..2014708 100644
--- a/css/login.css
+++ b/css/login.css
@@ -182,3 +182,7 @@ body{
.display-hide{
display: none;
}
+.alert-danger{
+ background-color: #fff !important;
+ border-color: #fff !important;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 1891f80..5a61796 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
-
+
@@ -531,6 +531,8 @@
+
+
diff --git a/js/common.js b/js/common.js
new file mode 100644
index 0000000..08279f4
--- /dev/null
+++ b/js/common.js
@@ -0,0 +1,8 @@
+/**
+ * Created by chenbiao on 2017/11/21.
+ */
+//用户退出登录
+$('#login_out_btn').on('click', function () {
+ // console.log("token:" + fn.getToken());
+ fn.loginOut();
+});
\ No newline at end of file
diff --git a/js/index.js b/js/index.js
index c69d4ee..e785f49 100644
--- a/js/index.js
+++ b/js/index.js
@@ -117,4 +117,5 @@ $(document).delegate('#list-con-wrap li span','click',function () {
alert(id);
$('#list-main-wrap').addClass('display-none');
$('#list-detail-wrap').removeClass('display-none');
-});
\ No newline at end of file
+});
+
diff --git a/js/pdalatform.js b/js/pdalatform.js
index ce6f6b9..7193f55 100644
--- a/js/pdalatform.js
+++ b/js/pdalatform.js
@@ -117,4 +117,5 @@ $(document).delegate('#list-con-wrap li span','click',function () {
alert(id);
$('#list-main-wrap').addClass('display-none');
$('#list-detail-wrap').removeClass('display-none');
-});
\ No newline at end of file
+});
+
diff --git a/js/thirdparty.js b/js/thirdparty.js
new file mode 100644
index 0000000..b64c385
--- /dev/null
+++ b/js/thirdparty.js
@@ -0,0 +1,3 @@
+/**
+ * Created by chenbiao on 2017/11/21.
+ */
diff --git a/js/wechatlatform.js b/js/wechatlatform.js
index ce6f6b9..7193f55 100644
--- a/js/wechatlatform.js
+++ b/js/wechatlatform.js
@@ -117,4 +117,5 @@ $(document).delegate('#list-con-wrap li span','click',function () {
alert(id);
$('#list-main-wrap').addClass('display-none');
$('#list-detail-wrap').removeClass('display-none');
-});
\ No newline at end of file
+});
+
diff --git a/pdalatform.html b/pdalatform.html
index 154d39e..14b45a1 100644
--- a/pdalatform.html
+++ b/pdalatform.html
@@ -22,7 +22,7 @@
-
+
@@ -531,6 +531,9 @@
+
+
+
diff --git a/thirdparty.html b/thirdparty.html
index f2e7fae..e1d3ad5 100644
--- a/thirdparty.html
+++ b/thirdparty.html
@@ -22,7 +22,7 @@
-