소스 검색

去掉重复的响声

shish 3 년 전
부모
커밋
25ed20ec16
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      hdPad/src/mixins/product.js

+ 0 - 1
hdPad/src/mixins/product.js

@@ -283,7 +283,6 @@ export default {
 				if(this.$util.isEmpty(current)){
 					return false
 				}
-				this.$util.hitVoice()
 				unitName = current.bigUnit
 				unitPrice = current.bigPrice
 				let num = this.calc == 'add' ? 1 : -1