From 981e8025322a9430d1532f65cb84da890c14f19c Mon Sep 17 00:00:00 2001 From: yuming Date: Sun, 16 Aug 2026 09:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E9=95=BF=E6=9C=9F=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7=E5=9C=A8=E7=82=B9=E5=87=BB=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E6=97=B6=E9=9D=99=E9=BB=98=E8=A1=A5=E9=A2=9D=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index eac3296..f129870 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -156,9 +156,13 @@ Page({ }, /** - * 点击人员 + * 点击人员进详情 + * 顺带搭车补额度:仅对已勾选「总是保持以上选择」的用户,此调用不弹窗、完全无感。 + * 必须同步调用且放在 navigateTo 之前,否则手势上下文丢失。 */ onPersonTap(e) { + if (this.subscribeStatus === 'silent') subscribe.requestAndReport() + const id = e.currentTarget.dataset.id wx.navigateTo({ url: `/pages/person-detail/person-detail?id=${id}`