feat:数字积分加枚举
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<view class="top-line"></view>
|
||||
<view class="contract-view" v-if="topSelect == 0">
|
||||
<view class="top-head">
|
||||
<text class="text-32 text-zu1 text-bold">股权分布</text>
|
||||
<text class="text-32 text-gray text-bold">股权分布</text>
|
||||
<text class="text-28 text-fu">51%的股权回馈消费者(免费赠予)。<text v-if="currentUserData?.isNewUser">股权以积分形式发放</text></text>
|
||||
</view>
|
||||
<view class="tu-view">
|
||||
@@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="top-line" v-if="currentUserData?.isNewUser"></view>
|
||||
<view class="top-head" v-if="currentUserData?.isNewUser">
|
||||
<text class="text-32 text-zu1 text-bold">股权赠予计划</text>
|
||||
<text class="text-32 text-gray text-bold">股权赠予计划</text>
|
||||
<text class="text-28 text-fu">51%的股权分五期赠送,前4期每期10%,第五期11%其他分配则为:投资机构,基金会,活动激励,运营团队,推广奖励的集合。</text>
|
||||
</view>
|
||||
<view class="tu-view" v-if="currentUserData?.isNewUser">
|
||||
@@ -47,7 +47,7 @@
|
||||
:chartData="twoData"/>
|
||||
</view>
|
||||
<view class="bottom-view" v-if="currentUserData?.isNewUser">
|
||||
<text class="text-32 text-zu1 text-bold">免费赠予详细规则</text>
|
||||
<text class="text-32 text-gray text-bold">免费赠予详细规则</text>
|
||||
<view class="bottom-head">
|
||||
<view class="head-one">
|
||||
<text class="text-24 text-fu">期数</text>
|
||||
@@ -85,20 +85,20 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="top-head-1">
|
||||
<text class="text-32 text-zu1 text-bold">总营收</text>
|
||||
<text class="text-48 text-zu1 text-bold">¥
|
||||
<text class="text-64 text-zu1 ">{{curData.totalProfitSharing || 0}}</text>
|
||||
<text class="text-32 text-gray text-bold">总营收</text>
|
||||
<text class="text-48 text-gray text-bold">¥
|
||||
<text class="text-64 text-gray ">{{curData.totalProfitSharing || 0}}</text>
|
||||
</text>
|
||||
</view>
|
||||
<view class="top-head-1" v-if="curTopTwo == 1">
|
||||
<text class="text-32 text-zu1 text-bold">利润</text>
|
||||
<text class="text-48 text-zu1 text-bold">¥
|
||||
<text class="text-64 text-zu1 ">{{curData.profitAmount || 0}}</text>
|
||||
<text class="text-32 text-gray text-bold">利润</text>
|
||||
<text class="text-48 text-gray text-bold">¥
|
||||
<text class="text-64 text-gray ">{{curData.profitAmount || 0}}</text>
|
||||
</text>
|
||||
</view>
|
||||
<view class="top-line"></view>
|
||||
<view class="top-head">
|
||||
<text class="text-32 text-zu1 text-bold">商城分配数据</text>
|
||||
<text class="text-32 text-gray text-bold">商城分配数据</text>
|
||||
</view>
|
||||
<view class="tu-view">
|
||||
<qiun-data-charts
|
||||
@@ -111,7 +111,7 @@
|
||||
:chartData="threeData"/>
|
||||
</view>
|
||||
<view class="bottom-view">
|
||||
<text class="text-32 text-zu1 text-bold">分配明细数据</text>
|
||||
<text class="text-32 text-gray text-bold">分配明细数据</text>
|
||||
<view class="bottom-head">
|
||||
<view class="head-one" style="width:278rpx">
|
||||
<text class="text-24 text-fu">名称</text>
|
||||
@@ -141,7 +141,7 @@
|
||||
</view>
|
||||
<view class="top-line" style="margin-top:20rpx;"></view>
|
||||
<view class="top-head">
|
||||
<text class="text-32 text-zu1 text-bold">商城营收数据</text>
|
||||
<text class="text-32 text-gray text-bold">商城营收数据</text>
|
||||
</view>
|
||||
<view class="tab-view-one">
|
||||
<view v-for="(item,index) in tabOne" :key="index" @click="onOne(index)" :style="{
|
||||
@@ -172,7 +172,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="top-head">
|
||||
<text class="text-32 text-zu1 text-bold">已分配总额:{{fiveTotal}}</text>
|
||||
<text class="text-32 text-gray text-bold">已分配总额:{{fiveTotal}}</text>
|
||||
</view>
|
||||
<view class="tu-view-one" style="margin:32rpx 0">
|
||||
<qiun-data-charts type="area" :ontouch="true" :canvas2d="true" canvasId="scrolllineid1"
|
||||
|
||||
Reference in New Issue
Block a user