config.wxs 288 B

123456
  1. // component/wx-index-list/config.wxs
  2. module.exports = {
  3. horizontal: true, // 第一个选项是否横排显示(一般第一个数据选项为 热门城市,常用城市之类 ,开启看需求)
  4. animation:true ,// 过渡动画是否开启
  5. search:true ,// 是否开启搜索
  6. };