diff --git a/pages/goods_cate/template/template3.vue b/pages/goods_cate/template/template3.vue index 7619128..fbc357c 100644 --- a/pages/goods_cate/template/template3.vue +++ b/pages/goods_cate/template/template3.vue @@ -10,7 +10,7 @@ - 请输入商品名称3 + 请输入商品名称 diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index baed341..85e67ee 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -958,7 +958,10 @@ onShareAppMessage: function() { let that = this; that.$set(that, 'actionSheetHidden', !that.actionSheetHidden); - userShare(); + if (this.isLogin) { + userShare(); + } + return { title: that.storeInfo.store_name || '', imageUrl: that.storeInfo.image || '', @@ -968,7 +971,9 @@ onShareTimeline() { let that = this; that.$set(that, 'actionSheetHidden', !that.actionSheetHidden); - userShare(); + if (this.isLogin) { + userShare(); + } return { title: that.storeInfo.store_name || '', imageUrl: that.storeInfo.image || '', diff --git a/pages/index/index.vue b/pages/index/index.vue index 1b4d1c2..cf82034 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,9 +5,7 @@ {{mrmd}} - 首页 - 座位预定 - 存取酒 + 首页