|
@@ -155,9 +155,9 @@ Page({
|
|
|
|
|
|
async getreadInfo(videoId, reset = false) {
|
|
|
let videoInfo = await getreadInfo(videoId)
|
|
|
- wx.setNavigationBarTitle({
|
|
|
- title: videoInfo.userRead.title
|
|
|
- })
|
|
|
+
|
|
|
+ title: videoInfo.userRead.title
|
|
|
+ }) */
|
|
|
let data = JSON.parse(videoInfo.userReadExtend.lessonText)
|
|
|
data = data.map((item, index) => {
|
|
|
item.time = Number(item.time)
|
|
@@ -192,7 +192,7 @@ Page({
|
|
|
let child = this.selectComponent('#readingTips').data
|
|
|
|
|
|
const isVip = child.vipTime ? true : false
|
|
|
- if (!isVip && child.userInfo.experienceAmount <= 0 && this.data.readingType != 'readMatch') {
|
|
|
+ if (!isVip && child.userInfo.experienceAmount <= 0) {
|
|
|
return this.selectComponent('#readingTips').showModal();
|
|
|
}
|
|
|
if (this.data.state) {
|