我的双向投标不起作用,如果我直接调用vm.Play()函数但是当它从视频播放事件中调用时它起作用,那么它就不起作用。有谁知道为什么?
<dependencies>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId>
<version>5.0.7</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.user.core</artifactId>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
答案 0 :(得分:0)
添加vm.videoEventStats.CurrentUserHasSeen = true;在$ timeout内部制造了这个技巧......
function Play() { $timeout(function() { vm.videoEventStats.CurrentUserHasSeen = true; }, 0); }