优化小程序阅读页面,新增好友优惠展示逻辑,支持通过推荐人获取折扣。调整价格计算方式,确保用户在购买章节时能看到实际优惠。更新相关样式以提升用户体验。

This commit is contained in:
乘风
2026-02-12 17:08:46 +08:00
parent f1dad89434
commit 543a465682
20 changed files with 352 additions and 139 deletions

View File

@@ -273,6 +273,23 @@
font-weight: 600;
}
.purchase-section .btn-price-row {
display: flex;
align-items: center;
gap: 8rpx;
}
.btn-original-price {
font-size: 24rpx;
color: rgba(255, 255, 255, 0.55);
text-decoration: line-through;
}
.btn-discount-tag {
font-size: 22rpx;
color: #00CED1;
}
.brand-color {
color: #00CED1;
}