小程序带参数转发至网页URL,小程序分享转发同时传递参数如何实现?
转发前,要转发的是:https://data.ziliaoguanli.com/xiaochengxu/web/ceshi/123.asp?key=789 传递变量及参数:key=789 但实际中转转发URL页面收到的是被小程序转义过去除?后的所有数据及参数 变成:https://data.ziliaoguanli.com/xiaochengxu/web/ceshi/123.asp ?key=789 被小程序截取了!! 为什么要这样?只有小程序选择云开发才可以带参数转发?有什么办法实现转发到网页且带参数? [图片] [图片] [图片] [sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/index/index] 将被索引
index.js? [sm]:28 转发页面,在传递URL前:res
index.js? [sm]:29 {from: "menu", target: undefined, webViewUrl: "https://data.ziliaoguanli.com/xiaochengxu/web/ceshi/123.asp?key=789"}
index.js? [sm]:30 分割线
index.js? [sm]:31 转发页面,在传递URL前:res.webViewUrl
index.js? [sm]:32 https://data.ziliaoguanli.com/xiaochengxu/web/ceshi/123.asp?key=789
[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/url/index?url_=https%3A%2F%2Fdata.ziliaoguanli.com%2Fxiaochengxu%2Fweb%2Fceshi%2F123.asp] 将被索引
index.js? [sm]:19 获取到的URL输出
index.js? [sm]:20 https://data.ziliaoguanli.com/xiaochengxu/web/ceshi/123.asp