Merge branch 'master' of https://gitee.com/sheepjs/shopro-uniapp
commit
c2111da4e9
|
@ -49,18 +49,12 @@
|
||||||
loading: true,
|
loading: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 选择收货地址, 有h5端需返回两次的bug
|
// 选择收货地址
|
||||||
const onSelect = (addressInfo) => {
|
const onSelect = (addressInfo) => {
|
||||||
// const pages = sheep.$router.getCur();
|
|
||||||
// const lastPage = pages[pages.length - 2];
|
|
||||||
// if (!_.isEmpty(lastPage) && lastPage.route === "pages/order/confirm") {
|
|
||||||
// sheep.$router.back();
|
|
||||||
// uni.navigateBack();
|
|
||||||
uni.$emit('SELECT_ADDRESS', {
|
uni.$emit('SELECT_ADDRESS', {
|
||||||
addressInfo,
|
addressInfo,
|
||||||
});
|
});
|
||||||
sheep.$router.back();
|
sheep.$router.back();
|
||||||
// }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 导入微信地址
|
// 导入微信地址
|
||||||
|
|
|
@ -158,12 +158,6 @@ function getCurrentPage() {
|
||||||
return pages[pages.length - 1];
|
return pages[pages.length - 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCur() {
|
|
||||||
let a = getCurrentPages();
|
|
||||||
let pages = clone(a);
|
|
||||||
return pages;
|
|
||||||
}
|
|
||||||
|
|
||||||
function handleAction(path) {
|
function handleAction(path) {
|
||||||
const action = path.split(':');
|
const action = path.split(':');
|
||||||
switch (action[1]) {
|
switch (action[1]) {
|
||||||
|
@ -187,6 +181,5 @@ export default {
|
||||||
redirect,
|
redirect,
|
||||||
getCurrentPage,
|
getCurrentPage,
|
||||||
getCurrentRoute,
|
getCurrentRoute,
|
||||||
getCur,
|
|
||||||
error,
|
error,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue