feat(hjf): 伞下积分奖励开关、隐藏会员码、资产与排队页跳转及样式
- 后台排队配置:伞下积分奖励开关及 API - PointsRewardServices:仅对 depth>0 祖先应用伞下开关,直推逻辑不变 - 会员模板隐藏会员码;资产页积分明细跳转与背景/渐变 - 排队状态页链接参数与样式对齐;移除误提交 pro_v3.5.1_副本 全量副本 Made-with: Cursor
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="progress-ring" :style="ringStyle">
|
||||
<view class="progress-ring-inner">
|
||||
<text class="progress-text">{{ cycleCurrent }}/{{ cycleTotal }}</text>
|
||||
<text class="progress-subtext">本周期</text>
|
||||
<!-- <text class="progress-subtext">本周期</text> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -131,7 +131,7 @@ export default {
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
font-size: 32rpx;
|
||||
font-size: 42rpx;
|
||||
font-weight: 700;
|
||||
color: #333;
|
||||
line-height: 1.1;
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
min-width: 100rpx;
|
||||
|
||||
&--active {
|
||||
background: var(--view-theme, #e93323);
|
||||
background:#000000;
|
||||
|
||||
.cycle-rate-item__pos,
|
||||
.cycle-rate-item__rate {
|
||||
@@ -204,11 +204,11 @@ export default {
|
||||
align-items: center;
|
||||
margin-top: 16rpx;
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.progress-value {
|
||||
font-weight: 600;
|
||||
color: var(--view-theme);
|
||||
// color: var(--view-theme);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user