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