🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-04 16:23:29 +08:00
parent de7b2ce4d3
commit 78d0f818fd
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
popText: '请点击下方[复制]按钮,复制链接到浏览器打开!',
popStatus: 1, /*1 成功 2提示 3失败 */
goodsInfo: JSON.parse(sessionStorage.getItem('goodsInfo')) || {},
backAble: sessionStorage.getItem('goodsCount') > 0,
backAble: sessionStorage.getItem('goodsCount') > 1,
loading: false,
is: false,
prompt_text: null,