From 3ee310513bc63c5fe99050874226e4762c2b7683 Mon Sep 17 00:00:00 2001 From: zhl Date: Sat, 8 May 2021 15:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BA=97=E9=93=BA=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E8=AE=BE=E7=BD=AE=E7=9A=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/game/game_setting.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/game/game_setting.vue b/src/views/game/game_setting.vue index 52e2f2d..855382b 100644 --- a/src/views/game/game_setting.vue +++ b/src/views/game/game_setting.vue @@ -24,6 +24,7 @@ name="shop" required class="w100" + v-if="userLevel === 1" > 1) { + return + } const { data } = await getShops({ key: name }) if (!data.records) return this.allDepts = data.records