修改首页轮播报错、活动显示、公共页样式显示、我的车位等bug
This commit is contained in:
@@ -233,10 +233,10 @@ const submitStatus = async () => {
|
||||
uni.showToast({ title: '请输入实况描述', icon: 'none' });
|
||||
return;
|
||||
}
|
||||
// if (!activityId.value) {
|
||||
// uni.showToast({ title: '活动ID缺失', icon: 'none' });
|
||||
// return;
|
||||
// }
|
||||
if (!location.value) {
|
||||
uni.showToast({ title: '请先签到', icon: 'none' });
|
||||
return;
|
||||
}
|
||||
|
||||
uni.showLoading({ title: '提交中...', mask: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user