@@ -395,6 +395,10 @@ var vm = new Vue({
},
// 是否留资
isNeedSubmit: function(source, callback, dom) {
+ if (!loginflag) {
+ openLoginDig()
+ return
+ }
this.source = source
this.logAjax(source)
var _this = this