Explorar el Código

企业资源发布

luyanan %!s(int64=7) %!d(string=hace) años
padre
commit
c4340ea52b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      cmp-portal/js/resourceList.js
  2. 1 1
      cmp-portal/resourceIssue.html

+ 1 - 1
cmp-portal/js/resourceList.js

@ -29,7 +29,7 @@ $(document).ready(function() {
29 29
						$("#mb_btn_no").val("稍后再说");
30 30
						$("#mb_btn_ok").val("去认证");
31 31
					}else if(data.data.length>0){
32
						location.href="resourceIssue.html"
32
						window.open("resourceIssue.html")
33 33
					}
34 34
				}
35 35
			},

+ 1 - 1
cmp-portal/resourceIssue.html

@ -51,7 +51,7 @@
51 51
						<div class="aboutTit">关键词<span class="frmconmsg" id="keyPrompt"></span></div>
52 52
						<div class="col-w-12" style="position: relative;">
53 53
							<input type="text" class="frmcontype oinput" placeholder="请输入关键词" data-pro="关键词不得超过15个字"  data-num="5" data-fontSizeN="15" id="KeyWord" />
54
							<button type="button" class="frmcontype btnModel frmaddG addButton">添加</button>
54
							<button type="button" class="frmcontype btnModel frmadd addButton">添加</button>
55 55
							<div class="form-drop keydrop">
56 56
								<ul>
57 57