feat: 优化推广中心入口+修复API
1. 我的页面:添加推广中心入口卡片 2. 推广中心:去掉邀请码显示,改名推广中心 3. 阅读页:去掉底部推广提示(已移到我的页面) 4. 修复PM2启动配置(PORT=3006)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="nav-back" bindtap="goBack">
|
||||
<text class="back-icon">‹</text>
|
||||
</view>
|
||||
<text class="nav-title">分销中心</text>
|
||||
<text class="nav-title">推广中心</text>
|
||||
<view class="nav-right">
|
||||
<view class="nav-btn" bindtap="showNotification">🔔</view>
|
||||
<view class="nav-btn" bindtap="showSettings">⚙️</view>
|
||||
@@ -150,17 +150,6 @@
|
||||
</block>
|
||||
</view>
|
||||
|
||||
<!-- 我的邀请码 -->
|
||||
<view class="invite-card">
|
||||
<view class="invite-header">
|
||||
<text class="invite-title">我的邀请码</text>
|
||||
<view class="invite-code-box">
|
||||
<text class="invite-code">{{referralCode}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<text class="invite-tip">好友通过你的链接购买<text class="gold">立省5%</text>,你获得<text class="brand">{{distributorShare}}%</text>收益</text>
|
||||
</view>
|
||||
|
||||
<!-- 分享按钮 -->
|
||||
<view class="share-section">
|
||||
<view class="share-item" bindtap="generatePoster">
|
||||
|
||||
Reference in New Issue
Block a user