Explorar el Código

发现添加企业资源

xuchunyang %!s(int64=7) %!d(string=hace) años
padre
commit
8bfe150fa1
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      js/discover.js

+ 10 - 0
js/discover.js

@ -70,6 +70,16 @@ $(function() {
70 70
								$itemlist.find("#newsimg").attr("style", "background-image: url(/data/resource/" + datalist.image + ");");
71 71
							}
72 72
							userFun(datalist.owner, $itemlist);
73
						} else if(type == 4) { //企业资源
74
							$itemlist.find("#newstype").text("资源");
75
							$itemlist.find("#newstype").addClass("resourceLabel");
76
							$itemlist.find("#newsimg").addClass("resource-default");
77
							$itemlist.find("#userimg").addClass("cmplogohead");
78
							$itemlist.find("#newsurl").attr("href", "resourceShow.html?resourceId=" + datalist.id);
79
							if(datalist.image) {
80
								$itemlist.find("#newsimg").attr("style", "background-image: url(/data/resource/" + datalist.image + ");");
81
							}
82
							cmpFun(datalist.owner, $itemlist)
73 83
						}
74 84
					}
75 85
					//分页