wangchuanjin hace 9 años
padre
commit
0179b3d099
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      weixin/src/qfw/weixin/distinguishwork.go

+ 1 - 0
weixin/src/qfw/weixin/distinguishwork.go

@@ -287,6 +287,7 @@ func Monitor(w http.ResponseWriter, r *http.Request) {
 		h_w += fmt.Sprint(k) + ":" + fmt.Sprint(v) + "<br>"
 	}
 	for _, v := range waitWorks {
+		delete(v, "img")
 		h_wa += fmt.Sprint(v) + "<br>"
 	}
 	if h_p == "" {