From 81e6bf2131de1deb762b8232eecbab768c8abaa7 Mon Sep 17 00:00:00 2001 From: ronger Date: Thu, 10 Dec 2020 22:29:45 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=B4=A7=E5=B8=81=E8=A7=84=E5=88=99?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/rules/currency.vue | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/pages/rules/currency.vue b/pages/rules/currency.vue index 69104df..bd9e7a0 100644 --- a/pages/rules/currency.vue +++ b/pages/rules/currency.vue @@ -4,34 +4,35 @@

货币规则

- + - - + + + @@ -53,6 +54,9 @@ export default { ...mapState({ currencyRules: state => state.rule.currencyRules.data }) + }, + mounted() { + this.$store.commit('setActiveMenu', 'currencyRule'); } }