發(fā)表日期:2018-06 文章編輯:小燈 瀏覽次數(shù):3006
評(píng)分組標(biāo)簽:[@cms_score_group id=’1’]
參數(shù)詳解
id:評(píng)分組id,非必選,沒有則取默認(rèn)組
具體例子:
[@cms_score_group]
<!-- 系統(tǒng)默認(rèn)的2號(hào)分組是星級(jí)評(píng)分 -->
<!-- 平均評(píng)分有二級(jí)緩存,評(píng)分后不會(huì)立即顯示新的平均評(píng)分 -->
[#if tag_bean??]
[#if tag_bean.id==2]
<div>
<div>
<div id="function-score"></div>
<div id="function-hint"></div>
</div>
</div>
<script type="text/javascript" src="${resSys}/raty/jquery.raty.min.js"></script>
<script type="text/javascript">
$(function() {
var scored=$.cookie("_cms_score_" +${content.id});
var readOnly=false;
if(scored==1)readOnly=true;//已經(jīng)投票設(shè)置只讀
$.fn.raty.defaults.path = '${resSys}/raty/img';
var scores=new Array();
[#list tag_bean.orderItems as item]
scores.push(${item.id!});
[/#list]
$('#function-score').raty({
number: ${tag_bean.items?size},//多少個(gè)星星設(shè)置
[#if content.scoreAvg!=0]score: ${content.scoreAvg},[/#if]//之前有評(píng)分,初始值是設(shè)置
targetType: 'hint',//類型選擇,number是數(shù)字值,hint,是設(shè)置的數(shù)組值
path : '${resSys}/raty/img',
hints : [
[#list tag_bean.orderItems as item]
'${item.name!}'[#if item_has_next],[/#if]
[/#list]
],
cancelOff : 'cancel-off-big.png',
cancelOn : 'cancel-on-big.png',
size : 24,
starHalf : 'star-half-big.png',
starOff : 'star-off-big.png',
starOn : 'star-on-big.png',
target : '#function-hint',
cancel : false,
targetKeep: true,
targetText: '請(qǐng)選擇評(píng)分',
readOnly:readOnly,
click: function(score, evt) {
var succ=Cms.score('${base}',${content.id},scores[score-1]);
if(!succ){
alert("您已經(jīng)評(píng)分過(guò)了!");
$('#function-score').raty('score', ${content.scoreAvg});
}else{
alert("評(píng)分成功!");
$('#function-score').raty('readOnly', true);
}
}
});
});
</script>
[#else]
<!-- 其他 -->
<ul>
[#list tag_bean.orderItems as item]
<li style="float:left;cursor: pointer;" onclick="Cms.score('${base}',${content.id},${item.id});">
<p style="text-align:center;"> <span id="score-item-${item.id}">0</span>票</p>
[#if item.imagePath??]<p><img src="${item.imagePath}"/></p>[/#if]
<p style="text-align:center;">${item.name!}</p>
</li>
[/#list]
</ul>
<script type="text/javascript">
$(function() {
Cms.scoreCount("${base}","${content.id}");
});
</script>
[/#if]
[/#if]
[/@cms_score_group]
如果新增了其他評(píng)分組設(shè)定了默認(rèn)評(píng)分組,需要實(shí)現(xiàn)效果
日期:2018-06 瀏覽次數(shù):3424
日期:2018-06 瀏覽次數(shù):2988
日期:2018-06 瀏覽次數(shù):3138
日期:2018-06 瀏覽次數(shù):2894
日期:2018-06 瀏覽次數(shù):3232
日期:2018-06 瀏覽次數(shù):3095
日期:2018-06 瀏覽次數(shù):2906
日期:2018-06 瀏覽次數(shù):3216
日期:2018-06 瀏覽次數(shù):3037
日期:2018-06 瀏覽次數(shù):3687
日期:2018-06 瀏覽次數(shù):2700
日期:2018-06 瀏覽次數(shù):2723
日期:2018-06 瀏覽次數(shù):3005
日期:2018-06 瀏覽次數(shù):2748
日期:2018-06 瀏覽次數(shù):2472
日期:2018-06 瀏覽次數(shù):2630
日期:2018-06 瀏覽次數(shù):2928
日期:2018-06 瀏覽次數(shù):2650
日期:2018-06 瀏覽次數(shù):2544
日期:2018-06 瀏覽次數(shù):2594
日期:2018-06 瀏覽次數(shù):2477
日期:2018-06 瀏覽次數(shù):2482
日期:2018-06 瀏覽次數(shù):2588
日期:2018-06 瀏覽次數(shù):2736
日期:2018-06 瀏覽次數(shù):2854
日期:2018-06 瀏覽次數(shù):2590
日期:2018-06 瀏覽次數(shù):2706
日期:2018-06 瀏覽次數(shù):2818
日期:2018-06 瀏覽次數(shù):2664
日期:2018-06 瀏覽次數(shù):2624
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.