index.js 95 B

123456
  1. Page({
  2. onShow() {
  3. this.getTabBar().init();
  4. },
  5. onShareAppMessage(res) { }
  6. })