Commit 4774146c authored by spc's avatar spc

fixed

parent a93f8125
......@@ -31,8 +31,8 @@
</view>
<!-- 购买限制 -->
<view class="purchase-limit-section" v-if="goodsData.goodsLimit">
<text class="purchase-limit">每人限{{ goodsData.goodsLimit }}</text>
<view class="purchase-limit-section" v-if="userBuyLimitCount">
<text class="purchase-limit">每人限{{ userBuyLimitCount }}</text>
</view>
<!-- 优惠券名称 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment