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