@ -178,6 +178,11 @@ class Index {
if (resp.status === 200) {
this.stopLottery(resp.data);
this.running = false;
}else{
this.running=false;
this.canvas3DTagCloud.stop();
layer.alert(resp.msg);
}
});
@ -79,6 +79,7 @@ $(function () {
BS.fetch('/reset').then(resp => {
layer.close(index);
window.location.reload(1);