|
@@ -115,7 +115,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 获取详情
|
|
// 获取详情
|
|
- getDetail (productSn, buyerSn) {
|
|
|
|
|
|
+ getDetail (buyerSn, productSn) {
|
|
this.buyerSn = buyerSn
|
|
this.buyerSn = buyerSn
|
|
if (this.curTab == 1) {
|
|
if (this.curTab == 1) {
|
|
this.queryParam.buyerSn = buyerSn
|
|
this.queryParam.buyerSn = buyerSn
|