luyanan 7 years ago
parent
commit
9d7a12c259
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e/wen.html

+ 1 - 1
e/wen.html

@ -304,7 +304,7 @@
304 304
305 305
				var this_ = "../html/qa-question-show.html?quid=" + questionId;
306 306
				wcFresh(this_);
307
				$("body").on("click", ".collectBtn,.go-answer,.invite-answer", function() {
307
				$(".list-main").on("click", "ul.item-btn", function() {
308 308
					isInstalled(this_, true);
309 309
					$(this).addClass("activeThis");
310 310
				})