feat:股权分布积分修改

This commit is contained in:
2026-03-28 09:54:41 +08:00
parent 8b367590be
commit f2e0bdcf5b
7 changed files with 24 additions and 507 deletions
+1 -1
View File
@@ -668,7 +668,7 @@
},
computed: {
isBlockedDate() {
return !useTabber(15);
return useTabber(6);
},
},
};
+3 -3
View File
@@ -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"