暂时移除appstore和google play的下载链接

This commit is contained in:
cebgcontract 2022-06-29 14:24:35 +08:00
parent 4fbf828ba1
commit 0bb41e00f1
3 changed files with 5 additions and 5 deletions

View File

@ -19,10 +19,10 @@
<a :href="apkUrl">
<img src="@/assets/202202/apk_download.png" alt="download apk"/>
</a>
<a target="_blank" :href="googlePlay">
<a href="javascript:void(0)" @click="comingSoon">
<img src="@/assets/202202/googleplay@2x.png" alt="google play"/>
</a>
<a target="_blank" :href="appstore">
<a href="javascript:void(0)" @click="comingSoon">
<img src="@/assets/202202/applestore@2x.png" alt="appstore"/>
</a>
</div>

View File

@ -21,10 +21,10 @@
<a :href="apkUrl">
<img src="@/assets/202202/apk_download.png" alt="download apk"/>
</a>
<a target="_blank" :href="googlePlay">
<a href="javascript:void(0)" @click="comingSoon">
<img src="@/assets/202202/googleplay@2x.png" alt="google play"/>
</a>
<a target="_blank" :href="appstore">
<a href="javascript:void(0)" @click="comingSoon">
<img src="@/assets/202202/applestore@2x.png" alt="appstore"/>
</a>
</div>

View File

@ -34,7 +34,7 @@ import BetterScroll from 'better-scroll'
}
})
export default class MobileTopSection extends Vue {
private currentPageIndex = 0
currentPageIndex = 0
private slide: any
$refs!: {