茶艺师列表添加筛选
This commit is contained in:
@ -317,6 +317,9 @@
|
||||
latitude.value = location.latitude
|
||||
longitude.value = location.longitude
|
||||
|
||||
// 删除city_id的缓存
|
||||
uni.removeStorageSync('cityId')
|
||||
|
||||
Index.handleResetSearch()
|
||||
})
|
||||
|
||||
@ -400,6 +403,7 @@
|
||||
city_id.value = params.id
|
||||
// latitude.value = params.latitude
|
||||
// longitude.value = params.longitude
|
||||
uni.setStorageSync('cityId', params.id)
|
||||
Index.handleResetSearch()
|
||||
})
|
||||
router.navigateTo(`/pages/city/city?lat=${latitude.value}&lng=${longitude.value}`)
|
||||
|
||||
Reference in New Issue
Block a user