fix: 抽签
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="vip-page" >
|
||||
<view class="vip-page">
|
||||
<NavBar title="会员中心" />
|
||||
|
||||
<!-- Content -->
|
||||
@@ -120,10 +120,20 @@ const selectedPlanIndex = ref(1);
|
||||
const plans = ref([]);
|
||||
|
||||
const benefits = [
|
||||
{ name: "高级模板", icon: "star-filled", color: "#ff3b30", bg: "#fff0f0" },
|
||||
{ name: "无限制下载", icon: "image-filled", color: "#ff6b00", bg: "#fff7e6" },
|
||||
{ name: "马年头像框", icon: "medal-filled", color: "#bfa46f", bg: "#fffbe6" },
|
||||
{ name: "高速渲染", icon: "upload-filled", color: "#ff3b30", bg: "#fff0f0" },
|
||||
{ name: "纯净无广", icon: "star-filled", color: "#ff3b30", bg: "#fff0f0" },
|
||||
{ name: "多次下载", icon: "image-filled", color: "#ff6b00", bg: "#fff7e6" },
|
||||
{
|
||||
name: "会员精选头像",
|
||||
icon: "medal-filled",
|
||||
color: "#bfa46f",
|
||||
bg: "#fffbe6",
|
||||
},
|
||||
{
|
||||
name: "会员精选模版",
|
||||
icon: "upload-filled",
|
||||
color: "#ff3b30",
|
||||
bg: "#fff0f0",
|
||||
},
|
||||
{
|
||||
name: "数据永久保存",
|
||||
icon: "paperplane-filled",
|
||||
|
||||
Reference in New Issue
Block a user