fix(partner): use server LBS search instead of locpicker iframe

Avoid Tencent locpicker _listTap crash when selecting POI in WeChat WebView.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-29 11:31:02 +08:00
parent c3362851ff
commit b0ff254cd8
5 changed files with 258 additions and 164 deletions
@@ -17,7 +17,7 @@ export class ClientConfigController {
mockSms: cfg.mockSms,
mockWechat: cfg.mockWechat,
wxAuthorize: cfg.wxAuthorize,
/** 合伙人 H5 腾讯地图 locpicker iframe 选点 */
/** 可选暴露;选点已改为服务端 /common/lbs,前端可不依赖此字段 */
tencentLbsKey: cfg.tencentLbsKey || undefined,
miniHome: {
banners: parseMiniHomeBanners(env.MINI_HOME_BANNERS),