<view wx:for="{{tcList}}" wx:for-item="item" wx:key="{{item.tcid}}" bindtap="itemClick" data-item="{{item}}" style='width:100%;display:flex;flex-direction: column;align-items:center;'>
    <view class="itemView">
      <view class="itemViewLeft" style='width:85%'>
        <text style="font-size:38rpx;color:#ff5722">{{item.tcmc}}</text>
        <text style="font-size:20rpx;color:#ff5722">{{item.bz}}</text>
      </view>
      <text class="textPrice" style="font-size:50rpx;color:#ff5722">¥{{item.tczf}}</text>
    </view>
  </view>
  //充值套餐点击
  itemClick:function(item){
    console.log(item)
  },

 

 

posted on 2018-07-20 16:16  青年程序猿  阅读(11366)  评论(0)    收藏  举报