Commit 79e7337a authored by chenqikuai's avatar chenqikuai

feat:新增ios版下载

parent ea0e78a8
......@@ -13,7 +13,7 @@
<script type="module" src="/src/main.ts"></script>
<script src="//at.alicdn.com/t/font_2711356_z7a5bkk51lm.js"></script>
<script>
console.log('v.0.0.3')
console.log('v.0.0.4')
</script>
</body>
......
......@@ -19,11 +19,13 @@
</svg> Andriod版下载
</div>
</a>
<div class="btn btnTxt ios" @click="notify('暂未开放')">
<a :href="iosUrl">
<div class="btn btnTxt ios">
<svg class="iconfont icon" aria-hidden="true" style="color: #3F7EC7; font-size: 28px;">
<use xlink:href="#icon-ios" />
</svg>Ios版下载
</div>
</a>
</div>
</div>
<div class="ig-page2">
......@@ -62,7 +64,8 @@
Andriod版下载
</div>
</a>
<div class="ig-btn" @click="notify2('暂未开放')">
<a :href="iosUrl">
<div class="ig-btn">
<svg
class="iconfont icon"
aria-hidden="true"
......@@ -72,6 +75,7 @@
</svg>
Ios版下载
</div>
</a>
</div>
</div>
<div class="notify" v-if="notifyStr">{{ notifyStr }}</div>
......@@ -94,6 +98,7 @@ onBeforeMount(() => {
isInWeChat.value = isWeChat();
})
const iosUrl = 'https://testflight.apple.com/join/QGlUXSr0'
const notify = (str: string) => {
notifyStr.value = str
......@@ -264,7 +269,7 @@ a {
}
}
.ig-btns-container {
margin-top: 106px;
margin-top: 126px;
.ig-btn {
cursor: pointer;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment