去除小程序外的直播
This commit is contained in:
@ -42,7 +42,9 @@
|
|||||||
<!-- 促销单品
|
<!-- 促销单品
|
||||||
<PromoteProduct :detail="benefit"></PromoteProduct> -->
|
<PromoteProduct :detail="benefit"></PromoteProduct> -->
|
||||||
<!-- 直播 -->
|
<!-- 直播 -->
|
||||||
|
<!-- #ifdef MP-WEIXIN -->
|
||||||
<Live :detail="live"></Live>
|
<Live :detail="live"></Live>
|
||||||
|
<!-- #endif -->
|
||||||
|
|
||||||
<!-- 为您推荐 -->
|
<!-- 为您推荐 -->
|
||||||
<PromotionGood :benefit="benefit"></PromotionGood>
|
<PromotionGood :benefit="benefit"></PromotionGood>
|
||||||
@ -232,20 +234,20 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(["getLocation"]),
|
...mapActions(["getLocation"]),
|
||||||
onShareTimeline: function() {
|
onShareTimeline: function () {
|
||||||
return {
|
return {
|
||||||
title: this.miniHomeRemark,
|
title: this.miniHomeRemark,
|
||||||
imageUrl: this.miniHomeImg,
|
imageUrl: this.miniHomeImg,
|
||||||
path: "pages/home/index?spread=" + uni.getStorageSync("uid")
|
path: "pages/home/index?spread=" + uni.getStorageSync("uid")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShareAppMessage: function() {
|
onShareAppMessage: function () {
|
||||||
return {
|
return {
|
||||||
title: this.miniHomeRemark,
|
title: this.miniHomeRemark,
|
||||||
imageUrl: this.miniHomeImg,
|
imageUrl: this.miniHomeImg,
|
||||||
path: "pages/home/index?spread=" + uni.getStorageSync("uid")
|
path: "pages/home/index?spread=" + uni.getStorageSync("uid")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
goRoll(item) {
|
goRoll(item) {
|
||||||
if (item.uniapp_url) {
|
if (item.uniapp_url) {
|
||||||
this.$yrouter.push(item.uniapp_url)
|
this.$yrouter.push(item.uniapp_url)
|
||||||
|
Reference in New Issue
Block a user