소스 검색

H5:零元商品也可以购买

panyong 3 년 전
부모
커밋
136c2f44bb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      htmldev/dashboard/src/views/sell/shopcart/shopcart.vue

+ 2 - 2
htmldev/dashboard/src/views/sell/shopcart/shopcart.vue

@@ -166,7 +166,7 @@ export default {
       return count
     },
     payClass () {
-      if (this.totalPrice < 1) {
+      if (this.totalCount < 1) {
         return 'not-enough'
       } else {
         return 'enough'
@@ -299,7 +299,7 @@ export default {
       })
     },
     pay () {
-      if (this.totalPrice < 1) {
+      if (this.totalCount < 1) {
         return
       }
       this.$store.commit('shopcart/UPDATE_SELECTFOODS', this.selectFoods)