|
|
<template>
|
|
|
<div class="bg">
|
|
|
<div class="bg" v-if="image">
|
|
|
<div class="guide"></div>
|
|
|
<a class="btn" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445"></a>
|
|
|
</div>
|
...
|
...
|
@@ -15,6 +15,11 @@ export default { |
|
|
this.$openApp();
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
image() {
|
|
|
return this.$yoho.isWechat || this.$yoho.isMobileQQ;
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
</script>
|
...
|
...
|
|