From e7999800aa5afef9cb0351138e7b02f33ee1dab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E8=B6=8A?= <552369664@qq.com> Date: Tue, 9 Sep 2025 14:06:41 +0800 Subject: [PATCH] =?UTF-8?q?none=EF=BC=9A=E7=AE=80=E5=8D=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E5=85=88=E5=9C=A8=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5?= =?UTF-8?q?=EF=BC=8Ctabbar=E6=9A=82=E6=97=B6=E8=BF=98=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/index.vue | 2 +- sheep/api/member/auth.js | 6 +- sheep/api/migration/third.js | 2 +- sheep/components/s-layout/s-layout.vue | 6 +- .../s-search-block/s-search-block.vue | 3 +- sheep/platform/index.js | 50 ++++- sheep/platform/provider/alipay/miniProgram.js | 211 ++++++++++++++++++ sheep/platform/provider/index/index.js | 19 ++ sheep/ui/su-tabbar-item/su-tabbar-item.vue | 2 +- 9 files changed, 280 insertions(+), 21 deletions(-) create mode 100644 sheep/platform/provider/alipay/miniProgram.js create mode 100644 sheep/platform/provider/index/index.js diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 901c8919..671fb54f 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); } - }) + });