Browse Source

修改分享标题

achao 1 year ago
parent
commit
768892cc93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      uni_applet/pages/find/find.vue

+ 2 - 2
uni_applet/pages/find/find.vue

@@ -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,
 				};
 			}