import history from './../../utils/history'; Page({ onLoad() {}, onReachBottom() {}, jump() { history.push({ title: '预约记录', pageType: 'hospital-payment' }); } });