diff --git a/src/views/user_manage/user_list.vue b/src/views/user_manage/user_list.vue index 21bb7b7..33345f3 100644 --- a/src/views/user_manage/user_list.vue +++ b/src/views/user_manage/user_list.vue @@ -27,10 +27,6 @@
-
会员数
{{ shopInfo.userTotal||0 }}
@@ -43,6 +39,10 @@
充值金额
{{ shopInfo.chageTotal||0 }}
+
@@ -142,6 +142,16 @@ export default { this.getShopInfo() }, methods: { + toPage(type){ + const pages={ + charge:'charge_list', + cost:'cost_list' + } + this.$router.push({ + name: pages[type] + }) + console.log(pages[type]) + }, // 获取商家用户概述信息 async getShopInfo(){ try {