优化VIP价格显示及移除工具函数

This commit is contained in:
wangqiao
2025-10-08 20:39:51 +08:00
parent 5ee69038fa
commit 575f6fa2f1
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
<!-- <div class="vip-card-subtitle">中小微企业</div> -->
</div>
<div class="vip-card-price">
<span class="price">{{ accDiv(item.payPrice || 0, 100) }}</span>
<span class="price">{{ item.payPrice }}</span>
<span class="per">/1</span>
</div>
<ul class="vip-card-features">
@ -36,7 +36,7 @@
<script setup lang="ts">
import { ref, watch, onMounted } from 'vue'
import { listVip, submitPayOrder, getPayStatus } from '~/api/pay/index'
import { accDiv } from '~/utils/utils'
// import { accDiv } from '~/utils/utils'
import { Close } from '@element-plus/icons-vue'
import type { AppPayWalletPackageRespVO } from '~/api/pay/types'
// @ts-ignore