Page({ data: {}, onLoad() { }, goToCustomer(){ my.navigateTo({ url: '../../customer/myServantList/myServantList' }); }, goToServant(){ my.navigateTo({ url: '../../servant/myCustomerList/myCustomerList' }); } });