移动新ui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
hb_cyjc_yd/WebRoot/hbcyjc/InterReview/indexscenic/indexscenicgood_analysis_de...

113 lines
5.5 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ include file="/common/ctx.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>景区网评分析详情</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--图片查看插件css-->
<link type="text/css" rel="stylesheet" href="${ctx}/hbcyjc/resourceNew/js/touchTouch/touchTouch.css" />
<!-- 自定义样式 -->
<%@ include file="/common/theme_css.jsp" %>
<link rel="stylesheet" type="text/css" href="${ctx}/hbcyjc/region/130000/yuanxing/static/css/layout.css"/>
<style>
.wid_tianq .shuzi {padding-left: 0px}
.che_sjkj .gdsz {
width: 260px;
text-align: center;
}
.che_sjkj .gdsz{width: 260px;}
.mt-number-animate .mt-number-animate-dom{width: 30px;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{width: 30px;}
.mt-number-animate-span strong {
width: 30px;
}
</style>
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/jquery-3.7.0.min.js"></script>
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/echarts/echarts.min.js"></script>
</head>
<body>
<input type="hidden" id="sceniccode" name="sceniccode" value="${sceniccode}"/>
<input type="hidden" id="ctype" name="ctype" />
<div style="height:100%; width:100%;margin-top: 50px">
<div>
<!--网络评价-->
<div class="wd_pjq_box">
<ul class="wd_menu_pj" id="ul_source">
<a href="javascript:onSearch('', '')" id="id_" class="on"><li class="wd_menu_qb">全部</li></a>
<c:forEach items="${sourceList}" var="lis" varStatus="vst">
<a href="javascript:onSearch('${lis.dicnum}','${lis.dicname}')" id="id_${lis.dicnum}" title="${lis.dicname}"><li class="${lis.dicremark}">${lis.dicname}</li></a>
</c:forEach>
<!--
<a href="javascript:onSearch('1203', 'meituan')" id="meituan" title="美团"><li class="wd_menu_mt">美团</li></a>
<a href="javascript:onSearch('1206', 'xiecheng')" id="xiecheng" title="携程"><li class="wd_menu_xc">携程</li></a>
<a href="javascript:onSearch('1202', 'qunaer')" id="qunaer" title="去哪儿"><li class="wd_menu_quna">去哪儿</li></a>
<a href="javascript:onSearch('1205', 'dazhong')" id="dazhong" title="大众点评"><li class="wd_menu_dzdp">大众点评</li></a>
<a href="javascript:onSearch('1210', 'mafengwo')" id="mafengwo" title="蚂蜂窝"><li class="wd_menu_mfw">蚂蜂窝</li></a>
<a href="javascript:onSearch('1201', 'tuniu')" id="tuniu" title="途牛"><li class="wd_menu_tun">途牛</li></a>
<a href="javascript:onSearch('1211', 'baidu')" id="baidu" title="百度旅游"><li class="wd_menu_bd">百度旅游</li></a>
<a href="javascript:onSearch('1212', 'maotuying')" id="maotuying" title="猫途鹰"><li class="wd_menu_mty">猫途鹰</li></a>
<a href="javascript:onSearch('1208', 'tongcheng')" id="tongcheng" title="同程"><li class="wd_menu_tc">同程</li></a>
<a href="javascript:onSearch('1209', 'lvmama')" id="lvmama" title="驴妈妈"><li class="wd_menu_lm">驴妈妈旅游网</li></a>
<a href="javascript:onSearch('1207', 'yilong')" id="yilong" title="艺龙"><li class="wd_menu_yl">艺龙旅行网</li></a>
<a href="javascript:onSearch('1204', 'feizhu')" id="feizhu" title="飞猪"><li class="wd_menu_fz">飞猪旅行网</li></a>
<a href="javascript:onSearch('1213', 'ankeda')" id="ankeda" title="安可达"><li class="wd_menu_akd">Agoda(安可达)</li></a>
<a href="javascript:onSearch('1214', 'binke')" id="binke" title="缤客"><li class="wd_menu_bk">Booking.com【缤客】</li></a>
-->
<div class="clear"></div>
</ul>
<iframe src="${ctx}/indexscenic/scenicCriticismDetil.do?sceniccode=${sceniccode}" id="Iframe" name="" width="100%" height="550px" frameborder="0" scrolling="auto"></iframe>
</div>
</div>
<div class="clear"></div>
</div>
<!--数字滚动-->
<script src="${ctx}/hbcyjc/resourceNew/js/numberRun.js"></script>
<!--图片查看插件-->
<script src="${ctx}/hbcyjc/resourceNew/js/touchTouch/touchTouch.jquery.js"></script>
<!-- echars -->
<script src="${ctx}/hbcyjc/InterReview/indexscenic/follow_dimension.js"></script>
<script>
$(function() {
//图片事件,img-gather处为仿qq空间图片效果展示
$('#thumbs a').touchTouch();
<%--var good = ${scenicMap.positive_comments_count};--%>
<%--var middle = ${scenicMap.moderate_comments_count};--%>
<%--var bad = ${scenicMap.negative_comments_count};--%>
//var data = [{name: '好评', value: good, text:1},{name: '中评', value: middle, text:2},{name: '差评', value: bad, text:3}];
// //显示好评, 中评, 差评--饼状图
// queryCriticismRatio(data);
//显示正负面维度分析--雷达图
<%--queryPeopleDimension('${sceniccode}');--%>
});
<%--$.ajax({ //获得分页信息--%>
<%-- type: 'get',--%>
<%-- url: _CTX + '/scenicanalysis/queryTotels?sceniccode=' + ${sceniccode},--%>
<%-- dataType: 'json',--%>
<%-- success: function (json) {--%>
<%-- console.log(json)--%>
<%-- }--%>
<%--});--%>
// var numRun6 = $(".numberRun6").numberAnimate({
// num :222 ,
// speed : 2000
// });
function onSearch(id, name){
$("#ul_source").find('a').removeClass('on');
$("#id_"+id).addClass('on');
var ctype = $("#ctype").val();
document.getElementById("Iframe").src = "${ctx}/indexscenic/scenicCriticismDetil.do?sceniccode=${sceniccode}&criticismSource="+id+"&sourceName="+encodeURI(encodeURI(name))+"&ctype="+ctype;
}
</script>
</body>
</html>