添加测试页面

hotfix/paypal-note
尹诚诚 4 years ago
parent b786e90d05
commit fef80129ec

@ -316,7 +316,7 @@
//跳转到测试页面 //跳转到测试页面
function goto_test_page() { 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()); $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
return true; return true;
} }
@ -681,7 +681,7 @@
name="goto_page_button" target="_blank" title="查看"><i name="goto_page_button" target="_blank" title="查看"><i
class="glyphicon glyphtext-muted glyphicon glyphicon-eye-open text-muted"></i></a> 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" <a href="javascript:void(0);" onclick="goto_test_page();" id="goto_test_page_button"
name="goto_test_page_button" target="_blank" title="查看测试页面"><i name="goto_test_page_button" target="_blank" title="查看测试页面"><i
class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a> class="glyphicon glyphtext-muted glyphicon glyphicon-random text-muted"></i></a>

Loading…
Cancel
Save