We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c3db1 commit 8733fabCopy full SHA for 8733fab
src/page/shop/shop.vue
@@ -143,7 +143,7 @@
143
<div>配送费¥{{deliveryFee}}</div>
144
</div>
145
</section>
146
- <section class="gotopay" :class="{gotopay_acitvity: minimumOrderAmount < 0}">
+ <section class="gotopay" :class="{gotopay_acitvity: minimumOrderAmount <= 0}">
147
<span class="gotopay_button_style" v-if="minimumOrderAmount > 0">还差¥{{minimumOrderAmount}}起送</span>
148
<router-link :to="{path:'/confirmOrder', query:{geohash, shopId}}" class="gotopay_button_style" v-else >去结算</router-link>
149
0 commit comments