|
@@ -141,13 +141,13 @@
|
|
|
let path = `/pages/find/find?id=${this.searchVal}`
|
|
|
if (res.from === 'button') {
|
|
|
return {
|
|
|
- title: "本地生活一键搜索",
|
|
|
+ title: `为您找到${this.totalPage}条“${this.searchVal}”服务 `,
|
|
|
path: path,
|
|
|
};
|
|
|
}
|
|
|
if (res.from === 'menu') {
|
|
|
return {
|
|
|
- title: "本地生活一键搜索",
|
|
|
+ title: `为您找到${this.totalPage}条“${this.searchVal}”服务 `,
|
|
|
path: path,
|
|
|
};
|
|
|
}
|