小程序 仿Twitter爱心点赞动画效果

小程序 仿Twitter爱心点赞动画效果_第1张图片

wxml:


  



  
 

 js:


const app = getApp()

Page({

  data: {
    currentSelectTripType:'like'
  },

  addAnimateFun: function (e) {
    this.setData({
    currentSelectTripType: e.currentTarget.dataset.id
    })
  },
  addAnimateFun2:function(e){
    this.setData({
    currentSelectTripType: e.currentTarget.dataset.i

你可能感兴趣的:(微信小程序)