Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-uniapp into dev
commit
1eb0ba04cd
|
|
@ -535,7 +535,7 @@
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// // 更新分享信息
|
// // 更新分享信息
|
||||||
this.update_share_info(this.display_video_list[0]);
|
this.update_share_info(this.display_video_list[this.current_index]);
|
||||||
|
|
||||||
this.display_video_list.forEach((item, index) => {
|
this.display_video_list.forEach((item, index) => {
|
||||||
this.create_video_contexts[index] = uni.createVideoContext(`video_${index}`, this);
|
this.create_video_contexts[index] = uni.createVideoContext(`video_${index}`, this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue