收藏
回答

在配置点金计划的地址就可以到参数吗?我带了参数取不到

比如:https://abc.com?height=960,跳转的时候是https://abc.com?height=960&sub_mch_id=8888888&out_trade_no=88888888888&check_code=888888888888888&t=1736324425330

//获取参数

let sub_mch_id = getshangjiaxinxi("sub_mch_id"); //特约商户号

console.log("sub_mch_id == ",sub_mch_id)

let out_trade_no = getshangjiaxinxi("out_trade_no"); //商户订单号

console.log("out_trade_no == ",out_trade_no)

let check_code = getshangjiaxinxi("check_code"); //md5 校验码

console.log("check_code == ",check_code)

以上都可以正常获取到,height在H5是可以回去的,在手机上测试的时候 就获取不到了,这是为啥,不支持吗

最后一次编辑于  01-09
回答关注问题邀请回答
收藏

1 个回答

  • tuio
    tuio
    01-09

    你打包的H5项目index.html做了跳转没

    01-09
    有用
    回复
登录 后发表内容