feat:股权分布积分修改
This commit is contained in:
+1
-1
@@ -668,7 +668,7 @@
|
||||
},
|
||||
computed: {
|
||||
isBlockedDate() {
|
||||
return !useTabber(15);
|
||||
return useTabber(6);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
:chartData="oneData"/>
|
||||
|
||||
</view>
|
||||
<view class="top-line"></view>
|
||||
<view class="top-head">
|
||||
<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-28 text-fu">51%的股权分五期赠送,前4期每期10%,第五期11%其他分配则为:投资机构,基金会,活动激励,运营团队,推广奖励的集合。</text>
|
||||
</view>
|
||||
<view class="tu-view">
|
||||
<view class="tu-view" v-if="currentUserData?.isNewUser">
|
||||
<qiun-data-charts
|
||||
type="ring"
|
||||
canvasId="four_two"
|
||||
|
||||
Reference in New Issue
Block a user