腾讯整改提示:不允许在分享商品详情页时需要登录。
解决办法:
- 文件路径 pages/goods_details/index.vue。
- 对照图上的标记内容修改。
listenerActionSheet: function() {
this.currentPage = false
// #ifdef H5
if (this.$wechat.isWeixin() === true) {
this.weixinStatus = true;
}
// #endif
this.posters = true;
this.goPoster();
}
- 修改完成后需重新打包,打包文档 https://doc.crmeb.com/pro/crmebprov2/2350 。