瀏覽代碼

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: "/" });
             }