三七_z 2019-11-04 10:56 采纳率: 0%
浏览 760

怎么实现点击事件点击展开更多

<div v-for="(ite, index) in thistype" :key="index" class="refine2">
          <h4>{{thistype[index].name}}</h4>
           <div v-for="(item, num) in ite.lists" :key="num">
           <input v-if="index < ab" type="checkbox" :value="item.key +':'+ item.name" v-model="check" :id="item.name" :data-radius='item.key' @change="handleValue(item)">
            <label v-if="index < ab" :for="item.name">&nbsp;{{item.name}}&nbsp;&nbsp;({{item.count}})</label>
          </div>
            <el-button  type="text" size="mini" v-on:click="show(ite.index)" :data-id="ite.index" style="color: #316c9d;">{{ showMore ? 'Hide Last 15 ' : 'Show 14 More'}}</el-button></div>
            show (ite) {
            console.log(ite)
    this.ab = this.thistype[2].lists.length
    this.showMore = !this.showMore
    if (this.showMore == true) {
      this.ab = 5
    }
  },
  • 写回答

1条回答 默认 最新

  • 关注
    评论

报告相同问题?

悬赏问题

  • ¥88 实在没有想法,需要个思路
  • ¥15 MATLAB报错输入参数太多
  • ¥15 python中合并修改日期相同的CSV文件并按照修改日期的名字命名文件
  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败