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.