movie.json 234 B

123456789
  1. {
  2. "navigationBarTitleText": "电影",
  3. "enablePullDownRefresh": true,
  4. "usingComponents": {
  5. "van-toast": "@vant/weapp/toast/index",
  6. "van-image": "@vant/weapp/image/index",
  7. "van-button": "@vant/weapp/button/index"
  8. }
  9. }