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