javascript FV :: invite_friends_text动态变化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript FV :: invite_friends_text动态变化相关的知识,希望对你有一定的参考价值。
jQuery( document ).ready(function() {
if (FvLib == undefined) {
return;
}
// ## Fire some actions when wote is completed
FvLib.addFilter('fv/vote/get_data', function(data){
/**
"data.res" can pass : [
2 => 'Already voted',
3 => '24 hours not passed',
4 => 'date end',
5 => 'not authorized',
6 => 'wrong reCAPTCHA',
66 => 'need reCAPTCHA',
98 => 'invalid security token',
99 => 'error',
101 => 'need payment',
]
*/
if ( data.res == 1 && fv.user_id === fv.data[data.ct_id].user_id ){
fv.lang.invite_friend = "Incite friends";
} elseif (data.res == 4 ) {
fv.lang.invite_friend = "Contest ended - share to your friend";
} else {
fv.lang.invite_friend = "Default text";
}
/// !! REQUIRED !!
return data;
}, 10, 1);
});
以上是关于javascript FV :: invite_friends_text动态变化的主要内容,如果未能解决你的问题,请参考以下文章
javascript FV :: redirect点击领导者图片
javascript FV - 从图像JS中删除标题
javascript FV :: invite_friends_text动态变化
javascript 第11期:20180620 - no73。トップページのFV改善フェーズ1(ポイントモーダル,店铺名下の整理)
glUniform*fv 是不是保留传递的缓冲区?
php FV prize_pool