|
@@ -235,7 +235,7 @@ Page({
|
|
|
canvas: canvas,
|
|
|
success(res) {
|
|
|
resolve({
|
|
|
- title: '请欣赏我的课文朗读作品,点赞+评论。',
|
|
|
+ title: '我的新作品发布啦,快来捧场点赞!',
|
|
|
path: `/pages/pkResult/index?uid=${wx.getStorageSync('uid')}`,
|
|
|
imageUrl: res.tempFilePath
|
|
|
})
|
|
@@ -262,16 +262,16 @@ Page({
|
|
|
})
|
|
|
})
|
|
|
return {
|
|
|
- title: '课文朗读,从未如此有趣。',
|
|
|
+ title: '自从用了它,家里朗朗书声,美妙极了!你家孩子也快来试试!',
|
|
|
path: `/pages/index/index?uid=${wx.getStorageSync('uid')}`,
|
|
|
- imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/shareContent.png',
|
|
|
+ imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300-1.jpg',
|
|
|
promise
|
|
|
}
|
|
|
} else {
|
|
|
return {
|
|
|
- title: '课文朗读,从未如此有趣。',
|
|
|
+ title: '自从用了它,家里朗朗书声,美妙极了!你家孩子也快来试试!',
|
|
|
path: `/pages/index/index?uid=${wx.getStorageSync('uid')}`,
|
|
|
- imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/shareContent.png'
|
|
|
+ imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300-1.jpg'
|
|
|
}
|
|
|
}
|
|
|
},
|