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)