提交 30ebb551 作者: 方治民

fix: 修复文件样式编译错误

上级 bacbcda4
...@@ -142,8 +142,7 @@ ...@@ -142,8 +142,7 @@
} }
function getCurrentAddressInfo() { function getCurrentAddressInfo() {
if (!uni.getStorageSync('location')) if (!uni.getStorageSync('location')) return
return
const { lon, lat } = uni.getStorageSync('location') const { lon, lat } = uni.getStorageSync('location')
UserInfoAPI.location({ UserInfoAPI.location({
...@@ -722,4 +721,6 @@ return ...@@ -722,4 +721,6 @@ return
margin-bottom: 0; margin-bottom: 0;
padding: 0; padding: 0;
} }
}
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论