Browse Source

修改底部企业入驻链接,修改邮箱绑定浏览器兼容问题

xuchunyang 8 years ago
parent
commit
5272d5d9d8

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

@ -104,8 +104,8 @@ $(function() {
104 104
							for(var j in hash) {
105 105
								$(this).attr("href", hash[url]);
106 106
								window.open(hash[url]);
107
								location.reload(true);
108 107
							}
108
							location.reload(true);
109 109
						});
110 110
					} else {
111 111
						$.MsgBox.Alert('提示', '发送邮箱验证失败')

+ 1 - 1
cmp-portal/js/cmp-settled-log.js

@ -52,7 +52,7 @@ $(function() {
52 52
				},
53 53
			});
54 54
		} else {
55
			$(".msgLog1 span").text("请输入正确邮箱地址");
55
			$(".msgLog1 span").text("请输入正确邮箱地址");
56 56
		}
57 57
	}
58 58


+ 1 - 1
cmp-portal/js/public/cmpFooter.js

@ -10,7 +10,7 @@ footerHtml += '<div class="container-fulid">'+
10 10
								'<div class="logo-block"></div>'+
11 11
								'<p>' +
12 12
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">关于我们</a>' +
13
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow" id="cmpSet">企业入驻</a>' +
13
									'<a class="listlink" href="javascript:void(0);"  rel="nofollow" id="cmpSet">企业入驻</a>' +
14 14
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
15 15
									'<a class="listlink" href="../privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
16 16
									'<a class="listlink" href="../download.html" target="_blank" rel="nofollow">产品下载</a>' +

+ 1 - 1
js/footer.js

@ -7,7 +7,7 @@ footerHtml += '<div class="container-fulid">'+
7 7
								'<div class="logo-block"></div>'+
8 8
								'<p>' +
9 9
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">关于我们</a>' +
10
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow" id="cmpSet2">企业入驻</a>' +
10
									'<a class="listlink" href="javascript:void(0);" rel="nofollow" id="cmpSet2">企业入驻</a>' +
11 11
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
12 12
									'<a class="listlink" href="privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
13 13
									'<a class="listlink" href="download.html" target="_blank" rel="nofollow">产品下载</a>' +