index.wxml 1.5 KB

1
  1. <view class="integral_all data-v-10fc0cd4"><view class="information data-v-10fc0cd4"><view class="information_le data-v-10fc0cd4"><view class="information_text1 data-v-10fc0cd4">当前可用积分</view><view class="information_text2 data-v-10fc0cd4">{{integralNum}}</view><view data-event-opts="{{[['tap',[['goDet',[1]]]]]}}" class="information_text3 data-v-10fc0cd4" bindtap="__e">积分明细<u-icon vue-id="0e860eb2-1" name="arrow-right" size="28" class="data-v-10fc0cd4" bind:__l="__l"></u-icon></view></view><view class="information_ri data-v-10fc0cd4"><image src="../static/integral/rectangular.png" mode="r" class="data-v-10fc0cd4"></image><view data-event-opts="{{[['tap',[['goDet',[2]]]]]}}" class="information_text4 data-v-10fc0cd4" bindtap="__e">兑换记录</view></view></view><view class="integral_goods data-v-10fc0cd4"><view class="integral_goods_sty data-v-10fc0cd4"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="integral_goods_sty1 data-v-10fc0cd4"><image src="{{item.couponPicture}}" mode class="data-v-10fc0cd4"></image><view class="integral_goods_text data-v-10fc0cd4">{{item.couponName}}</view><view class="integral_goods_sty_bo data-v-10fc0cd4"><view class="integral_goods_sty_bo_le data-v-10fc0cd4"><text class="integral_goods_text2 data-v-10fc0cd4">{{item.needIntegral}}</text>积分</view><view data-event-opts="{{[['tap',[['exchange',['$0'],[[['dataList','',index]]]]]]]}}" class="integral_goods_sty_bo_ri data-v-10fc0cd4" bindtap="__e">兑换</view></view></view></block></view></view></view>