瀏覽代碼

专利列表

jack 7 年之前
父節點
當前提交
7f5a764a9b
共有 2 個文件被更改,包括 1 次插入6 次删除
  1. 1 0
      app/js/userInforShow-more.js
  2. 0 6
      app/js/userpatentList.js

+ 1 - 0
app/js/userInforShow-more.js

@ -154,6 +154,7 @@ mui.ready(function() {
154 154
							document.getElementById("perfessorsoJob").style.display = "none";
155 155
						}
156 156
						//荣誉奖项
157
						console.log(JSON.stringify($data.honors))
157 158
						if($data.honors.length) {
158 159
							honorShow({
159 160
								data: $data.honors,

+ 0 - 6
app/js/userpatentList.js

@ -28,12 +28,6 @@ mui.plusReady(function() {
28 28
				if(data.success) {
29 29
					var obj = data.data.data;
30 30
					if(obj.length > 0) {
31
						document.getElementById("patentNum").innerText = obj.length;
32
						if(obj.length > 2) {
33
							obj.length = 2;
34
							document.getElementById("seeMorePatent").classList.remove("displayNone");
35
						}
36
						alert(1)
37 31
						for(var i = 0; i < obj.length; i++) {
38 32
							var li = document.createElement("li");
39 33
							var li = document.createElement("li");