小程序跳转传参参数值为url时参数丢失
摘要:
通过先encodeURIComponent,取到值以后再decodeURIComponent,拼接参数正常传递 A页面 switch: function (e) { var aa = 'UNNZVUf5qkM=';//拼接到url的参数 var urls = encodeURIComponent(a 阅读全文
posted @ 2019-09-10 15:37 婧星 阅读(1162) 评论(0) 推荐(0)