修改版本号
This commit is contained in:
@@ -122,7 +122,7 @@ const handleClose=()=>{
|
||||
const selectDeviceId = async()=>{
|
||||
// 查询本地缓存的设备状态是否绑定过
|
||||
let deviceId = ref(undefined);
|
||||
deviceId.value = uni.getStorageSync('app_device');// 本地设备ID
|
||||
deviceId.value = uni.getStorageSync('app_device_id');// 本地设备ID
|
||||
let res = await getBindStatus({deviceId:deviceId.value});
|
||||
setTimeout(()=>{
|
||||
// 检查是否已登录 并 获取用户信息
|
||||
|
||||
Reference in New Issue
Block a user