1
This commit is contained in:
parent
f099e49eaa
commit
bfc6e0b415
@ -117,10 +117,10 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
getProductInfoByMerid() {
|
getProductInfoByMerid(merid) {
|
||||||
let that = this;
|
let that = this;
|
||||||
getProductInfo({
|
getProductInfo({
|
||||||
mer_id: 31
|
mer_id: merid
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.merchantInfo = res.data;
|
this.merchantInfo = res.data;
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user