騰訊整改提示:不允許在分享商品詳情頁時需要登錄。
解決辦法:
- 文件路徑 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.www.2233z.cn/pro/crmebprov2/2350 。