Browse Source

服务浏览

luyanan 7 years ago
parent
commit
7ff818c916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/serviceShow.js

+ 1 - 1
app/js/serviceShow.js

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