Button: fix disabled color wrong when has bottomAction prop

This commit is contained in:
陈嘉涵
2017-09-14 20:05:53 +08:00
parent 3be326f7ea
commit 63acb5b799
4 changed files with 15 additions and 19 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
<van-cell-group>
<van-cell :title="title" :isLink="editable" @click="$emit('click')">
<div v-if="coupons[chosenCoupon]">
<h2>{{ amount }}</h2>
<span>{{ coupons[chosenCoupon].condition }}</span>
<div>{{ amount }}</div>
<div>{{ coupons[chosenCoupon].condition }}</div>
</div>
<template v-else>{{ guide }}</template>
</van-cell>