Commit 285baaaf authored by youjie's avatar youjie

no message

parent b266b6f8
......@@ -237,6 +237,7 @@
Account:'',
showPopup: false,
msg: {
UnionId:'',
pageIndex: 1,
pageSize: 10
},
......@@ -322,6 +323,7 @@
};
},
onLoad(options) {
this.msg.UnionId = uni.getStorageSync('wxUserAuthInfo').unionid
this.FriendCount = options.FriendCount
},
onShow(){
......@@ -337,7 +339,8 @@
onShareAppMessage() {
return {
title: "邀请好友",
query: `/pages/FriendsAndRelatives/addFriendsAndRelatives?unionid=${this.wxUserAuthInfo.unionid}&AccountName=${this.erpUserInfo.AccountName}`,
path:`/pages/FriendsAndRelatives/addFriendsAndRelatives??unionid=${encodeURIComponent(this.wxUserAuthInfo.unionid)}&AccountName=${encodeURIComponent(this.erpUserInfo.AccountName)}`,
query: ``,
imageUrl: "https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png",
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment