|
@@ -190,7 +190,6 @@ Page({
|
|
|
},
|
|
|
showPage: function () {
|
|
|
let options = this.data.options;
|
|
|
- console.log('this.data.workId', this.data.workId)
|
|
|
if (this.data.workId) {
|
|
|
// 需要在推荐第一个上插入一条分享或者刚朗读完数据
|
|
|
let id = this.data.workId;
|
|
@@ -893,8 +892,6 @@ Page({
|
|
|
})
|
|
|
},
|
|
|
onShareAppMessage: function (res) {
|
|
|
- console.log('onShareAppMessage>>>>>>>>>>>>')
|
|
|
- console.log('this.data', this.data)
|
|
|
if (res.from === 'button') {
|
|
|
return {
|
|
|
title: '请欣赏我的课文朗读作品,点赞+评论。',
|