微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 194 B

1234567891011121314
  1. // index.js
  2. // 获取应用实例
  3. import * as UTIL from '../../utils/util.js'
  4. const app = getApp()
  5. Page({
  6. data: {
  7. },
  8. onLoad() {
  9. wx.showTabBar({
  10. animation: false,
  11. })
  12. },
  13. })