diff --git a/manifest.json b/manifest.json index c9d2919e..35797ab9 100644 --- a/manifest.json +++ b/manifest.json @@ -66,11 +66,6 @@ // "live-player-plugin" : { // "version" : "1.3.0", // "provider" : "wx2b03c6e691cd7370" - // }, - // // 好物推荐(需要开通权限 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx56c8f077de74b07c&token=1011820682&lang=zh_CN) - // "goodsSharePlugin" : { - // "version" : "4.0.1", - // "provider" : "wx56c8f077de74b07c" // } } }, diff --git a/pages.json b/pages.json index 5e6f0238..7b65822c 100644 --- a/pages.json +++ b/pages.json @@ -91,11 +91,6 @@ { "path": "pages/goods-detail/goods-detail", "style": { - // // #ifdef MP-WEIXIN - // "usingComponents": { - // "share-button": "plugin://goodsSharePlugin/share-button" - // }, - // // #endif // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO "navigationStyle": "custom", // #endif diff --git a/pages/goods-detail/goods-detail.vue b/pages/goods-detail/goods-detail.vue index 16da23a3..10321e3c 100644 --- a/pages/goods-detail/goods-detail.vue +++ b/pages/goods-detail/goods-detail.vue @@ -403,15 +403,6 @@ - - - - - - 好物推荐、和大家一起分享你发现的宝贝 - - - @@ -586,7 +577,6 @@ // 基础配置 currency_symbol: app.globalData.data.currency_symbol, plugins_is_goods_detail_poster: 0, - common_app_is_good_thing: 0, common_app_is_online_service: 0, common_app_is_use_mobile_detail: 0, common_is_goods_detail_show_photo: 0, @@ -611,16 +601,6 @@ top_nav_title_data: [], // 自定义分享信息 share_info: {}, - // 好物圈分享信息 - share_product: { - "item_code": "", - "title": "", - "desc": "", - "category_list": [], - "image_list": [], - "src_mini_program_path": "", - "brand_info": {} - }, // 限时秒杀插件 plugins_seckill_is_valid: 0, plugins_seckill_data: null, @@ -733,7 +713,6 @@ common_is_goods_detail_show_photo: app.globalData.get_config('config.common_is_goods_detail_show_photo'), common_is_show_goods_comments: app.globalData.get_config('config.common_is_show_goods_comments', 1), common_app_is_online_service: app.globalData.get_config('config.common_app_is_online_service'), - common_app_is_good_thing: app.globalData.get_config('config.common_app_is_good_thing'), common_app_customer_service_tel: app.globalData.get_config('config.common_app_customer_service_tel'), plugins_is_goods_detail_poster: app.globalData.get_config('plugins_base.distribution.data.is_goods_detail_poster'), }); @@ -802,20 +781,6 @@ path: '/pages/goods-detail/goods-detail', query: 'id=' + goods.id, img: goods.images - }, - // 好物分享 - share_product: { - item_code: goods.id.toString(), - title: goods.title, - image_list: goods.photo.map(function(v) { - return v.images; - }), - desc: goods.simple_desc || goods.seo_desc, - category_list: goods.category_names || [], - src_mini_program_path: '/pages/goods-detail/goods-detail?id=' + goods.id, - brand_info: { - name: goods.brand_name || '' - } } });