2019年7月25日

vue中参数传递

摘要: 一.页面跳转通过路由带参数传递数据 // 1.页面中的代码this.$router.push({ name: 'generalAdminOrderFlowAdd', params: { type: 'add', templateType: this.orderTemplateType } }) // 阅读全文

posted @ 2019-07-25 17:51 十万八千里 阅读(2659) 评论(0) 推荐(0)

微信小程序----团购或秒杀的批量倒计时实现

摘要: 实现思路 思路:1、模拟商品列表数据 goodsList;2、在 onLoad 周期函数中对活动结束时间进行提取;3、建立时间格式化函数 timeFormat;4、建立倒计时函数 countDown; 5、在 onLoad 周期函数的提取结尾执行倒计时函数 countDown。 倒计时函数详解1、获 阅读全文

posted @ 2019-07-25 17:30 十万八千里 阅读(1492) 评论(0) 推荐(0)

导航