feat: 上线前修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user