调整创建订单,实名认证,签约
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
<block v-if="list.length > 0">
|
||||
<view class="log-flex" v-for="(item, index) in list" :key="index">
|
||||
<view class="text">
|
||||
<view class="type nowrap">xxx奖金收益</view>
|
||||
<view class="time nowrap">2022-12-12 10:18</view>
|
||||
<view class="type nowrap">{{item.remark || '-'}}</view>
|
||||
<view class="time nowrap">{{item.created_at}}</view>
|
||||
</view>
|
||||
<view class="price nowrap">+50000</view>
|
||||
<view class="price nowrap">{{item.amount}}</view>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<!-- 账户余额 -->
|
||||
<view class="total" :style="'background-image: url(' + require('@/static/imgs/cash_back.png') + ');'">
|
||||
<view class="total-value nowrap">{{total}}</view>
|
||||
<view class="total-text">个人总业绩</view>
|
||||
<view class="total-text">{{type == 'self' ? '个人总业绩': '团队总业绩'}}</view>
|
||||
</view>
|
||||
<!-- 账户记录 -->
|
||||
<view class="logs">
|
||||
|
||||
Reference in New Issue
Block a user