修改直播列表页面分页不生效的问题,吸怪直播模块报错的问题

This commit is contained in:
Gao xiaosong
2020-09-13 21:22:49 +08:00
parent f4c5247998
commit c412b80a3c
4 changed files with 77 additions and 55 deletions

View File

@ -244,11 +244,12 @@
}, 500);
},
methods: {
onShareAppMessage: function() {
onShareAppMessage: function () {
return {
title: this.storeInfo.title,
imageUrl: this.storeInfo.image,
path: "pages/activity/DargainDetails/index?id="+this.storeInfo.id+"&spread=" + uni.getStorageSync("uid"),
path: "pages/activity/DargainDetails/index?id=" + this.storeInfo.id + "&spread=" + uni.getStorageSync(
"uid"),
success(res) {
uni.showToast({
title: '分享成功'