@@ -182,11 +182,14 @@
},
//结束状态
closeActoin() {
+ this.openCloseFromVisible = false;
var _this = this;
var btnArray = ['否', '是'];
mui.confirm('是否立即结束外出?', '确认', btnArray, function(e) {
if (e.index == 1) {
_this.outEnd();
+ } else {
+ _this.openCloseFromVisible = true;
}
})