功能完善
This commit is contained in:
@@ -44,7 +44,7 @@ const fetchAddressList = async () => {
|
||||
|
||||
const onChecked = (e: any) => {
|
||||
const pages = getCurrentPages();
|
||||
if(pages.length > 2 && pages[pages.length - 2].route?.includes('pages/mall/subs/order/order-confirm')) {
|
||||
if(pages.length >= 2 && pages[pages.length - 2].route?.includes('pages/mall/subs/order/order-confirm')) {
|
||||
userStore.setDeliveryAddress(e);
|
||||
uni.navigateBack();
|
||||
}
|
||||
|
Reference in New Issue
Block a user