| | |
| | | |
| | | export default { |
| | | components: { dataList }, |
| | | mounted() { |
| | | console.log(this.$route.query.type); |
| | | this.active = this.$route.query.type || "2"; |
| | | }, |
| | | data() { |
| | | return { |
| | | tabsList: [ |
| | | { title: this.$t("hj61"), key: "" }, |
| | | { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | // { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | { title: this.$t("港股"), key: "4", name: "HK" }, |
| | | ], |
| | | zxtabsList: [ |
| | | { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | // { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | { title: this.$t("港股"), key: "4", name: "HK" }, |
| | | ], |
| | | active: "1", |
| | | zxactive: "1", |
| | | active: "2", |
| | | zxactive: "2", |
| | | sousuo: "", |
| | | }; |
| | | }, |