feat: 上线前修改

This commit is contained in:
anonymous
2025-01-10 20:07:36 +08:00
parent 348d06eadb
commit af8e85c483
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -84,10 +84,10 @@
</view> </view>
</view> </view>
<view <view
class="text-center text-15 text-white rounded-full py-8 btn-gradient mt-15" class="mt-15 px-30 text-center text-15 text-white rounded-full py-8 btn-gradient"
@click="onInvest(item)" @click="onInvest(item)"
> >
购买 购买{{ item.money }}
</view> </view>
</view> </view>
</template> </template>
@@ -118,7 +118,7 @@
class="text-center text-15 text-white rounded-full py-8 btn-gradient mt-15" class="text-center text-15 text-white rounded-full py-8 btn-gradient mt-15"
@click="onInvest(item)" @click="onInvest(item)"
> >
我要投保 我要投保{{ item.money }}
</view> </view>
</view> </view>
</template> </template>
+6
View File
@@ -82,6 +82,12 @@ const taskList = computed(() => {
lastCompletedTask.open = inviteInfo.value.open lastCompletedTask.open = inviteInfo.value.open
} }
return [ return [
{
title: '邀请有礼',
desc: `每邀请1人获得20000元(社保金)`,
status: 0,
open: false,
},
{ {
title: '注册实名', title: '注册实名',
desc: `领取${inviteInfo.value.realrewards}元救济金`, desc: `领取${inviteInfo.value.realrewards}元救济金`,