| | |
| | | </van-tabs> |
| | | </div> |
| | | |
| | | <dataList :active="active" :zxactive="zxactive" /> |
| | | <dataList |
| | | :active="active" |
| | | :sousuo="sousuo" |
| | | :zxactive="zxactive" |
| | | :tabsList="tabsList" |
| | | :zxtabsList="zxtabsList" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | data() { |
| | | return { |
| | | tabsList: [ |
| | | { title: "自选", key: "" }, |
| | | { title: "印度股票", key: "1" }, |
| | | { title: "马来西亚股票", key: "2" }, |
| | | { title: this.$t("hj61"), key: "" }, |
| | | { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | ], |
| | | zxtabsList: [ |
| | | { title: "印度股票", key: "1" }, |
| | | { title: "马来西亚股票", key: "2" }, |
| | | { title: this.$t("数字货币"), key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | ], |
| | | active: "1", |
| | | zxactive: "1", |
| | | sousuo: "", |
| | | }; |
| | | }, |
| | | methods: { |