diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 901c8919e0cfe094c3f206450e8d063ba9916869..671fb54f940234eeab9f2ac0a3bd5812f9320d09 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -197,7 +197,7 @@ @@ -213,11 +213,11 @@ // #endif // 组件中使用 onMounted 监听页面加载,不是页面组件不使用 onShow - onMounted(()=>{ + onMounted(() => { if (!isEmpty(shareInfo.value)) { sheep.$platform.share.updateShareInfo(shareInfo.value); } - }) + });