Преглед на файлове

Merge branch 'dev' of http://39.106.8.246:3003/yunxing/wanda-bm-guide-h5 into dev

yunxing преди 4 години
родител
ревизия
3cbcfdead5
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      src/views/AssetDetail.vue

+ 4 - 2
src/views/AssetDetail.vue

@@ -198,7 +198,9 @@ export default {
      * 点击右侧筛选
      */
     handleRightClick() {
-      this.showPopup = true;
+      if (this.active == 1 || this.active == 2) {
+        this.showPopup = true;
+      }
     },
     changeTab(active) {
       console.log(this.active);
@@ -229,7 +231,7 @@ export default {
           Toast({
             message: "未查询到该设备内容!",
             type: "fail",
-            duration: 1000,
+            duration: 2000,
             onClose: () => {
               this.$router.push({ path: "/" });
             }