Commit 230cbd29 by 陈羽

update: 弹窗卡券5张后隐藏按钮

parent 8e68cde1
......@@ -72,7 +72,7 @@
<i class="iconfont icon-shanchu" v-if="pop.activeStatus != 2" @click="deleteCoupon(cardIndex, elIndex)"></i>
</div>
</div>
<el-button @click="showDialog(elIndex)" :disabled="pop.activeStatus == 2" style="margin-top:10px;">选择卡券</el-button>
<el-button @click="showDialog(elIndex)" :disabled="pop.activeStatus == 2" style="margin-top:10px;" v-if="pop.popupCouponDetails.couponList.length <= 4">选择卡券</el-button>
</el-form-item>
</template>
</el-form-item>
......
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