Commit 3acdcc0c authored by 罗超's avatar 罗超

提交

parent f597a310
{ {
"name" : "小程序", "name" : "成长树",
"appid" : "__UNI__C97C820", "appid" : "__UNI__C97C820",
"description" : "甲鹤小程序学生端", "description" : "甲鹤小程序学生端",
"versionName" : "1.0.0", "versionName" : "1.0.0",
......
...@@ -336,16 +336,24 @@ ...@@ -336,16 +336,24 @@
this.wxUserAuthInfo = uni.getStorageSync('wxUserAuthInfo') this.wxUserAuthInfo = uni.getStorageSync('wxUserAuthInfo')
this.erpUserInfo = uni.getStorageSync('erpUserInfo') this.erpUserInfo = uni.getStorageSync('erpUserInfo')
this.getData() this.getData()
encodeURIComponent // let path=`/pages/FriendsAndRelatives/addFriendsAndRelatives?unionId=${this.wxUserAuthInfo.unionid}&AccountName=${this.erpUserInfo.AccountName}`
// console.log(path)
// uni.navigateTo({
// url:path
// })
}, },
onReachBottom() { onReachBottom() {
}, },
onShareAppMessage() { onShareAppMessage() {
let path=`/pages/FriendsAndRelatives/addFriendsAndRelatives?unionId=${this.wxUserAuthInfo.unionid}&AccountName=${this.erpUserInfo.AccountName}`
// console.log(path)
// uni.navigateTo({
// url:path
// })
return { return {
title: `${this.erpUserInfo.AccountName}邀请你加入亲友团`, title: `${this.erpUserInfo.AccountName}邀请你加入亲友团`,
path:`/pages/FriendsAndRelatives/addFriendsAndRelatives`, path,
query:`unionId=${this.wxUserAuthInfo.unionid}&AccountName=${this.erpUserInfo.AccountName}`,
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