C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

13 satır
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. })