优化首页、访客可视滚动布局

This commit is contained in:
zhouyanli
2026-05-20 17:30:16 +08:00
parent b7d1037b35
commit 40c9e75b2e
6 changed files with 642 additions and 586 deletions

View File

@@ -139,7 +139,7 @@ const reLocate = () => {
} else {
uni.hideLoading();
uni.showToast({ title: '定位失败,请重试', icon: 'none' });
console.error('定位失败:', err);
// console.error('定位失败:', err);
}
}
});
@@ -289,7 +289,8 @@ const submitStatus = async () => {
.upload-btn {
width: 80px;
height: 80px;
border: 1px dashed #ddd;
/* border: 1px dashed #ddd; */
background-color: #F3F3F3;
border-radius: 4px;
display: flex;
flex-direction: column;