Browse Source

新增申购页面

master
liaoxinyu 2 years ago
parent
commit
a72588ab03
  1. 7
      pages/base/index.vue

7
pages/base/index.vue

@ -94,7 +94,12 @@ export default {
// 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",
// }, // },
{
label: this.$t("purchase.a5"),
tel: "purchase",
icon: "static/img/base_qukuai_0.png",
activeIcon: "static/img/base_qukuai_1.png",
},
{ {
label: this.$t("base.d2"), label: this.$t("base.d2"),
tel: "mine", tel: "mine",

Loading…
Cancel
Save