Procházet zdrojové kódy

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

yunxing před 4 roky
rodič
revize
3cbcfdead5
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  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: "/" });
             }