修改访客邀请、一键开门bug
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user