jiayubo 3 달 전
부모
커밋
5dcd730994
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/QRCode/index.vue

+ 1 - 1
components/QRCode/index.vue

@@ -48,7 +48,7 @@ const props = defineProps({
 })
 
 const qrCodeUrl = ref('')
-const userType = uni.getStorageSync('userType') || 1 // 读取本地存储,默认为1
+const userType = 1 //默认为1
 const userId = uni.getStorageSync('userId')// 读取本地存储
 
 // 打印用户信息,方便查看