|
@@ -22,7 +22,7 @@
|
|
|
<text class="amount-number">{{ couponData?.amount || 0 }}</text>
|
|
<text class="amount-number">{{ couponData?.amount || 0 }}</text>
|
|
|
<text class="amount-unit">元</text>
|
|
<text class="amount-unit">元</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <text class="condition-text">满{{ couponData?.minAmount || 0 }}可用</text>
|
|
|
|
|
|
|
+ <text class="condition-text">{{ (couponData?.minAmount != null && Number(couponData.minAmount) > 0) ? ('满' + couponData.minAmount + '可用') : '无门槛' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 右侧信息区域 -->
|
|
<!-- 右侧信息区域 -->
|