Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wxc-minibar安卓和iOS不能正确跳转到指定的页面 #20

Open
cykl4451 opened this issue May 10, 2018 · 0 comments
Open

wxc-minibar安卓和iOS不能正确跳转到指定的页面 #20

cykl4451 opened this issue May 10, 2018 · 0 comments

Comments

@cykl4451
Copy link

<wxc-minibar title="退款"
text-color="#333333"
background-color="#FFFFFF"
@wxcMinibarLeftButtonClicked="minibarLeftButtonClick">

minibarLeftButtonClick(){
let bundleUrl = weex.config.bundleUrl;
let base = apis.getBaseUrl(bundleUrl, false, true);
let cartUrl = base + 'native/roles/boss/reportform/returnMoney/refundsList.js';
let pathParams = {'url': cartUrl, 'animated': 'true'};
navigator.push(pathParams, function (e) {

            });

        },

预期:安卓和iOS都能跳转到我指定的页面;
结果:安卓可以跳转到指定页面,但是iOS直接返回到上一次出现的页面。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant