细节优化

This commit is contained in:
fofolee 2022-04-20 08:38:50 +08:00
parent 65d960debd
commit 22adc1549f

View File

@ -18,7 +18,8 @@
'q-mt-md': isPluginVIP, 'q-mt-md': isPluginVIP,
'q-md-xs': 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" v-html="userInfo.nickname"
></div> ></div>
<q-btn <q-btn
@ -72,7 +73,8 @@
> >
<q-card> <q-card>
<q-card-section class="text-h5 text-deep-orange" <q-card-section class="text-h5 text-deep-orange"
><q-icon color="deep-orange" name="flash_on"></q-icon> 开通插件会员 ><q-icon color="deep-orange" name="flash_on"></q-icon>
{{ isPluginVIP ? "您已是插件会员" : "开通插件会员" }}
</q-card-section> </q-card-section>
<q-separator inset /> <q-separator inset />
<q-card-section class="q-gutter-sm"> <q-card-section class="q-gutter-sm">
@ -95,6 +97,7 @@
</q-card-section> </q-card-section>
<q-card-actions align="right"> <q-card-actions align="right">
<q-btn <q-btn
v-if="!isPluginVIP"
label="思考3秒" label="思考3秒"
color="positive" color="positive"
icon="hourglass_bottom" icon="hourglass_bottom"
@ -102,6 +105,7 @@
@click="thinkOver" @click="thinkOver"
/> />
<q-btn <q-btn
v-if="!isPluginVIP"
label="赏了!" label="赏了!"
color="red" color="red"
icon="local_fire_department" icon="local_fire_department"