miaofuhao %!s(int64=6) %!d(string=hace) años
padre
commit
6461fffc83

+ 1 - 1
WeChat/client-side/js/AddWorkolder.js

@@ -2,7 +2,7 @@ mui.init({})
2 2
 var UserCode = helper.cookies.get("usercode");
3 3
 var openid = helper.cookies.get("openid");
4 4
 var areaID = helper.request.queryString("areaID");
5
-var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
5
+//var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
6 6
 $(function() {
7 7
 //	投诉咨询切换
8 8
 	$('.order_type').find('input[type="radio"]').on('change', function() {

+ 1 - 1
WeChat/client-side/js/editWorkolder.js

@@ -3,7 +3,7 @@ var id = helper.request.queryString("id");
3 3
 var UserCode = helper.cookies.get("usercode");
4 4
 var openid = helper.cookies.get("openid");
5 5
 var tate= helper.request.queryString("tate");
6
-var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
6
+//var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
7 7
 $(function() {
8 8
 //	投诉咨询切换
9 9
 	$('.order_type').find('input[type="radio"]').on('change', function() {

+ 3 - 4
WeChat/login.html

@@ -88,7 +88,7 @@
88 88
 			var openid = helper.cookies.get("openid");
89 89
 			var UserType = helper.cookies.get("usertype");
90 90
 //			var type = helper.request.queryString("type");
91
-//          var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
91
+	        //var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
92 92
 			//登陆验证
93 93
 			$("#login").on('tap', function() {
94 94
 				if(!$("#account").val()) {
@@ -116,9 +116,8 @@
116 116
 					success: function(data) {
117 117
 //						debugger
118 118
 						if(data.state == "success") {
119
-//							debugger
119
+							debugger
120 120
 							var UserType = data.data.usertype;
121
-//							alert(UserType)
122 121
 							var UserCode = data.data.usercode;
123 122
 							UserWord = $("#password").val();
124 123
 							var UserCode = data.data.usercode;
@@ -126,7 +125,7 @@
126 125
 							helper.cookies.set("usertype", UserType, 7);
127 126
 							helper.cookies.set("userword", UserWord, 7);
128 127
 //							window.location.href = "client-side/client_index.html";
129
-							//helper.cookies.set("openid", 'oXF5e1mWpX5DajW5_yjNLPKb8ThE', 7);//微信openid 测试用
128
+							helper.cookies.set("openid", 'oXF5e1mWpX5DajW5_yjNLPKb8ThE', 7);//微信openid 测试用
130 129
 							//window.location.href = "client-side/client_index.html?menuCode=LDDL";
131 130
 							//window.location.href = "client-side/client_index.html";
132 131
 							if(UserType == "-1") { //系统管理员