C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
211 B

  1. Component({
  2. pageLifetimes: {
  3. show() {
  4. if (typeof this.getTabBar === 'function' &&
  5. this.getTabBar()) {
  6. this.getTabBar().setData({
  7. selected: 0
  8. })
  9. }
  10. }
  11. }
  12. })