💪 optimize: 优化代码
This commit is contained in:
parent
e9924c13a0
commit
e62b472843
|
@ -108,7 +108,7 @@
|
|||
ysf: JSON.parse(sessionStorage.getItem('goodsInfo')),
|
||||
account: null,
|
||||
confirmAccount: null,
|
||||
backAble: ~~sessionStorage.getItem('goodsCount') > 0,
|
||||
backAble: (~~sessionStorage.getItem('goodsCount')) > 1,
|
||||
promptShow: false,
|
||||
popShow: false,
|
||||
popText: '',
|
||||
|
|
Loading…
Reference in New Issue