优化首页、访客可视滚动布局
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user