This commit is contained in:
杨航
2025-11-24 09:16:33 +08:00
parent 1aee63f2d6
commit c03386f650
+1 -1
View File
@@ -363,7 +363,7 @@
if(res.body.inRange){
common.navigateTo('/pages/sparring/detail?traId=' + item.traId)
}else{
common.show(res.body.message)
common.show('提示', res.body.message, false)
}
})
}