Commit c61de996 authored by 595163050's avatar 595163050

修复整剧解锁未刷新状态

parent 8981f3ff
vedio/unpackage/
...@@ -161,7 +161,9 @@ ...@@ -161,7 +161,9 @@
if (largeType == 'vip') { if (largeType == 'vip') {
this.unlockAll() this.unlockAll()
} else if (largeType == 'point') { } else if (largeType == 'point') {
this.pm.setCurrentUnlock(); this.pm.setCurrentUnlock();
} else if (largeType == 'vedio') {
this.unlockAll()
} }
// 支付完成回调 // 支付完成回调
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment