tujidelv 1 år sedan
förälder
incheckning
0553f820cf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/resources/static/js/my-picture.js

+ 1 - 1
src/main/resources/static/js/my-picture.js

@@ -195,7 +195,7 @@ function search(pageNo, startFlag, searchSelectFlag) {
                         "           <span class=\"pic-text text-right\" title=\"\" \">" + scoreStr + "</span>" +
                         "       </a>" +
                         "       <div class=\"myui-vodlist__detail\">" +
-                        "           <h4 class=\"videodetail title text-overflow\" orginUrl='" + picInfo.path + "'><a title=\" " + picInfo.remark + " \">" + picInfo.remark + "</a></h4>" +
+                        "           <h4 class=\"videodetail title text-overflow\" orginUrl='" + picInfo.path + "'><a title=\" " + picInfo.remark + " \">" + title + "</a></h4>" +
                         "       </div>" +
                         "   </div>" +
                         "</li>";