修改访客邀请、一键开门bug

This commit is contained in:
zhouyanli
2026-05-07 11:57:57 +08:00
parent 231de9cde8
commit 0fb361ad64
6 changed files with 82 additions and 114 deletions

View File

@@ -526,11 +526,11 @@ watch(() => myFilter.value, () => {
}
.action-btn {
padding: 0 40rpx;
height: 60rpx;
line-height: 60rpx;
font-size: 24rpx;
border-radius: 35rpx;
padding: 0px 26rpx;
height: 50rpx;
line-height: 50rpx;
font-size: 22rpx;
border-radius: 10rpx;
margin: 0;
}

View File

@@ -66,7 +66,7 @@ const currentLength = ref(0);
// 图片列表(本地临时路径)
const imgList = ref([]);
// 定位信息
const location = ref('山东省日照市东港区学院路');
const location = ref('');
// 经纬度
const longitude = ref('');
const latitude = ref('');
@@ -158,10 +158,10 @@ const submitStatus = async () => {
uni.showToast({ title: '请输入实况描述', icon: 'none' });
return;
}
if (!activityId.value) {
uni.showToast({ title: '活动ID缺失', icon: 'none' });
return;
}
// if (!activityId.value) {
// uni.showToast({ title: '活动ID缺失', icon: 'none' });
// return;
// }
uni.showLoading({ title: '提交中...', mask: true });