Skip to content

Commit

Permalink
Fix:银联支付结果和顶部状态条重叠
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcui1984 committed Sep 15, 2017
1 parent eda4734 commit b1215b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/hello-mui/js/beecloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ function doPay(payData, cbsuccess, cberror) {
plus.payment.request(payChannel, paySrc, cbsuccess, cberror);
} else if (payData.channel == 'UN_WEB') {
//银联在线支付
var web = plus.webview.create('', "beecloudPay");
var web = plus.webview.create('', "beecloudPay",{
statusbar:{
background: "#f7f7f7"
}
});
//注入JS,解决银联界面返回的问题
web.setJsFile('_www/js/95516.js');
web.addEventListener('loaded', function() {
Expand Down

0 comments on commit b1215b1

Please sign in to comment.