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.
2 parents 7c8cefd + 8733fab commit 28c9f8dCopy full SHA for 28c9f8d
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