fix(微信): 功能类-付款后自动点击完成误触

This commit is contained in:
AIsouler
2024-03-08 11:50:19 +08:00
parent f54ebcfcf1
commit 4fe43af72f

View File

@@ -589,10 +589,14 @@ export default defineAppConfig({
{ {
quickFind: true, quickFind: true,
activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity', activityIds: 'com.tencent.mm.framework.app.UIPageFragmentActivity',
matches: '[vid="kinda_button_impl_wrapper"][clickable=true]', matches:
'@[vid="kinda_button_impl_wrapper"][clickable=true] > [text="完成"]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/a5177d9d-6745-443f-baf5-af57153430d8', 'https://m.gkd.li/57941037/a5177d9d-6745-443f-baf5-af57153430d8',
snapshotUrls: 'https://i.gkd.li/i/14399355', snapshotUrls: [
'https://i.gkd.li/i/14399355',
'https://i.gkd.li/i/14532946', // 避免在此页面误触
],
}, },
], ],
}, },