index.js 64 B

12345
  1. Page({
  2. onShow() {
  3. this.getTabBar().init();
  4. },
  5. })