🦀️ fix: 修复bug
This commit is contained in:
parent
bb867c41d0
commit
de7b2ce4d3
|
@ -128,7 +128,7 @@
|
|||
popBt: '点击复制',
|
||||
copyLink: '',
|
||||
goodsInfo: JSON.parse(sessionStorage.getItem('goodsInfo')),
|
||||
backAble: sessionStorage.getItem('goodsCount') > 0,
|
||||
backAble: sessionStorage.getItem('goodsCount') > 1,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue