소스 검색

提交问题修改

wenmenghao321 1 년 전
부모
커밋
f1e682d39e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/staticres/common-module/portrait/js/downloadpopup.js

+ 1 - 1
src/web/staticres/common-module/portrait/js/downloadpopup.js

@@ -335,7 +335,7 @@ var downloadpopup = {
       let allmoney = this.data.allmoney?this.data.allmoney.replace(/-/g, '') : ''
       let otherone = this.data.otherone?this.data.otherone.replace(/-/g, '') : ''
       let othertwo = this.data.othertwo?this.data.othertwo.replace(/-/g, '') : ''
-      return  allcount || allmoney || otherone || othertwo || this.data.searchcount
+      return  allcount || allmoney || otherone || othertwo 
     }
   },
   created() {