C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

13 righe
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. })