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