diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index 905fae7..e51cedb 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -552,7 +552,7 @@ }, onLoad(options) { // console.log(JSON.stringify(options),"options.spread") - alert("options.spread"+JSON.stringify(options)) + // alert("options.spread"+JSON.stringify(options)) //用户从分享卡片进入的场景下获取主题色配置 this.$set(this, 'theme', this.$Cache.get('theme'));