Ver Código Fonte

服务浏览

luyanan 7 anos atrás
pai
commit
7ff818c916
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/js/serviceShow.js

+ 1 - 1
app/js/serviceShow.js

@ -174,7 +174,7 @@ mui.plusReady(function() {
174 174
					} else if(p1 == 2) {
175 175
						p2.querySelector(".pName").innerHTML = ($data.forShort) ? $data.forShort : $data.name;
176 176
						if($data.authStatus == 3)
177
							p2.querySelector(".authicon").classList.add(authicon - com - ok);
177
							p2.querySelector(".authicon").classList.add("authicon-com-ok");
178 178
						return;
179 179
					}
180 180
					self.authorProperty.setAttribute("data-id", $data.id);