修复bug
This commit is contained in:
@@ -29,7 +29,7 @@ onLoad(()=> {
|
||||
})
|
||||
|
||||
function handleClickDish(item: any) {
|
||||
navigateTo(`/pages-store/pages/store/dishes?id=${item.id}&storeId=${item.merchantId}`)
|
||||
navigateTo(`/pages-store/pages/store/index?id=${item.merchantId}`)
|
||||
}
|
||||
|
||||
function navigateTo(url: string) {
|
||||
|
||||
Reference in New Issue
Block a user