Commit 580b16f0 authored by zhoucong's avatar zhoucong

123

parent 813a84d3
......@@ -37,17 +37,9 @@
this.$request("distribution/vlog/getVlogCreateInfo", {//获取结果
userId: uni.getStorageSync("openid")
}).then(res=>{
if(res.code==="00"){
setTimeout(()=>{
this.getMyVlogList()
},1000)
}else{
uni.showModal({
title: '提示',
content: '视频合成失败,需要在打卡点重新获取素材',
showCancel:false
});
}
setTimeout(()=>{
this.getMyVlogList()
},1000)
})
},
methods: {
......
......@@ -32,7 +32,7 @@
<view>不遮挡面部</view>
</view>
</view>
<!-- <u-button type="success" size="medium" @click="takePhoto">开始识别</u-button> -->
<u-button type="success" size="medium" @click="takePhoto">开始识别</u-button>
</view>
</template>
......
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