1
jhzh
2024-10-23 0eeb39d97ff6d647a89484b80fd28c18b1e2892c
src/page/newUser/index.vue
@@ -423,7 +423,7 @@
          });
        });
        const arr = data.data.filter((item) => item.accectType === "ALL");
        const arr = data.data.filter((item) => item.accectType === "IN");
        this.asstesAll = arr[0].totalMoney;
      }
    },