fix: 优化分享按钮布局+去掉重复推广入口

1. 阅读页分享按钮:改为全宽纵向排列
2. 新增复制文案功能
3. 我的页面:去掉顶部推广入口卡片(保留菜单中的推广中心)
This commit is contained in:
卡若
2026-01-25 20:35:30 +08:00
parent 1d11490405
commit 8a13505381
4 changed files with 44 additions and 26 deletions

View File

@@ -77,21 +77,6 @@
<!-- 概览内容 - 仅登录用户显示 -->
<view class="tab-content" wx:if="{{activeTab === 'overview' && isLoggedIn}}">
<!-- 推广入口卡片 -->
<view class="promo-entry-card" bindtap="goToReferral">
<view class="promo-entry-left">
<view class="promo-entry-icon">💰</view>
<view class="promo-entry-info">
<text class="promo-entry-title">推广中心</text>
<text class="promo-entry-desc">邀请好友购买享90%推广收益</text>
</view>
</view>
<view class="promo-entry-right">
<text class="promo-entry-earnings" wx:if="{{earnings > 0}}">¥{{earnings}}</text>
<text class="promo-entry-arrow">→</text>
</view>
</view>
<!-- 菜单列表 -->
<view class="menu-card card">
<view