index.js 159 B

123456789101112
  1. Page({
  2. data: {
  3. },
  4. onShow() {
  5. if (typeof this.getTabBar === 'function') {
  6. this.getTabBar().setData({
  7. selected: 1
  8. })
  9. }
  10. },
  11. })