Merge branch 'feature-main' into test

This commit is contained in:
huangzhen 2024-11-05 09:41:34 +08:00
commit f3fd1126e6
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不能为空');