修复会员判断问题

This commit is contained in:
2025-12-26 17:22:39 +08:00
parent bde30fa70c
commit 811abf935c
7 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<template>
<block v-if="limitDiscount && limitDiscount.id" class="limit-price">
<text>
<block v-if="limitDiscount && limitDiscount.id" >
<text class="limit-price">
{{ returnPrice() }}
</text>
</block>