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 @@