소스 검색

op尾款逻辑调整

yuanrf 5 일 전
부모
커밋
783c603073
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/OP/CarTouristGuideGrounContent.vue

+ 1 - 1
src/components/OP/CarTouristGuideGrounContent.vue

@@ -820,7 +820,7 @@ export default {
         },
         PriceChange() {
             var countCost = 0;
-            var excludeList = [1452];
+            var excludeList = [];//[1452];
             this.ContentList.forEach(function (item) {
                 if (item.price && excludeList.indexOf(item.sId) == -1) {
                     countCost += Number(item.price) * Number(item.count)