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 @@