Sfoglia il codice sorgente

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

xuchunyang 8 anni fa
parent
commit
5272d5d9d8

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

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

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

52
				},
52
				},
53
			});
53
			});
54
		} else {
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
								'<div class="logo-block"></div>'+
10
								'<div class="logo-block"></div>'+
11
								'<p>' +
11
								'<p>' +
12
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">关于我们</a>' +
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
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
14
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
15
									'<a class="listlink" href="../privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
15
									'<a class="listlink" href="../privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
16
									'<a class="listlink" href="../download.html" target="_blank" rel="nofollow">产品下载</a>' +
16
									'<a class="listlink" href="../download.html" target="_blank" rel="nofollow">产品下载</a>' +

+ 1 - 1
js/footer.js

7
								'<div class="logo-block"></div>'+
7
								'<div class="logo-block"></div>'+
8
								'<p>' +
8
								'<p>' +
9
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">关于我们</a>' +
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
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
11
									'<a class="listlink" href="javascript:void(0);" target="_blank" rel="nofollow">我是专家</a>' +
12
									'<a class="listlink" href="privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
12
									'<a class="listlink" href="privacy.html" target="_blank" rel="nofollow">用户协议</a>' +
13
									'<a class="listlink" href="download.html" target="_blank" rel="nofollow">产品下载</a>' +
13
									'<a class="listlink" href="download.html" target="_blank" rel="nofollow">产品下载</a>' +