miaofuhao %!s(int64=6) %!d(string=hace) años
padre
commit
e9c666fd7a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      WeChat/client-side/js/index.js

+ 1 - 3
WeChat/client-side/js/index.js

@@ -2,8 +2,6 @@ var openid = helper.cookies.get("openid");
2 2
 var UserType = helper.cookies.get("usertype");
3 3
 var UserCode = helper.cookies.get("usercode");
4 4
 var UserWord = helper.cookies.get("userword");
5
-
6
-//alert(UserWord)
7 5
 //var openid = "oXF5e1mWpX5DajW5_yjNLPKb8ThE";
8 6
 $(".add_icon").click(function() {
9 7
 	//点击图片后发送跳转到指定页面的事件。
@@ -20,7 +18,7 @@ function workcount() {
20 18
 				//办理人员
21 19
 				$(".DJD").text(result.DJD); //待接单
22 20
 				$(".DCL").text(result.DCL); //待处理
23
-				$(".YCL").text(result.YCL); //已完成的
21
+				$(".YCL").text(result.YFP); //已完成的
24 22
 				//业务员
25 23
 				if(UserType == 2 || UserType == 4) {
26 24
 					$(".state").text("已创单");