|
|
|
@ -316,7 +316,7 @@
|
|
|
|
|
|
|
|
|
|
//跳转到测试页面
|
|
|
|
|
function goto_test_page() {
|
|
|
|
|
var site_url = 'http://169.54.172.35:3588/guide-use.php/travelguide/guide/?static_html_url=';
|
|
|
|
|
var site_url = 'https://proxy-www.chinahighlights.com';
|
|
|
|
|
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
@ -681,7 +681,7 @@
|
|
|
|
|
name="goto_page_button" target="_blank" title="查看"><i
|
|
|
|
|
class="glyphicon glyphtext-muted glyphicon glyphicon-eye-open text-muted"></i></a>
|
|
|
|
|
|
|
|
|
|
<?php if ($information->ic_sitecode == 'cht') { ?>
|
|
|
|
|
<?php if ($information->ic_sitecode == 'ch') { ?>
|
|
|
|
|
<a href="javascript:void(0);" onclick="goto_test_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>
|
|
|
|
|