Compare commits
2 Commits
fe98115a5e
...
f3fd1126e6
Author | SHA1 | Date |
---|---|---|
huangzhen | f3fd1126e6 | |
huangzhen | af1d2dcb7c |
|
@ -150,7 +150,7 @@ export default {
|
|||
},
|
||||
jumpOrder() {
|
||||
const query = { type: 3 };
|
||||
this.$router.push({ path: '/orderList', query });
|
||||
this.$router.push({ path: '/orderList' });
|
||||
},
|
||||
async getData() {
|
||||
if (!this.goodId) return showToast('商品ID不能为空');
|
||||
|
|
Loading…
Reference in New Issue