fix: 增加测试

This commit is contained in:
zhangds 2024-05-08 17:26:18 +08:00
parent 96a1710675
commit f38998a748
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
backGoodsFn() { backGoodsFn() {
/* 判断是否web-view打开 则不返回 */ /* 判断是否web-view打开 则不返回 */
if (this.isMini) return; if (this.isMini) return;
history.go(-2); history.go(-3);
}, },
/* 触发提示 */ /* 触发提示 */