cm-activity-info.wxml 612 B

1
  1. <view class="cm-activity-info data-v-7d7a89f8"><block wx:if="{{productInfo.activeStatus==1}}"><view class="ladder-main clearfix data-v-7d7a89f8"><view class="ladder-item data-v-7d7a89f8"><view class="ladder-item-td data-v-7d7a89f8">购买数</view><view class="ladder-item-td data-v-7d7a89f8">价格</view></view><block wx:for="{{$root.l0}}" wx:for-item="ladd" wx:for-index="index" wx:key="index"><view class="ladder-item data-v-7d7a89f8"><view class="ladder-item-td data-v-7d7a89f8">{{ladd.$orig.buyNum}}</view><view class="ladder-item-td data-v-7d7a89f8">{{ladd.f0}}</view></view></block></view></block></view>