修复了写真预约不能下拉刷新的问题,启用小程序分享功能
This commit is contained in:
parent
b25897238f
commit
fde02b761f
|
@ -240,7 +240,8 @@
|
||||||
{
|
{
|
||||||
"path": "pages/book/myPhotoProducts/myPhotoProducts",
|
"path": "pages/book/myPhotoProducts/myPhotoProducts",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": ""
|
"navigationBarTitleText": "",
|
||||||
|
"enablePullDownRefresh": true //开启下拉刷新
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -150,6 +150,10 @@
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
getFonts()
|
getFonts()
|
||||||
getProductCart() //再获取一次
|
getProductCart() //再获取一次
|
||||||
|
wx.showShareMenu({
|
||||||
|
withShareTicket: true,
|
||||||
|
menus: ["shareAppMessage","shareTimeline"]
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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({
|
||||||
|
|
|
@ -139,6 +139,10 @@
|
||||||
|
|
||||||
onLoad(() => {
|
onLoad(() => {
|
||||||
getFonts() //启动使从服务器下载字体
|
getFonts() //启动使从服务器下载字体
|
||||||
|
wx.showShareMenu({
|
||||||
|
withShareTicket: true,
|
||||||
|
menus: ["shareAppMessage","shareTimeline"]
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
const gotoLogin = () => {
|
const gotoLogin = () => {
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user