Commit 7ad2e7ce authored by sujie's avatar sujie

dd

parent bba18fb5
......@@ -697,7 +697,7 @@ Page({
}
}
if(this.data.crt){
_currentInit = this.data.crt
_currentInit = Number(this.data.crt)
}
if (_currentInit + 1 == data.list.length) {
this.data.preLoadVideoSrc = data.list[0].type == 2 ? JSON.parse(data.list[0].content)[0]: '';
......
......@@ -697,7 +697,7 @@ Page({
}
}
if(this.data.crt){
_currentInit = this.data.crt
_currentInit = Number(this.data.crt)
}
if (_currentInit + 1 == data.list.length) {
this.data.preLoadVideoSrc = data.list[0].type == 2 ? JSON.parse(data.list[0].content)[0]: '';
......
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