https://ask.dcloud.net/app/index.php?i=3&c=entry&m=twwr_wwww&do=cqlist&zn=&tm=&pid=mm_8888888_8888888_8888888&key=sss
https://ask.dcloud.net/app/index.php?i=3&c=entry&m=twwr_wwww&do=cqlist&zn=&tm=&pid=mm_8888888_8888888_8888888&key=%E5%88%AB%E9%97%AF%E9%98%B4%E9%98%B3%E7%95%8C
https://ask.dcloud.net/app/index.php?i=3&c=entry&pid=pid=mm_8888888_8888888_8888888&do=cqlist&m=twwr_wwww&key=%E7%94%B7%E8%A3%85%E5%A4%96%E5%A5%97%E6%AD%A3%E5%93%81%E6%8A%98%E6%89%A3
以上为三次搜索后的超链接 如何能够实现在APP中搜索后不打开新的页面 求老大给出详细代码帮忙解决下,万分感谢!!!
1***@qq.com
- 发布:2018-04-16 20:50
- 更新:2018-04-16 21:02
- 阅读:1386
Trust - 少说废话
sitemap.json -> pages,添加
{
"webviewId": "search",
"matchUrls": [
{
"pathname": "/app/index.php",
"search": "R:i=3&c=entry&m=twwr_wwww&do=cqlist&zn=&tm=&pid=mm_8888888_8888888_8888888&key=.*"
}
]
}
根据上述信息可以得之,pathname 是不变的,变化的只有 search 的内容。而 search 的内容只有 key= 后面的内容会变化,因此采用正则的方案匹配即可。
建议认真阅读文档,多动手尝试。
1***@qq.com (作者)
谢谢老大
2018-04-16 22:29