Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

那么我们源页面(客户列表页面)跳转到目标页面(客户详情页面)的时候,加载绑定数据,意思就是说将列表页面中的当前客户的信息加载到目标页面中。


HTML
<video src="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第7章活字格命令/7.2跳转命令实现页面跳转.mp4"
width="800" preload="none" height="450" poster="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第7章活字格命令/7.2跳转命令实现页面跳转.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第7章 活字格命令');
isplayed = 0;
}
return false;
}
</script>

...