修复了写真预约不能下拉刷新的问题,启用小程序分享功能

This commit is contained in:
yuanteng0011 2025-03-31 20:44:55 +08:00
parent b25897238f
commit fde02b761f
5 changed files with 18 additions and 1 deletions

View File

@ -240,7 +240,8 @@
{ {
"path": "pages/book/myPhotoProducts/myPhotoProducts", "path": "pages/book/myPhotoProducts/myPhotoProducts",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": "",
"enablePullDownRefresh": true //
} }
} }
], ],

View File

@ -150,6 +150,10 @@
onLoad(() => { onLoad(() => {
getFonts() getFonts()
getProductCart() // getProductCart() //
wx.showShareMenu({
withShareTicket: true,
menus: ["shareAppMessage","shareTimeline"]
})
}) })

View File

@ -65,6 +65,10 @@ onLoad(()=>{
getFonts() getFonts()
getZSFont() getZSFont()
getMyUser() getMyUser()
wx.showShareMenu({
withShareTicket: true,
menus: ["shareAppMessage","shareTimeline"]
})
}) })
const getMyUser = async () =>{ const getMyUser = async () =>{
const res = await uni.request({ const res = await uni.request({

View File

@ -139,6 +139,10 @@
onLoad(() => { onLoad(() => {
getFonts() //使 getFonts() //使
wx.showShareMenu({
withShareTicket: true,
menus: ["shareAppMessage","shareTimeline"]
})
}) })
const gotoLogin = () => { const gotoLogin = () => {

View File

@ -91,6 +91,10 @@ onLoad((options)=>{
// await changeTypes( sort.value[0] , 0 ) // // await changeTypes( sort.value[0] , 0 ) //
getAllGoods() getAllGoods()
getCarouseList() getCarouseList()
wx.showShareMenu({
withShareTicket: true,
menus: ["shareAppMessage","shareTimeline"]
})
}) })
onPullDownRefresh( ()=>{ // onPullDownRefresh( ()=>{ //
// await Getsort() // await Getsort()