This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-02-29 21:56:50 +08:00
parent f099e49eaa
commit bfc6e0b415

View File

@ -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) => {