diff --git a/gzh/customer/index.html b/gzh/customer/index.html
index fe931f6..d297e11 100644
--- a/gzh/customer/index.html
+++ b/gzh/customer/index.html
@@ -287,6 +287,7 @@
 	});
     function params(){
         var url = window.location.search;
+        map.set('ua',window.navigator.userAgent.toLowerCase());
         if (url.indexOf("?") != -1) {
             var p = url.substr(1);
             keys = p.split("&");