手机银行唤起微信小程序
This commit is contained in:
parent
ddb8fddf68
commit
b5aa1841cb
|
@ -274,9 +274,14 @@
|
||||||
if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
|
if (ua.indexOf("Source/YOUBankApp/psbc") > -1) {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
function upWXSmallProgramYouBank(){
|
function upWXSmallProgramYouBank(){
|
||||||
|
function objectToQueryString(path) {
|
||||||
|
const obj = JSON.parse(JSON.stringify(path));
|
||||||
|
return Object.keys(obj).map(key => encodeURIComponent(key) + '=' + encodeURIComponent(obj[key])).join('&');
|
||||||
|
}
|
||||||
|
let url = "pages/index/index?" + objectToQueryString(res.data);
|
||||||
AlipayJSBridge.call('upWXSmallProgramYouBank', {
|
AlipayJSBridge.call('upWXSmallProgramYouBank', {
|
||||||
id: 'gh_07fecf7a6d31',
|
id: 'gh_07fecf7a6d31',
|
||||||
url: res.data.redirect_url,
|
url: url,
|
||||||
},
|
},
|
||||||
function(result) {
|
function(result) {
|
||||||
console.log(result);
|
console.log(result);
|
||||||
|
|
Loading…
Reference in New Issue