@@ -987,8 +987,9 @@ var vm = new Vue({
}
})
+ } else if (res.data.status === -1) {
+ return this.$toast(res.data.msg)
-
} else {
loading.clear()
this.$toast(res.error_msg)