From fde02b761f24572a248c4682ccd9fe1ec055220c Mon Sep 17 00:00:00 2001 From: yuanteng0011 <1876787513@qq.com> Date: Mon, 31 Mar 2025 20:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=86=99=E7=9C=9F?= =?UTF-8?q?=E9=A2=84=E7=BA=A6=E4=B8=8D=E8=83=BD=E4=B8=8B=E6=8B=89=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/Shopping-cart/productmain/testproductmain.vue | 4 ++++ pages/home/home.vue | 4 ++++ pages/mine/main/main.vue | 4 ++++ pages/store-home/main/testMain.vue | 4 ++++ 5 files changed, 18 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 6df06a2..8b98ef5 100644 --- a/pages.json +++ b/pages.json @@ -240,7 +240,8 @@ { "path": "pages/book/myPhotoProducts/myPhotoProducts", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "enablePullDownRefresh": true //开启下拉刷新 } } ], diff --git a/pages/Shopping-cart/productmain/testproductmain.vue b/pages/Shopping-cart/productmain/testproductmain.vue index ddb53e2..653db31 100644 --- a/pages/Shopping-cart/productmain/testproductmain.vue +++ b/pages/Shopping-cart/productmain/testproductmain.vue @@ -150,6 +150,10 @@ onLoad(() => { getFonts() getProductCart() //再获取一次 + wx.showShareMenu({ + withShareTicket: true, + menus: ["shareAppMessage","shareTimeline"] + }) }) diff --git a/pages/home/home.vue b/pages/home/home.vue index 3713470..3bda1f3 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -65,6 +65,10 @@ onLoad(()=>{ getFonts() getZSFont() getMyUser() + wx.showShareMenu({ + withShareTicket: true, + menus: ["shareAppMessage","shareTimeline"] + }) }) const getMyUser = async () =>{ const res = await uni.request({ diff --git a/pages/mine/main/main.vue b/pages/mine/main/main.vue index 32c5dd5..5b0e180 100644 --- a/pages/mine/main/main.vue +++ b/pages/mine/main/main.vue @@ -139,6 +139,10 @@ onLoad(() => { getFonts() //启动使从服务器下载字体 + wx.showShareMenu({ + withShareTicket: true, + menus: ["shareAppMessage","shareTimeline"] + }) }) const gotoLogin = () => { diff --git a/pages/store-home/main/testMain.vue b/pages/store-home/main/testMain.vue index 6bfe4a9..44d1bcd 100644 --- a/pages/store-home/main/testMain.vue +++ b/pages/store-home/main/testMain.vue @@ -91,6 +91,10 @@ onLoad((options)=>{ // await changeTypes( sort.value[0] , 0 ) //首先获取最开始的类别 getAllGoods() getCarouseList() + wx.showShareMenu({ + withShareTicket: true, + menus: ["shareAppMessage","shareTimeline"] + }) }) onPullDownRefresh( ()=>{ //下拉刷新 // await Getsort()