Browse Source

Merge branch 'iteration_1.3.4' of http://git.dayaedu.com/lex/h5-colexiu into iteration_1.3.4

lex 2 years ago
parent
commit
230a48580f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cart/index.tsx

+ 1 - 1
src/views/cart/index.tsx

@@ -267,7 +267,7 @@ export default defineComponent({
                   <SubmitBar
                     buttonText="删除"
                     buttonColor="var(--van-primary)"
-                    disabled={this.totalPrice === 0}
+                    disabled={this.len === 0}
                     onSubmit={() => this.onDeleteCartItem()}
                   >
                     <Checkbox