修复了写真预约不能下拉刷新的问题,启用小程序分享功能
This commit is contained in:
parent
b25897238f
commit
fde02b761f
|
@ -240,7 +240,8 @@
|
|||
{
|
||||
"path": "pages/book/myPhotoProducts/myPhotoProducts",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true //开启下拉刷新
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -150,6 +150,10 @@
|
|||
onLoad(() => {
|
||||
getFonts()
|
||||
getProductCart() //再获取一次
|
||||
wx.showShareMenu({
|
||||
withShareTicket: true,
|
||||
menus: ["shareAppMessage","shareTimeline"]
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
|
|
|
@ -65,6 +65,10 @@ onLoad(()=>{
|
|||
getFonts()
|
||||
getZSFont()
|
||||
getMyUser()
|
||||
wx.showShareMenu({
|
||||
withShareTicket: true,
|
||||
menus: ["shareAppMessage","shareTimeline"]
|
||||
})
|
||||
})
|
||||
const getMyUser = async () =>{
|
||||
const res = await uni.request({
|
||||
|
|
|
@ -139,6 +139,10 @@
|
|||
|
||||
onLoad(() => {
|
||||
getFonts() //启动使从服务器下载字体
|
||||
wx.showShareMenu({
|
||||
withShareTicket: true,
|
||||
menus: ["shareAppMessage","shareTimeline"]
|
||||
})
|
||||
})
|
||||
|
||||
const gotoLogin = () => {
|
||||
|
|
|
@ -91,6 +91,10 @@ onLoad((options)=>{
|
|||
// await changeTypes( sort.value[0] , 0 ) //首先获取最开始的类别
|
||||
getAllGoods()
|
||||
getCarouseList()
|
||||
wx.showShareMenu({
|
||||
withShareTicket: true,
|
||||
menus: ["shareAppMessage","shareTimeline"]
|
||||
})
|
||||
})
|
||||
onPullDownRefresh( ()=>{ //下拉刷新
|
||||
// await Getsort()
|
||||
|
|
Loading…
Reference in New Issue
Block a user