jhzh
2024-12-05 bf3496c58aeb91a3948712b7b9085f1c4d6bb570
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;
      }
    },