You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
<!--pages/user/profit/index.wxml--> |
|
<view class="profit-page"> |
|
|
|
<view class="user-box acea-row row-middle"> |
|
<view class="avatar"><image src="../../../images/logo.png"></image></view> |
|
<view class="userInfo"> |
|
<view class="name">赵铁柱</view> |
|
<view class="id-num">ID:2123</view> |
|
</view> |
|
</view> |
|
|
|
<view class="profit-box"> |
|
<image src="../../../images/profit.png" class="profit-bg"></image> |
|
<view class="profit-info"> |
|
<view class="acea-row row-between"> |
|
<view class=""> |
|
<view>今日收益</view> |
|
<view class="fz40">200积分</view> |
|
</view> |
|
<view class=""> |
|
<view>累计收益</view> |
|
<view class="fz40">200积分</view> |
|
</view> |
|
</view> |
|
<view class="to-cash-out">去提现</view> |
|
</view> |
|
</view> |
|
|
|
<view class="int-list"> |
|
<view class="int-t">积分动态</view> |
|
<view class="int-item" wx:for="{{3}}" :key="index"> |
|
<view> |
|
<view class="title">禅易风云</view> |
|
<view class="time colR">2021-11-26</view> |
|
</view> |
|
<view class=""> |
|
<view class="title fz40 colR">+500积分</view> |
|
<view class="time">一级收益</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|