|
@@ -171,7 +171,6 @@ Page({
|
|
|
})
|
|
|
this.innerAudioContext.onStop((res) => {
|
|
|
console.log("143innerAudioContext触发的");
|
|
|
-
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -181,7 +180,7 @@ Page({
|
|
|
let child = this.selectComponent('#readingTips').data
|
|
|
// 判断是否有权限朗读 不是vip并且没有朗读机会
|
|
|
const isVip = child.vipTime ? true : false
|
|
|
- if (!isVip && child.userInfo.experienceAmount <= 0) {
|
|
|
+ if (!isVip && child.userInfo.experienceAmount <= 0 && this.data.readingType != 'readMatch') {
|
|
|
return this.selectComponent('#readingTips').showModal();
|
|
|
}
|
|
|
if (this.data.state) {
|