修改BUG

This commit is contained in:
cbb
2026-01-15 17:22:20 +08:00
parent 220b12e945
commit cfdc2ea7b0
24 changed files with 569 additions and 83 deletions

View File

@@ -2,7 +2,7 @@
import { onLoad } from '@dcloudio/uni-app'
import { GROUP_STATUS } from '@/constants/mall-data'
import { getGroupDetail } from '@/api/mall'
import { navigateBack, redirectTo } from '@/utils/router'
import { navigateBack, navigateTo, redirectTo } from '@/utils/router'
import { ref } from 'vue'
const viewData = ref({})
@@ -21,7 +21,8 @@
}
const onShare = () => {
console.log('分享')
// productId
navigateTo('/pages/shop-together/share')
}
onLoad(e => {