export function getUserLocalStorageInfo() { const userInfo = JSON.parse( uni.getStorageSync("laocui_user_info")); return userInfo }