yxh
2023-06-15 e5e3e1a5bc8aa300c580126703bb6067221dee96
src/views/project/components/fundsummary/index.vue
@@ -916,7 +916,6 @@
      getDonationCost(donorno).then((res) => {
        if (res.code == 200) {
          let resList = res.data;
          debugger
          var arr = [];
          for (var i in resList) {
            arr.push(resList[i]);