Browse Source

更换期权为申购

master
ltlzx 4 years ago
parent
commit
a7ae41d2ea
  1. 9
      pages/base/index.vue

9
pages/base/index.vue

@ -44,6 +44,7 @@
<script> <script>
import Home from "./home"; import Home from "./home";
import ExchangeOperation from "./exchange-operation"; import ExchangeOperation from "./exchange-operation";
import Purchase from "../purchase/index";
import Mine from "./mine"; import Mine from "./mine";
import OptionList from "./option-list"; import OptionList from "./option-list";
// import List from "./list"; // import List from "./list";
@ -55,7 +56,8 @@ export default {
ExchangeOperation, ExchangeOperation,
OptionList, OptionList,
Mine, Mine,
Contract Contract,
Purchase
}, },
computed: { computed: {
navList() { navList() {
@ -73,8 +75,9 @@ export default {
activeIcon: "static/img/base_link_1.png", activeIcon: "static/img/base_link_1.png",
}, },
{ {
label: this.$t("base.a4"), // label: this.$t("base.a4"),a5
tel: "option-list", label: this.$t("purchase.a5"),
tel: "purchase",
icon: "static/img/base_qukuai_0.png", icon: "static/img/base_qukuai_0.png",
activeIcon: "static/img/base_qukuai_1.png", activeIcon: "static/img/base_qukuai_1.png",
}, },

Loading…
Cancel
Save