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
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)"
>
购买
购买{{ item.money }}
</view>
</view>
</template>
@@ -118,7 +118,7 @@
class="text-center text-15 text-white rounded-full py-8 btn-gradient mt-15"
@click="onInvest(item)"
>
我要投保
我要投保{{ item.money }}
</view>
</view>
</template>