Explorar el Código

:ambulance: 资源分享给个人id为undefine

visuddhinanda@gmail.com hace 4 años
padre
commit
42c59fd654
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/share/share.js

+ 1 - 1
public/app/share/share.js

@@ -174,7 +174,7 @@ function username_search(keyword, type) {
 					for (const iterator of result) {
 						html +=
 							"<li onclick=\"user_selected('" +
-							iterator.uid +
+							iterator.id +
 							"','" +
 							iterator.username +
 							"',0)\">" +