about.page.js 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import yoho from 'yoho'; import interceptClick from 'common/intercept-click'; yoho.ready(() => { const header = Object.assign({}, interceptClick.defaultTitleMap[1]); header.title.des = '关于我们'; yoho.updateNavigationBar({ header: header }); });