Commit 285baaaf authored by youjie's avatar youjie

no message

parent b266b6f8
...@@ -237,6 +237,7 @@ ...@@ -237,6 +237,7 @@
Account:'', Account:'',
showPopup: false, showPopup: false,
msg: { msg: {
UnionId:'',
pageIndex: 1, pageIndex: 1,
pageSize: 10 pageSize: 10
}, },
...@@ -322,6 +323,7 @@ ...@@ -322,6 +323,7 @@
}; };
}, },
onLoad(options) { onLoad(options) {
this.msg.UnionId = uni.getStorageSync('wxUserAuthInfo').unionid
this.FriendCount = options.FriendCount this.FriendCount = options.FriendCount
}, },
onShow(){ onShow(){
...@@ -337,7 +339,8 @@ ...@@ -337,7 +339,8 @@
onShareAppMessage() { onShareAppMessage() {
return { return {
title: "邀请好友", 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", 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