暂时移除appstore和google play的下载链接
This commit is contained in:
parent
4fbf828ba1
commit
0bb41e00f1
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -34,7 +34,7 @@ import BetterScroll from 'better-scroll'
|
||||
}
|
||||
})
|
||||
export default class MobileTopSection extends Vue {
|
||||
private currentPageIndex = 0
|
||||
currentPageIndex = 0
|
||||
private slide: any
|
||||
|
||||
$refs!: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user