v1.20 首页版块命名:创业老板排行 → 超级个体
- 界面标题改为「超级个体」(VIP会员展示) - 与小程序上传 v1.20 保持一致 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -19,7 +19,7 @@ Page({
|
||||
latestSection: null,
|
||||
latestLabel: '最新更新',
|
||||
|
||||
// 创业老板排行
|
||||
// 超级个体(VIP会员展示)
|
||||
vipMembers: [],
|
||||
|
||||
loading: true
|
||||
|
||||
@@ -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}}">
|
||||
|
||||
Reference in New Issue
Block a user