Fix:4663 【旅居商城小程序】无法搜索到对应旅居商户

This commit is contained in:
linxi
2025-11-26 10:45:04 +08:00
parent 677bf57d05
commit b82dc02177
+2 -1
View File
@@ -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