var redirectUrl = encodeURIComponent(`${window.location.origin}/app-xcx-h5/#/sceneShopsPay?orderNo=${res.data.detail.orderNo}&title=${this.result.corpName}&total=${this.salePrice}`)
var url = `${config.wx_open}?appid=${config.appId}&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=123
解决了吗?我这边也遇到这个问题