|
|
@ -55,10 +55,10 @@ $(function () {
|
|
|
|
method: 'GET',
|
|
|
|
method: 'GET',
|
|
|
|
dataType: 'text',
|
|
|
|
dataType: 'text',
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
if (data > 0) {
|
|
|
|
// if (data > 0) {
|
|
|
|
$('.points-dialog .points-value').html('+ ' + data);
|
|
|
|
// $('.points-dialog .points-value').html('+ ' + data);
|
|
|
|
$('.points-dialog').removeClass('hide');
|
|
|
|
// $('.points-dialog').removeClass('hide');
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
}, error: function () {
|
|
|
|
}, error: function () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|