🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-04 16:22:17 +08:00
parent bb867c41d0
commit de7b2ce4d3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
popBt: '点击复制',
copyLink: '',
goodsInfo: JSON.parse(sessionStorage.getItem('goodsInfo')),
backAble: sessionStorage.getItem('goodsCount') > 0,
backAble: sessionStorage.getItem('goodsCount') > 1,
loading: false
};
},