src/page/assetsCenter/index.vue
@@ -29,7 +29,6 @@ import Financial from "@/components/assetsCenter/financial" import Axios from "@/API/assets" import assetsHead from "@/components/assets-head/index.vue"; import {setStorage} from "@/utils/utis"; export default { name: "assets-index", components: { @@ -58,9 +57,9 @@ type: this.$t('合约'), }, { type: this.$t('理财'), }, // { // type: this.$t('理财'), // }, ] } }, @@ -80,7 +79,6 @@ if (code) { //console.log('总资产数据',data) this.funds = data setStorage('funds',data) } }) },