|
@ -596,7 +596,7 @@ const Index = () => { |
|
|
Taro.hideLoading(); |
|
|
Taro.hideLoading(); |
|
|
if (ress.statusCode == 200) { |
|
|
if (ress.statusCode == 200) { |
|
|
setVideo(res.tempFiles[0].tempFilePath) |
|
|
setVideo(res.tempFiles[0].tempFilePath) |
|
|
let videoqns = videoqn |
|
|
let videoqns = [] |
|
|
videoqns.push(JSON.parse(ress.data).key) |
|
|
videoqns.push(JSON.parse(ress.data).key) |
|
|
setVideoqn(videoqns) |
|
|
setVideoqn(videoqns) |
|
|
} else { |
|
|
} else { |
|
@ -617,6 +617,7 @@ const Index = () => { |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
console.log(setVideoqn,'==============='); |
|
|
return ( |
|
|
return ( |
|
|
<View className='patrol'> |
|
|
<View className='patrol'> |
|
|
{/* { |
|
|
{/* { |
|
|