2 Commits ed4bdf679e ... 64f58c9cd2

Autore SHA1 Messaggio Data
  tanxue 64f58c9cd2 Merge branch '2025鹅状元数学' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025鹅状元数学 1 giorno fa
  tanxue 228eb069d0 绑定手机号改为一直存在 1 giorno fa
1 ha cambiato i file con 1 aggiunte e 8 eliminazioni
  1. 1 8
      pages/chanpinMy/my.vue

+ 1 - 8
pages/chanpinMy/my.vue

@@ -31,7 +31,7 @@
 					<icon class="list-icon dhm-icon"></icon>
 					<text>兑换码</text>
 				</view>
-				<view v-if="isShowBindPhone" class="list-item" @click="bangPhone">
+				<view class="list-item" @click="bangPhone">
 					<icon class="list-icon bdsjh-icon"></icon>
 					<text>绑定手机号</text>
 				</view>
@@ -82,7 +82,6 @@
 	let authInfo = ref(null);
 	let loginRef = ref(null);
 	let bindPhoneRef = ref(null);
-	let isShowBindPhone = ref(false);
 	let currentTabIndex = ref(3)
 	let myInfoData = reactive({
 		userImg: '',
@@ -99,11 +98,6 @@
 		if (pageFrom.value === 'myInfo') {
 			getMyInfo();
 		}
-		if (getUserIsYouke()) {
-			isShowBindPhone.value = true
-		} else {
-			isShowBindPhone.value = false
-		}
 	})
 	/***************** 测试 ******************/
 	const testRef = ref(null)
@@ -119,7 +113,6 @@
 		cacheManager.updateObject('auth', {
 			userName: tel,
 		})
-		isShowBindPhone.value = false
 	}
 	// 获取用户数据
 	function getMyInfo() {