Fix:4663 【旅居商城小程序】无法搜索到对应旅居商户
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
|
||||
<script>
|
||||
import { getCategory,getWellnessPlace } from '@/api/health'
|
||||
import { getJiaLouList } from '@/api/qianxian'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -67,7 +68,7 @@ export default {
|
||||
page: 1,
|
||||
limit: 9999
|
||||
}
|
||||
getWellnessPlace(params).then(res => {
|
||||
getJiaLouList(params).then(res => {
|
||||
this.items = res.data.records
|
||||
}).finally(() => {
|
||||
this.isSearch = true
|
||||
|
||||
Reference in New Issue
Block a user