From 22adc1549feb59ee8278428b3cc544a7b09ab1e2 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 20 Apr 2022 08:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popup/UserInfo.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/popup/UserInfo.vue b/src/components/popup/UserInfo.vue index 2b07d10..d82f32d 100644 --- a/src/components/popup/UserInfo.vue +++ b/src/components/popup/UserInfo.vue @@ -18,7 +18,8 @@ 'q-mt-md': isPluginVIP, 'q-md-xs': isPluginVIP, }" - style="width: 64px; text-align: center" + style="width: 64px; text-align: center; cursor: pointer" + @click="showPayPage = true" v-html="userInfo.nickname" > 开通插件会员 + > + {{ isPluginVIP ? "您已是插件会员" : "开通插件会员" }} @@ -95,6 +97,7 @@