Commit bba18fb5 authored by sujie's avatar sujie

dd

parent 9a469ded
......@@ -709,7 +709,6 @@ Page({
currentPlayItem: data.list[_currentInit],
preLoadVideoSrc: this.data.preLoadVideoSrc,
}, () => {
console.log(this.data.playList,'playList')
if(this.data.currentPlayItem.type==2){
wx.showLoading({
title: '加载中',
......
......@@ -244,7 +244,7 @@ Page({
showCancel: false,
success (res) {
if (res.confirm) {
wx.navigateTo({
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${that.data.sid}`,
})
} else if (res.cancel) {
......@@ -295,7 +295,7 @@ Page({
showCancel: false,
success (res) {
if (res.confirm) {
wx.navigateTo({
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${that.data.sid}`,
})
} else if (res.cancel) {
......
......@@ -144,7 +144,7 @@ Page({
showCancel: false,
success (res) {
if (res.confirm) {
wx.navigateTo({
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${that.data.sid}`,
})
} else if (res.cancel) {
......@@ -310,7 +310,7 @@ Page({
showCancel: false,
success (res) {
if (res.confirm) {
wx.navigateTo({
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${that.data.sid}`,
})
} else if (res.cancel) {
......@@ -357,7 +357,7 @@ Page({
showCancel: false,
success (res) {
if (res.confirm) {
wx.navigateTo({
wx.reLaunch({
url: `/src/pages/websiteindex/index?sid=${that.data.sid}`,
})
} else if (res.cancel) {
......
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