浏览代码

fix: 移除错误逻辑

zhangyuhan 2 年之前
父节点
当前提交
8af051ecd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/pc/myOrder.html

+ 1 - 1
src/web/templates/pc/myOrder.html

@@ -889,7 +889,7 @@
                     }
                     vipInfo.area += city_length + '个地市'
                   }
-                  if (v.filter.industry && v.filter.v.filter.industry.length > 0) {
+                  if (v.filter.industry && v.filter.industry.length > 0) {
                     vipInfo.industry = v.filter.industry.length + '个行业'
                   } else {
                     vipInfo.industry = '全行业'