调整创建订单,实名认证,签约

This commit is contained in:
唐明明
2022-12-29 18:53:36 +08:00
parent 3870865322
commit 2a851d47b2
19 changed files with 862 additions and 539 deletions

View File

@@ -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>

View File

@@ -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">