Merge main into shccd159,保留 shccd159 配置(jjy/ccd 域名)

Made-with: Cursor
This commit is contained in:
apple
2026-03-18 10:35:08 +08:00
35 changed files with 355 additions and 81 deletions

View File

@@ -132,8 +132,8 @@
.pictrue {
/deep/image,
/deep/.easy-loadimage,
::v-deepimage,
::v-deep.easy-loadimage,
uni-image {
width: 100%;
height: 100%;
@@ -224,7 +224,7 @@
border-radius: 16rpx 16rpx 0 0;
overflow: hidden;
/deep/.easy-loadimage,
::v-deep.easy-loadimage,
uni-image,
image {
height: 330rpx;

View File

@@ -471,8 +471,8 @@ import {
grid-template-rows: auto;
width: 100%;
/deep/.origin-img,
/deep/.easy-loadimage {
::v-deep.origin-img,
::v-deep.easy-loadimage {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

View File

@@ -637,7 +637,7 @@
height: 310rpx;
&.scalex {
/deep/.uni-swiper-slide-frame {
::v-deep.uni-swiper-slide-frame {
transform: translate(0, 0) !important;
}
}
@@ -648,7 +648,7 @@
transition: all 0.6s ease;
}
/deep/ swiper-item.active {
::v-deep swiper-item.active {
image {
transform: scale(1);
}

View File

@@ -612,7 +612,7 @@
height: 810rpx;
&.scalex {
/deep/.uni-swiper-slide-frame {
::v-deep.uni-swiper-slide-frame {
transform: translate(0, 0) !important;
}
}
@@ -623,7 +623,7 @@
transition: all 0.6s ease;
}
/deep/ swiper-item.active {
::v-deep swiper-item.active {
image {
transform: scale(1);
}

View File

@@ -587,8 +587,8 @@
width: 100%;
padding: 0 20rpx;
/deep/.origin-img,
/deep/.easy-loadimage {
::v-deep.origin-img,
::v-deep.easy-loadimage {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

View File

@@ -141,7 +141,7 @@
bottom: 0;
left: 0;
width: 100%;
height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}
@@ -155,7 +155,7 @@
bottom: 0;
z-index: 999999;
width: 100%;
height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
box-sizing: border-box;
border-top: solid 1rpx #F3F3F3;

View File

@@ -245,7 +245,7 @@
// 圆形指示点
&.circular {
/deep/.uni-swiper-dot {
::v-deep.uni-swiper-dot {
width: 10rpx;
height: 10rpx;
}
@@ -253,7 +253,7 @@
// 方形指示点
&.square {
/deep/.uni-swiper-dot {
::v-deep.uni-swiper-dot {
width: 20rpx;
height: 5rpx;
border-radius: 3rpx;
@@ -261,22 +261,22 @@
}
&.nodoc {
/deep/.uni-swiper-dot {
::v-deep.uni-swiper-dot {
display: none;
}
}
}
}
/deep/.dot0 .uni-swiper-dots-horizontal {
::v-deep.dot0 .uni-swiper-dots-horizontal {
left: 10%;
}
/deep/.dot1 .uni-swiper-dots-horizontal {
::v-deep.dot1 .uni-swiper-dots-horizontal {
left: 50%;
}
/deep/.dot2 .uni-swiper-dots-horizontal {
::v-deep.dot2 .uni-swiper-dots-horizontal {
left: 90%;
}

View File

@@ -95,7 +95,7 @@
align-items: center;
justify-content: space-around;
width: 100%;
height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
box-sizing: border-box;
border-top: solid 1rpx #F3F3F3;

View File

@@ -2075,7 +2075,7 @@
z-index: 277;
border-top: 1rpx solid #f0f0f0;
height: 100rpx;
height: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(100rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}

View File

@@ -692,11 +692,11 @@
}
.goodCate1 {
background-color: $crmeb-bg-color;
background-color: $crmeb-bg-color;
::v-deep.mask {
// z-index: 99;
}
::v-deep.attrProduct {
.mask {
z-index: 100;

View File

@@ -688,7 +688,7 @@
.mask {
// z-index: 99;
}
/deep/.attrProduct{
::v-deep.attrProduct{
.mask {
z-index: 100;
}

View File

@@ -204,7 +204,7 @@ export default {
}
this.getUserPoints()
this.loadUserInfo()
await this.loadUserInfo()
this.loadPointsList()
},
@@ -347,7 +347,7 @@ export default {
// #endif
// #ifndef H5
uni.navigateTo({
url: '/pages/web-view/index?url=' + encodeURIComponent('https://xiashengjun.com/?#/pages/personal/index')
url: '/pages/web-view/index?url=' + encodeURIComponent('https://jjy.fwxgpt.com/?#/pages/personal/index')
})
// #endif
},
@@ -449,7 +449,8 @@ export default {
}),
getIntegralList({
page: this.page,
limit: this.limit
limit: this.limit,
type: 2
})
])
@@ -472,8 +473,8 @@ export default {
// 处理积分明细(使用 getIntegralList需要过滤出 type === 2 的支出记录)
if (pointsRes.code === 0 && pointsRes.data) {
// 过滤出支出记录type === 2
const expenseRecords = (pointsRes.data.list || []).filter(item => item.type === 2)
// 过滤出支出记录type === 2,兼容后端返回数字或字符串
const expenseRecords = (pointsRes.data.list || []).filter(item => Number(item.type) === 2)
pointsList = expenseRecords.map(item => ({
id: `points_${item.id}`,
source: 'points', // 标记来源:积分(与模板中的判断保持一致)

View File

@@ -157,14 +157,14 @@ export default {
.rules-content {
padding: 30rpx;
/deep/ .rules-section {
::v-deep .rules-section {
background-color: #FFFFFF;
border-radius: 16rpx;
padding: 30rpx;
margin-bottom: 20rpx;
}
/deep/ .section-title {
::v-deep .section-title {
font-size: 36rpx;
color: #333333;
font-weight: bold;
@@ -173,7 +173,7 @@ export default {
border-bottom: 2rpx solid #F0F0F0;
}
/deep/ .rule-item {
::v-deep .rule-item {
margin-bottom: 40rpx;
&:last-child {
@@ -181,14 +181,14 @@ export default {
}
}
/deep/ .item-title {
::v-deep .item-title {
font-size: 30rpx;
color: #333333;
font-weight: bold;
margin-bottom: 20rpx;
}
/deep/ .item-list {
::v-deep .item-list {
padding-left: 40rpx;
li {
@@ -204,7 +204,7 @@ export default {
}
}
/deep/ .item-note {
::v-deep .item-note {
font-size: 24rpx;
color: #999999;
margin-top: 16rpx;
@@ -213,7 +213,7 @@ export default {
border-radius: 8rpx;
}
/deep/ .rules-footer {
::v-deep .rules-footer {
background-color: #FFFFFF;
border-radius: 16rpx;
padding: 40rpx 30rpx;

View File

@@ -458,7 +458,7 @@ export default {
-webkit-line-clamp: 2;
overflow: hidden;
/deep/ span {
::v-deep span {
color: #FF4D4F;
font-weight: bold;
}

View File

@@ -1306,7 +1306,7 @@
position: fixed;
bottom: 0;
left: 0;
height: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(100rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
height: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}
@@ -1325,13 +1325,13 @@
opacity: 0
}
/deep/ checkbox .uni-checkbox-input.uni-checkbox-input-checked {
::v-deep checkbox .uni-checkbox-input.uni-checkbox-input-checked {
@include main_bg_color(theme);
border: none !important;
color: #fff !important
}
/deep/ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
@include main_bg_color(theme);
border: none !important;
color: #fff !important;

View File

@@ -1509,20 +1509,20 @@
.uni-p-b-96 {
height: 96rpx;
}
/deep/ checkbox .uni-checkbox-input.uni-checkbox-input-checked {
::v-deep checkbox .uni-checkbox-input.uni-checkbox-input-checked {
@include main_bg_color(theme);
border: none !important;
color: #fff!important
}
/deep/ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
@include main_bg_color(theme);
border: none !important;
color: #fff!important;
margin-right: 0 !important;
}
.bottom-custom{
bottom: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
bottom: calc(98rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
bottom: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}
</style>

View File

@@ -600,13 +600,13 @@
right: 0;
}
/deep/ checkbox .uni-checkbox-input.uni-checkbox-input-checked {
::v-deep checkbox .uni-checkbox-input.uni-checkbox-input-checked {
@include main_bg_color(theme);
@include coupons_border_color(theme);
color: #fff !important
}
/deep/ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
@include main_bg_color(theme);
@include coupons_border_color(theme);
color: #fff !important;

View File

@@ -497,12 +497,12 @@
@include left_color(theme);
}
/deep/ radio .wx-radio-input.wx-radio-input-checked {
::v-deep radio .wx-radio-input.wx-radio-input-checked {
@include main_bg_color(theme);
@include coupons_border_color(theme);
}
/deep/ radio .uni-radio-input.uni-radio-input-checked {
::v-deep radio .uni-radio-input.uni-radio-input-checked {
@include main_bg_color(theme);
border: none !important;
}

View File

@@ -405,13 +405,13 @@
.font_color{
@include main_color(theme);
}
/deep/ checkbox .uni-checkbox-input.uni-checkbox-input-checked {
::v-deep checkbox .uni-checkbox-input.uni-checkbox-input-checked {
@include main_bg_color(theme);
@include coupons_border_color(theme);
color: #fff!important
}
/deep/ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
::v-deep checkbox .wx-checkbox-input.wx-checkbox-input-checked {
@include main_bg_color(theme);
@include coupons_border_color(theme);
color: #fff!important;

View File

@@ -377,7 +377,7 @@ checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
.uni-p-b-98{
height: 100rpx;
/* 兼容 IOS<11.2 */
height: calc(100rpx+ constant(safe-area-inset-bottom));
height: calc(100rpx + constant(safe-area-inset-bottom));
/* 兼容 IOS>11.2 */
height: calc(100rpx + env(safe-area-inset-bottom));
}

View File

@@ -50,11 +50,11 @@
width: 100rpx;
border-radius: 4rpx 0 0 4rpx;
}
/deep/.time {
::v-deep.time {
font-size: 22rpx;
color: #e93323;
align-items: center;
/deep/.red {
::v-deep.red {
margin: 0;
}
}
@@ -92,7 +92,7 @@
width: 122rpx;
height: 122rpx;
position: absolute;
/deep/image,/deep/.easy-loadimage,/deep/uni-image {
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image {
width: 122rpx;
height: 122rpx;
}
@@ -142,7 +142,7 @@
height: 210rpx;
right: 18rpx;
bottom: 18rpx;
/deep/image,/deep/.easy-loadimage,/deep/uni-image {
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image {
width: 210rpx;
height: 210rpx;
}
@@ -161,7 +161,7 @@
.img-box {
right: 14rpx;
bottom: 14rpx;
/deep/image,/deep/.easy-loadimage,/deep/uni-image{
::v-deepimage,::v-deep.easy-loadimage,::v-deepuni-image{
width: 122rpx;
height: 122rpx;
}
@@ -196,7 +196,7 @@
width: 210rpx;
.img-box {
height: 210rpx;
/deep/image,/deep/.easy-loadimage,uni-image{
::v-deepimage,::v-deep.easy-loadimage,uni-image{
height: 210rpx;
}
}
@@ -222,7 +222,7 @@
left: 10rpx;
font-size: 20rpx;
}
/deep/image,/deep/.easy-loadimage,uni-image {
::v-deepimage,::v-deep.easy-loadimage,uni-image {
width: 100%;
height: 222rpx;
border-radius: 16rpx;
@@ -253,7 +253,7 @@
color: $theme-color;
}
}
/deep/.img-box0 image,/deep/.img-box0 .easy-loadimage,/deep/.img-box0 uni-image {
::v-deep.img-box0 image,::v-deep.img-box0 .easy-loadimage,::v-deep.img-box0 uni-image {
border-radius: 0;
}
.info {

View File

@@ -583,7 +583,7 @@ uni-checkbox:not([disabled]) .uni-checkbox-input:hover{
width: 100%;
height: auto;
padding-bottom: 20rpx;
padding-bottom: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
padding-bottom: calc(100rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
padding-bottom: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
}
//活动边框样式