Commit d343e601 by txy

'123'

parent 87aff2c2
......@@ -346,10 +346,10 @@ function voteClickFn(params, successCallback, errorCallback){
// })
if(user.reviewStatus === 1) {
$('#html-template-4 .struct span').text(data.result.voteNumDay)
$('#html-template-4 .struct span').text(2)
$('#html-template-4').fadeIn();
}else {
$('#html-template-6 .struct span').text(data.result.voteNumDay)
$('#html-template-6 .struct span').text(1)
$('#html-template-6').fadeIn();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment