Commit 12ba612c authored by Edwise's avatar Edwise 🍷

Merge remote-tracking branch 'refs/remotes/origin/tianmaoxiaoyuan' into tianmaoxiaoyuan

parents 4087db6a 3453c020
...@@ -123,6 +123,7 @@ Component({ ...@@ -123,6 +123,7 @@ Component({
}) || {}; }) || {};
}, },
async handleGoFollow(sellerId) { async handleGoFollow(sellerId) {
console.log('handleGoFollow',sellerId)
const favorStatus = await favorShop(sellerId).catch(err => { const favorStatus = await favorShop(sellerId).catch(err => {
console.log('关注店铺失败', err); console.log('关注店铺失败', err);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment