fixing bug 8.11

This commit is contained in:
2020-08-11 10:23:04 +08:00
parent 6e900dcd3b
commit c01470b52d
13 changed files with 47 additions and 137 deletions

View File

@@ -152,9 +152,16 @@
// type: 'success',
// url: '/pageA/topick/topick'
// })
} else if(res.errCode == 2){
this.$refs.uToast.show({
title: res.message,
type: 'primary',
url: '/pageA/login/login'
})
} else {
this.$refs.uToast.show({
title: res.message,
type: 'primary'
})
}
})

View File

@@ -1,30 +0,0 @@
<template>
<view>
<video :src="src" class="" controls></video>
</view>
</template>
<script>
export default {
data() {
return {
src: "",
}
},
onLoad() {
},
methods: {
// 获取
getVideoInfo() {
}
// 获取手机信息
getPhoneInfo() {}
}
}
</script>
<style>
</style>