修改BUG
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user