From 636041d6fac8f2bc066a32acb34d0bc45ed96b20 Mon Sep 17 00:00:00 2001 From: tsui110 Date: Sat, 7 Feb 2026 00:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=A4=A7=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=A0=B7=E5=BC=8F=E5=BC=95=E8=B5=B7=E7=9A=84=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-activity/activity/duiduipeng/index.vue | 8 +- pages-activity/activity/yifanshang/index.vue | 8 +- pages-shop/shop/detail.vue | 84 ++++++- pages/login/index.vue | 12 +- pages/shop/index.vue | 248 +++++++++++++++++-- utils/checkPhone.js | 12 + utils/request.js | 4 +- 7 files changed, 334 insertions(+), 42 deletions(-) diff --git a/pages-activity/activity/duiduipeng/index.vue b/pages-activity/activity/duiduipeng/index.vue index c12032b..c2832f6 100644 --- a/pages-activity/activity/duiduipeng/index.vue +++ b/pages-activity/activity/duiduipeng/index.vue @@ -104,7 +104,7 @@ 对对碰游戏 - × + × @@ -2365,13 +2365,13 @@ onLoad((opts) => { justify-content: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; - - text { + + .game-close-btn-text { font-size: 48rpx; color: rgba(255, 255, 255, 0.8); line-height: 1; } - + &:active { background: rgba(255, 255, 255, 0.2); } diff --git a/pages-activity/activity/yifanshang/index.vue b/pages-activity/activity/yifanshang/index.vue index 57bb7f7..28d214a 100644 --- a/pages-activity/activity/yifanshang/index.vue +++ b/pages-activity/activity/yifanshang/index.vue @@ -69,9 +69,9 @@ > {{ item.number || item.position || index + 1 }} - 已售 - 已选 - 可选 + 已售 + 已选 + 可选 @@ -960,7 +960,7 @@ watch([activityId, currentIssueId], ([newActId, newIssueId]) => { font-size: 20rpx; color: $text-tertiary; - text { + .choice-status-text { padding: 4rpx 12rpx; border-radius: 20rpx; background: rgba(255, 255, 255, 0.8); diff --git a/pages-shop/shop/detail.vue b/pages-shop/shop/detail.vue index 11f96c9..4fed724 100644 --- a/pages-shop/shop/detail.vue +++ b/pages-shop/shop/detail.vue @@ -4,7 +4,14 @@ 加载中... 商品库存不足,由于市场价格存在波动,请联系客服核实价格和补充库存 - + + + + + + + + {{ detail.title || detail.name || '-' }} @@ -37,7 +44,7 @@