With regard to the question of Wechat's public platform jssdk, after you specify link, click on the moments to enter the link?.

question:
after I have specified the link=urlHopeInto that I click to jump to, I will share it in the moments. Others click on the article in the moments to enter the page when sharing instead of the link? specified when sharing.

   const urlHopeInto = this.taskShowHref;
         wx.onMenuShareTimeline({
                            /* */
                            title: _this.taskShowName, // 
                            link: urlHopeInto, //   
                            imgUrl: _this.taskShowUrl, //  url
                            success: function () {
                                console.log("" + urlHopeInto)
                                _this.account(1);
                                // alert("");
                                // 1
                            },
                            cancel: function () {
                                alert("");
                                // 
                            },
                            complete: function (data) {
                                //   onsuccess 
                                //  _this.account(1);//TODO 
                                console.log("ready-complete-" + data.errMsg)
                            },
                            trigger: function (data) {
                                console.log("link=" + urlHopeInto);
                                console.log("ready-trigger-----------" + data.errMsg)
                            },
                        });
                        
                                      

ask for the guidance of the great god. no, no, no.

Mar.12,2021

from=1" rel=" nofollow noreferrer "> https://mbd.baidu.com/newspag.

Wechat adjusts the sharing function


has not been implemented since 7.5 days

Menu