home.wxml
1.6 KB
<view style="background:#f5f5f5;width:100%;height:100%;margin-bottom:140rpx">
<view style="position:relative;height: 240rpx;">
<image src="/images/reward_point_bg.png" style="width:100%;height:240rpx"></image>
<text style="font-size:72rpx;color:#fff;text-align:center;position:absolute;left:0;right:0;top:50rpx;">39190.89</text>
<text style="font-size:26rpx;color:#fff;text-align:center;position:absolute;left:0;right:0;top:180rpx">我的积分</text>
</view>
<view style="background:#fff;display:flex;flex-direction:row;padding:26rpx;">
<view style="background:#357aeb;width: 8rpx;height: 46rpx;margin-right:10rpx;"></view>
<view class="text_gray_32">积分明细</view>
</view>
<view wx:if="{true}" wx:for="{{cashList}}" style="background:#fff;width:100%;height:140rpx">
<view style='background:#f5f5f5;height:2rpx;'></view>
<view style="margin:26rpx 40rpx">
<view style="float:left;display:flex;flex-direction:column;">
<text style="font-size:32rpx;color:#333">政策奖励</text>
<text style="font-size:24rpx;color:#999;margin-top:10rpx">08月02日 10:21</text>
</view>
<view style="float:right;display:flex;flex-direction:column;">
<text style="font-size:36rpx;color: #FA9414;">+100.00</text>
<text style="font-size:24rpx;color:#999;margin-top:10rpx">余额 200.37</text>
</view>
</view>
</view>
<view class="view_bottom" >
<button class="btn_white_radius" style="margin:20rpx" bindtap='cashout'> 提现</button>
<button class="btn_blue_radius" style="margin:20rpx 20rpx 20rpx 0" bindtap='goexchange'> 兑换</button>
</view>
</view>