From 55d5db7de1197b76813b91fe7a072db5afd44a0f Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 14 Feb 2022 15:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9E=E7=90=86=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppIntegralAudit/detail.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 398c57a6..f13fa12c 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -10,7 +10,8 @@
积分类型
- + @@ -20,12 +21,15 @@ export default { data () { return { tabs: ['全部', '待审核', '已审核'], - tabIndex: 0 + tabIndex: 0, + showType: false, + typelist: [] } }, methods: { changeType() {}, + confirmTypeSelect() {}, }, onShow() {