From 51a35a1cea7a381c33c86e9a9697ecef602c773f Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期日, 24 八月 2025 16:25:37 +0800
Subject: [PATCH] 激活列样式调整

---
 src/views/personalCenter/userInfo.vue |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/src/views/personalCenter/userInfo.vue b/src/views/personalCenter/userInfo.vue
index 9d99205..ef1bb0f 100644
--- a/src/views/personalCenter/userInfo.vue
+++ b/src/views/personalCenter/userInfo.vue
@@ -198,14 +198,14 @@
     >
       <div>
         <div class="qrcodeBox">
-          <!-- <wxlogin
+          <wxlogin
             :redirect_uri="wxLogin.redirectURL"
             style="width: 300px; height: 400px; margin: -40px auto 0; overflow: hidden"
             :appid="wxLogin.appid"
             :scope="wxLogin.scope"
             state="WeChatScanningCodeBind"
           >
-          </wxlogin> -->
+          </wxlogin>
         </div>
         <p class="tips">浣跨敤寰俊鎵竴鎵壂鎻忎簩缁寸爜杩涜缁戝畾</p>
       </div>
@@ -272,19 +272,13 @@
 <script setup lang="ts">
 import { reactive, ref, inject, onMounted, watch } from 'vue'
 import type { FormInstance, FormRules } from 'element-plus'
-// import verify from '@/components/sliderImg/component/verify.vue'
-// import '@/components/sliderImg/sliderImg.js'
-// import '@/components/sliderImg/sliderImg.css'
 import { ElMessage } from 'element-plus'
-import tool from '@/assets/js/toolClass.js'
 import { useUserStore } from '@/store'
 // import wxlogin from 'vue-wxlogin'
 import teacherCertification from './teacherCertification.vue'
 import login from '@/layout/components/login.vue'
 const userStore = useUserStore()
-import { useRoute } from 'vue-router'
 import moment from 'moment'
-const route = useRoute()
 const MG: any = inject('MG')
 const config: any = inject('config')
 
@@ -570,10 +564,11 @@
 }
 //寰俊璁よ瘉
 let wxLogin = reactive({
-  appid: 'wx5cfe8b007a3c6f8c',
+  appid: 'wx2b9d4a6308fd03d6',
   scope: 'snsapi_login',
-  redirectURL: encodeURIComponent(config.requestCtx + '/home/#/personalCenter'),
+  redirectURL: encodeURIComponent(config.requestCtx + '/#/personalCenter'),
 })
+//鑾峰彇寰俊璁よ瘉鐘舵��
 const getWechatAuthenticationState = () => {
   MG.identity.checkBuildingWeChat({}).then((res: any) => {
     if (res) {
@@ -925,6 +920,7 @@
 
   .change-info {
     color: #019e58;
+    font-size: 14px;
   }
 
   .record {

--
Gitblit v1.9.1