XiaBx преди 3 години
родител
ревизия
6b2cb2d09b
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/Index/index.ux

+ 1 - 2
src/views/Index/index.ux

@@ -159,8 +159,7 @@ export default {
       this.$broadcast('refreshData', { current: this.current });
     }
     it.getShortCut((value) => {
-      //this.showShortPop = !value;
-      this.showShortPop = true;
+      this.showShortPop = !value;
       if (value) {
         this.$app.$def.data.backClickCount = 1
       } else {