diff --git a/miniprogram/pages/my/my.js b/miniprogram/pages/my/my.js
index 4a701d5..0ba9d85 100644
--- a/miniprogram/pages/my/my.js
+++ b/miniprogram/pages/my/my.js
@@ -36,7 +36,7 @@ Page({
// 菜单列表
menuList: [
{ id: 'orders', title: '我的订单', icon: '📦', count: 0 },
- { id: 'referral', title: '推广中心', icon: '🎁', badge: '90%佣金' },
+ { id: 'referral', title: '推广中心', icon: '🎁', badge: '' },
{ id: 'about', title: '关于作者', icon: '👤', iconBg: 'brand' },
{ id: 'settings', title: '设置', icon: '⚙️', iconBg: 'gray' }
],
diff --git a/miniprogram/pages/my/my.wxml b/miniprogram/pages/my/my.wxml
index 5ed3d60..3f74965 100644
--- a/miniprogram/pages/my/my.wxml
+++ b/miniprogram/pages/my/my.wxml
@@ -16,7 +16,7 @@
🔐
登录 Soul创业实验
- 登录后可购买章节、参与匹配、赚取佣金
+ 登录后可购买章节、解锁更多内容
@@ -146,7 +142,7 @@
- 邀请好友加入,享90%推广收益
+ 分享给好友一起学习
@@ -211,7 +207,7 @@
✕
🔐
登录 Soul创业派对
- 登录后可购买章节、参与匹配、赚取佣金
+ 登录后可购买章节、解锁更多内容
微
diff --git a/miniprogram/pages/read/read.wxss b/miniprogram/pages/read/read.wxss
index 0b1e0f8..e322959 100644
--- a/miniprogram/pages/read/read.wxss
+++ b/miniprogram/pages/read/read.wxss
@@ -434,10 +434,6 @@
border: 2rpx solid rgba(255, 215, 0, 0.3);
}
-.btn-copy-inline {
- background: rgba(0, 206, 209, 0.15);
- border: 2rpx solid rgba(0, 206, 209, 0.3);
-}
.action-icon-small {
font-size: 28rpx;
diff --git a/miniprogram/pages/referral/referral.js b/miniprogram/pages/referral/referral.js
index 41728a2..ea032f3 100644
--- a/miniprogram/pages/referral/referral.js
+++ b/miniprogram/pages/referral/referral.js
@@ -206,7 +206,7 @@ Page({
// 统计数据
ctx.setFillStyle('rgba(255,255,255,0.6)')
ctx.setFontSize(11)
- ctx.fillText(`已推荐 ${referralCount} 人 · 累计收益 ¥${parseFloat(earnings || 0).toFixed(0)}`, 20, 245)
+ ctx.fillText(`已推荐 ${referralCount} 位好友阅读`, 20, 245)
// 优惠信息
ctx.setFillStyle('rgba(255,215,0,0.15)')
@@ -228,7 +228,7 @@ Page({
ctx.fillText('长按识别 立即购买', 20, height - 50)
ctx.setFillStyle('rgba(255,255,255,0.6)')
ctx.setFontSize(11)
- ctx.fillText(`推广返利 ${distributorShare}%`, 20, height - 28)
+ ctx.fillText('扫码立即阅读', 20, height - 28)
// 绘制小程序码
const drawQRCode = () => {