|
@@ -150,7 +150,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) {
|
|
|
return this.selectComponent('#readingTips').showModal();
|
|
|
}
|
|
|
if (this.data.state) {
|