买家端订单详情添加操作,商品选择器,categoryId传参错误

This commit is contained in:
mabo
2021-08-03 18:08:18 +08:00
parent d822c3c809
commit db42d19f44
9 changed files with 209 additions and 21 deletions

View File

@@ -159,6 +159,7 @@ export default {
}
},
mounted () {
window.scrollTo(0, 0)
this.accessToken.accessToken = storage.getItem('accessToken');
this.getOrderDetail()
}