Authored by 张文文

bug fix

... ... @@ -115,7 +115,8 @@ export default {
mounted() {
document.title = "UFO PASSPORT";
if (this.$yoho.isAndroid) {
this.$refs.videoWrapper.style.display = "none";
this.$refs.videoWrapper.style.position = "absolute";
this.$refs.videoWrapper.style.top = "-1000px";
this.$refs.platWrapper.style.marginTop = "15px";
}
this.fetchUfoShareIdentifyInfo({ tagId: this.$route.params.tagId });
... ...
{
"name": "ufo-app-web",
"version": "1.1.9",
"version": "1.1.10",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...