fix: rang drag problem & opt picture compress

This commit is contained in:
2025-09-08 12:13:14 +08:00
parent b5405c58a4
commit da7681e6e3
4 changed files with 104 additions and 15 deletions

View File

@@ -549,7 +549,7 @@ function Index() {
}
const fetchDetail = async () => {
const res = await DetailService.getDetail(243/* Number(id) */)
const res = await DetailService.getDetail(3387/* Number(id) */)
if (res.code === 0) {
setDetail(res.data)
}
@@ -561,7 +561,7 @@ function Index() {
const handleJoinGame = () => {
Taro.navigateTo({
url: `/pages/orderCheck/index?gameId=${243/* id */}`,
url: `/pages/orderCheck/index?gameId=${3387/* id */}`,
})
}