| | |
| | | <template> |
| | | <div> |
| | | <van-tabs |
| | | <!-- <van-tabs |
| | | :active="active" |
| | | line-width="15px" |
| | | @change="(e) => change(e, 'active')" |
| | |
| | | </template> |
| | | </van-tab> |
| | | </van-tabs> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <dataList |
| | | :active="active" |
| | |
| | | tabsList: [ |
| | | // { title: "自选", key: "" }, |
| | | // { title: "数字货币", key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | { title: this.$t("印股"), key: "2", name: "IN" }, |
| | | // { title: this.$t("美股"), key: "3", name: "US" }, |
| | | ], |
| | | zxtabsList: [ |
| | | // { title: "数字货币", key: "1", name: "SZHB" }, |
| | | { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | { title: this.$t("美股"), key: "3", name: "US" }, |
| | | // { title: this.$t("马股"), key: "2", name: "MAS" }, |
| | | // { title: this.$t("美股"), key: "3", name: "US" }, |
| | | ], |
| | | active: "2", |
| | | zxactive: "2", |