騰訊整改提示:不允許在分享商品詳情頁(yè)時(shí)需要登錄。
解決辦法:
- 文件路徑 pages/goods_details/index.vue。
- 對(duì)照?qǐng)D上的標(biāo)記內(nèi)容修改。
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 。