|
@@ -141,14 +141,14 @@ Page({
|
|
|
return {
|
|
|
title: '这个小程序太赞了!孩子朗读能力蹭蹭上涨,推荐你试试!',
|
|
|
path: `/pages/index/index?uid=${wx.getStorageSync('uid')}`,
|
|
|
- imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300-1.jpg',
|
|
|
+ imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300.png',
|
|
|
promise
|
|
|
}
|
|
|
} else {
|
|
|
return {
|
|
|
title: '这个小程序太赞了!孩子朗读能力蹭蹭上涨,推荐你试试!',
|
|
|
path: `/pages/match/index?uid=${wx.getStorageSync('uid')}&activityId=${this.data.activityId}`,
|
|
|
- imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300-1.jpg'
|
|
|
+ imageUrl: 'http://reader-wx.ai160.com/images/reader/v3/375-300.png'
|
|
|
}
|
|
|
}
|
|
|
},
|