Browse Source

去除小程序外的直播

master
Gao xiaosong 5 years ago
parent
commit
a190523c10
  1. 6
      pages/home/index.vue

6
pages/home/index.vue

@ -42,7 +42,9 @@
<!-- 促销单品
<PromoteProduct :detail="benefit"></PromoteProduct> -->
<!-- 直播 -->
<!-- #ifdef MP-WEIXIN -->
<Live :detail="live"></Live>
<!-- #endif -->
<!-- 为您推荐 -->
<PromotionGood :benefit="benefit"></PromotionGood>
@ -232,14 +234,14 @@
},
methods: {
...mapActions(["getLocation"]),
onShareTimeline: function() {
onShareTimeline: function () {
return {
title: this.miniHomeRemark,
imageUrl: this.miniHomeImg,
path: "pages/home/index?spread=" + uni.getStorageSync("uid")
}
},
onShareAppMessage: function() {
onShareAppMessage: function () {
return {
title: this.miniHomeRemark,
imageUrl: this.miniHomeImg,

Loading…
Cancel
Save