Commit 6ebabe16 authored by ltz's avatar ltz

fix

parent e3ef430f
......@@ -404,7 +404,7 @@ Page({
const visitor = LocalStorage.getItem('visitor');
let initShareObj = {
title: `${this.data.userInfo.nickname}的成长记录`,
path: `/src/pages/growthrecord/index?consumerId=${this.data.consumerId}sid=${this.data.sid}&w=${app.globalData.currentSchoolStudentId}`
path: `/src/pages/growthrecord/index?consumerId=${this.data.consumerId}&sid=${this.data.sid}&w=${app.globalData.currentSchoolStudentId}`
}
let shareObj = {
......@@ -464,6 +464,7 @@ Page({
}
}
}
console.log(shareObj.path,shareObj.title,'分享参数')
return {
title: shareObj.title,
path: shareObj.path,
......
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