修改分享qdCode
This commit is contained in:
@@ -799,8 +799,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function share(item) {
|
function share(item) {
|
||||||
|
const {qdCode}= uni.getStorageSync('userInfo')||{}
|
||||||
const urls = returnShareUrl() + '/me/detail/detail?id=' + item.courseId + '&courseDetailsId=' + item
|
const urls = returnShareUrl() + '/me/detail/detail?id=' + item.courseId + '&courseDetailsId=' + item
|
||||||
.courseDetailsId + '&invitation=' + uni.getStorageSync('invitationCode') + '&qdCode=' + this.qdCode;
|
.courseDetailsId + '&invitation=' + uni.getStorageSync('invitationCode') + '&qdCode=' +qdCode;
|
||||||
console.log(urls);
|
console.log(urls);
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
refPoster.value.make({
|
refPoster.value.make({
|
||||||
|
|||||||
Reference in New Issue
Block a user