微信小程序中通过web-view加载html页面前提条件:
1、必须申请认证企业账号,配置业务域名
2、必须发好调用的html页面服务
3、同时服务必须是https的服务
微信开发者工具开发调试可以取消https校验和业务域名的校验。

调试取消https校验和业务域名的校验
一、小程序页面向html页面传参数
1、在发好https的页面服务上面直接拼接
?serial=fa5329afeb5e51cca760c0ed82a7451f&testParam1=1&testParam2=2
<web-view src="http://localhost:9889/gisaddrsel/singleAddrLocate/addressLocate_test.html?serial=fa5329afeb5e51cca760c0ed82a7451f&testPara