Skip to content

Commit 8733fab

Browse files
committed
购物车钱刚刚好的时候按钮不是绿的~好吧我也是在学习github的功能~~~~~
1 parent a9c3db1 commit 8733fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/shop/shop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<div>配送费¥{{deliveryFee}}</div>
144144
</div>
145145
</section>
146-
<section class="gotopay" :class="{gotopay_acitvity: minimumOrderAmount < 0}">
146+
<section class="gotopay" :class="{gotopay_acitvity: minimumOrderAmount <= 0}">
147147
<span class="gotopay_button_style" v-if="minimumOrderAmount > 0">还差¥{{minimumOrderAmount}}起送</span>
148148
<router-link :to="{path:'/confirmOrder', query:{geohash, shopId}}" class="gotopay_button_style" v-else >去结算</router-link>
149149
</section>

0 commit comments

Comments
 (0)