From ce1522abf29acab4ba0741e39ea8ca95d3951697 Mon Sep 17 00:00:00 2001 From: tsui110 Date: Fri, 2 Jan 2026 20:40:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=EF=BC=9A=E6=9B=BF=E6=8D=A2=E5=90=84?= =?UTF-8?q?=E7=B1=BB=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/GamePassPurchasePopup.vue | 9 +++++++-- components/activity/DrawLoadingPopup.vue | 2 +- pages-activity/activity/wuxianshang/index.vue | 4 ++-- pages/cabinet/index.vue | 2 +- pages/index/index.vue | 2 +- pages/shop/index.vue | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/components/GamePassPurchasePopup.vue b/components/GamePassPurchasePopup.vue index 8b4ad60..fd4f002 100644 --- a/components/GamePassPurchasePopup.vue +++ b/components/GamePassPurchasePopup.vue @@ -3,7 +3,7 @@ - ✨ 超值次数卡 + 使用次数(次数需使用完,剩余次数不可退) × @@ -239,7 +239,12 @@ function handleClose() { font-weight: bold; color: #1F2937; } - + + .title-sub { + font-size: 34rpx; + font-weight: normal; + } + .close-btn { font-size: 48rpx; color: #9CA3AF; diff --git a/components/activity/DrawLoadingPopup.vue b/components/activity/DrawLoadingPopup.vue index b486a71..7295a97 100644 --- a/components/activity/DrawLoadingPopup.vue +++ b/components/activity/DrawLoadingPopup.vue @@ -57,7 +57,7 @@ import { computed } from 'vue' const props = defineProps({ visible: { type: Boolean, default: false }, - title: { type: String, default: '正在开奖中' }, + title: { type: String, default: '努力拆盒中' }, progress: { type: Number, default: 0 }, total: { type: Number, default: 1 } }) diff --git a/pages-activity/activity/wuxianshang/index.vue b/pages-activity/activity/wuxianshang/index.vue index e757968..adfd700 100644 --- a/pages-activity/activity/wuxianshang/index.vue +++ b/pages-activity/activity/wuxianshang/index.vue @@ -106,9 +106,9 @@ 🎮 {{ gamePassRemaining }} - 充值 + 购买 - 超值卡 + 使用次数 diff --git a/pages/cabinet/index.vue b/pages/cabinet/index.vue index 26c6ce0..c98200d 100644 --- a/pages/cabinet/index.vue +++ b/pages/cabinet/index.vue @@ -165,7 +165,7 @@ import { ref, computed } from 'vue' import { onShow, onReachBottom, onShareAppMessage, onPullDownRefresh } from '@dcloudio/uni-app' import { getInventory, getProductDetail, redeemInventory, requestShipping, cancelShipping, listAddresses, getShipments, createAddressShare } from '@/api/appUser' import { vibrateShort } from '@/utils/vibrate.js' -import { checkPhoneBound } from '@/utils/checkPhone.js' +import { checkPhoneBound, checkPhoneBoundSync } from '@/utils/checkPhone.js' const currentTab = ref(0) const aggregatedList = ref([]) diff --git a/pages/index/index.vue b/pages/index/index.vue index 71864b5..876c2cd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -132,7 +132,7 @@