Skip to content

Commit 8e58733

Browse files
修改任务完成无完成提示BUG
1 parent bdd56b5 commit 8e58733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/detail/detail.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
} catch (error) {
181181
console.log('广告初始化出错',error)
182182
}
183-
if(this.lockEdInfo.isLocked && isFirst && this.num > 0){
183+
if(this.lockEdInfo.isLocked && this.num > 0){
184184
this.modalShow = true
185185
}
186186
uni.hideLoading()

0 commit comments

Comments
 (0)