瀏覽代碼

商品收藏

zhengjinyi 3 年之前
父節點
當前提交
346eb6e927
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/resources/static/js/user-center/collection/collection.js

+ 3 - 1
src/main/resources/static/js/user-center/collection/collection.js

@@ -267,7 +267,9 @@ var orderPage = new Vue({
             }
         },
         showHandle:function () {// 显示批量操作
-            this.isHandle = true;
+            if(this.listData.length>0){
+                this.isHandle = true;
+            }
         },
         hideHandle:function () {
             this.isHandle = false;