fix: 增加用户角色标识与优化产品页

This commit is contained in:
Gsh
2025-06-29 17:47:07 +08:00
parent 2b7c779e14
commit a33c6dbf1a
6 changed files with 170 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ const pricing = [
'AI超级加速',
'无限制使用',
'售后微信群支持',
'可用29.9元优惠券',
'可用20元优惠券',
],
},
{
@@ -27,7 +27,6 @@ const pricing = [
'AI超级加速',
'无限制使用',
'售后微信群支持',
'不支持优惠券',
],
},
{
@@ -39,8 +38,9 @@ const pricing = [
'基础+高级模型访问',
'AI超级加速',
'无限制使用',
'售后微信群支持',
'售后微信群优先处理',
'可用49.9元优惠券',
'可用20元优惠券',
],
},
];
@@ -149,7 +149,7 @@ function openContact() {
{{ plan.period }}
</p>
<el-divider />
<ul class="text-left space-y-2 w-full">
<ul class="text-left space-y-2 w-full min-h-200px">
<li v-for="(feature, i) in plan.features" :key="i" class="flex items-start gap-2">
<el-icon><CircleCheck /></el-icon>
<span>{{ feature }}</span>