修改问题

This commit is contained in:
duan
2024-12-31 17:41:32 +08:00
parent 3b3e167089
commit 8e5065a588
22 changed files with 47 additions and 49 deletions

View File

@@ -240,7 +240,7 @@
},
onShareAppMessage(res) {
return {
path: '/pages/index/index?invitation=' + this.invitationCode + '&qdCode=' + this
path: '/pages/index/index2?invitation=' + this.invitationCode + '&qdCode=' + this
.qdCode, //这是为了传参 onload(data){let id=data.id;}
title: this.tuiguang,
imageUrl: this.bgImgs
@@ -248,7 +248,7 @@
},
onShareTimeline(res) {
return {
path: '/pages/index/index?invitation=' + this.invitationCode + '&qdCode=' + this
path: '/pages/index/index2?invitation=' + this.invitationCode + '&qdCode=' + this
.qdCode, //这是为了传参 onload(data){let id=data.id;}
title: this.tuiguang,
imageUrl: this.bgImgs
@@ -298,7 +298,7 @@
uni.downloadFile({
url: config.APIHOST +
'/app/invite/dyCreateQr?invitationCode=' + that
.invitationCode + ',' + that.qdCode + '&page=/pages/index/index',
.invitationCode + ',' + that.qdCode + '&page=/pages/index/index2',
success: (res) => {
console.log(res)
if (res.statusCode === 200) {