v1.20 首页版块命名:创业老板排行 → 超级个体

- 界面标题改为「超级个体」(VIP会员展示)
- 与小程序上传 v1.20 保持一致

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
卡若
2026-02-24 14:25:52 +08:00
parent afc2376e96
commit b038a042c2
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ Page({
latestSection: null,
latestLabel: '最新更新',
// 创业老板排行
// 超级个体VIP会员展示
vipMembers: [],
loading: true

View File

@@ -91,10 +91,10 @@
</view>
</view>
<!-- 创业老板排行(替代内容概览 -->
<!-- 超级个体VIP会员展示 -->
<view class="section" wx:if="{{vipMembers.length > 0}}">
<view class="section-header">
<text class="section-title">创业老板排行</text>
<text class="section-title">超级个体</text>
</view>
<view class="members-grid">
<view class="member-cell" wx:for="{{vipMembers}}" wx:key="id" bindtap="goToMemberDetail" data-id="{{item.id}}">