wx.navigateBack({ changed: true });//返回上一页
显示 loading 提示框。需主动调用 wx.hideLoading 才能关闭提示框
mask boole 默认 false否是否显示透明蒙层,防止触摸穿透
mask==true 类似加了一层点击透明的模板,点击不了底层
wx.showLoading({title:'加载中...',mask:'true' })
这是小程序分享的事情
onShareAppMessage: function () {
return {
title: '兑的品质生活',
path: `/pages/Shop/Shop?member_id=${wx.getStorageSync('member_id')}`,
imageUrl: ''
}
}