2018年10月19日
摘要: HTML: <div v-for="(i,index) in mydata" :key="index">{{countDownList[index].day}}天{{countDownList[index].hou}}时{{countDownList[index].min}}分{{countDown 阅读全文
posted @ 2018-10-19 18:53 陌生人! 阅读(1636) 评论(4) 推荐(1) 编辑
摘要: HTML: <div>{{countDownList}}</div> script: export default { data() { return { countDownList: '00天00时00分00秒', actEndTime: '2018-11-19 18:50:00' }; }, c 阅读全文
posted @ 2018-10-19 18:16 陌生人! 阅读(866) 评论(1) 推荐(1) 编辑
摘要: HTML: <div class="marquee"> <ul class="nameList" :class="{anim:animate==true}"> <li v-for='(item,index) in marqueeList' :key="index">{{item.name}}</li 阅读全文
posted @ 2018-10-19 16:33 陌生人! 阅读(473) 评论(0) 推荐(0) 编辑