yxh
3 天以前 a1c90e3487d7ef71f7e8f62d5a12ccea059bbd2f
src/views/project/components/fundsummary/index.vue
@@ -916,13 +916,12 @@
      getDonationCost(donorno).then((res) => {
        if (res.code == 200) {
          let resList = res.data;
          debugger
          var arr = [];
          for (var i in resList) {
            arr.push(resList[i]);
          }
          let arr1 = arr.slice(0, 53);
          let arr1 = arr.slice(0, 53);
          arr1.forEach((item, i) => {
            if (item !== 0) {
              this.fundList[i].amount = item.toFixed(2);