mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
尝试 html 输出放在 iframe 里
This commit is contained in:
@@ -80,7 +80,8 @@
|
||||
<q-card-section class="q-gutter-sm">
|
||||
<div>「uTools 会员」或「插件会员」均可享受本插件的会员功能</div>
|
||||
<div class="text-weight-bolder">
|
||||
本插件会员仅需 {{ memberPrice }} 元,一次性付费,uTools 会员享 9 折优惠
|
||||
本插件会员仅需 {{ memberPrice }} 元,一次性付费,uTools 会员享 9
|
||||
折优惠
|
||||
</div>
|
||||
<div>
|
||||
会员功能将在保障用户完整的插件功能体验的前提下,提供以下个性化功能:
|
||||
@@ -158,7 +159,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getUserInfo() {
|
||||
Object.assign(this.userInfo, utools.getUser());
|
||||
Object.assign(this.userInfo, this.$root.utools.whole.getUser());
|
||||
let statisticsData = this.$root.utools.getDB(
|
||||
this.$root.utools.DBPRE.CFG + "statisticsData"
|
||||
);
|
||||
|
Reference in New Issue
Block a user