🦀️ fix: 修复bug
This commit is contained in:
parent
de7b2ce4d3
commit
78d0f818fd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue