From a40e286db19223c335d8af9f80aa92b578f0f7ba Mon Sep 17 00:00:00 2001 From: yangsai Date: Wed, 30 Oct 2024 15:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods_cate/template/template3.vue | 2 +- pages/goods_details/index.vue | 9 ++++-- pages/index/index.vue | 6 ++-- pages/store/table_code/cart.vue | 39 ++++++++++++++++--------- 4 files changed, 35 insertions(+), 21 deletions(-) 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}} - 首页 - 座位预定 - 存取酒 + 首页