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 @@
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-activity/activity/yifanshang/index.vue b/pages-activity/activity/yifanshang/index.vue
index f0028c8..3077257 100644
--- a/pages-activity/activity/yifanshang/index.vue
+++ b/pages-activity/activity/yifanshang/index.vue
@@ -87,7 +87,7 @@
- 充值特惠
+ 购买次数
请选择位置
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 @@