JH 跳转测试页面

master
LiaoYijun 11 months ago
parent 2db4120fc7
commit 0cf54fa2ff

@ -354,6 +354,13 @@
return true;
}
//JH 跳转测试页面
function goto_ghtest_page() {
var site_url = 'https://proxy-www.japanhighlights.com';
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
return true;
}
//GH 跳转测试页面
function goto_ghtest_page() {
var site_url = 'https://proxy-www.globalhighlights.com';
@ -758,6 +765,11 @@ if ($embody == 1) {
name="goto_test_page_button" target="_blank" title="查看测试页面"><i
class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a>
<?php }?>
<?php if ($information->ic_sitecode == 'jh') {?>
<a href="javascript:void(0);" onclick="goto_jhtest_page();" id="goto_test_page_button"
name="goto_test_page_button" target="_blank" title="查看测试页面"><i
class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a>
<?php }?>
</div>
<input class="form-control col-xs-24" type="text" id="ic_url" name="ic_url"
value="<?php echo $information->ic_url; ?>">

Loading…
Cancel
Save