Compare commits

...

2 Commits

Author SHA1 Message Date
huangzhen f3fd1126e6 Merge branch 'feature-main' into test 2024-11-05 09:41:34 +08:00
huangzhen af1d2dcb7c update @修复 2024-11-05 09:41:27 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default {
}, },
jumpOrder() { jumpOrder() {
const query = { type: 3 }; const query = { type: 3 };
this.$router.push({ path: '/orderList', query }); this.$router.push({ path: '/orderList' });
}, },
async getData() { async getData() {
if (!this.goodId) return showToast('商品ID不能为空'); if (!this.goodId) return showToast('商品ID不能为空');