@@ -424,6 +424,7 @@ var app = new Vue({
_this.submitting.submit = false;
if (res.code == 'success') {
$.toast(res.message, 'text');
+ _this.getInfo();
//_this.showPop();
} else if (res.code == 'login') {
var url = res.data.url;