11
jhzh
2024-10-15 34e8c6d9fb920bae39b9271cf9594565b296e447
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;
      }
    },