Commit 79e7337a authored by chenqikuai's avatar chenqikuai

feat:新增ios版下载

parent ea0e78a8
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
<script src="//at.alicdn.com/t/font_2711356_z7a5bkk51lm.js"></script> <script src="//at.alicdn.com/t/font_2711356_z7a5bkk51lm.js"></script>
<script> <script>
console.log('v.0.0.3') console.log('v.0.0.4')
</script> </script>
</body> </body>
......
...@@ -19,11 +19,13 @@ ...@@ -19,11 +19,13 @@
</svg> Andriod版下载 </svg> Andriod版下载
</div> </div>
</a> </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;"> <svg class="iconfont icon" aria-hidden="true" style="color: #3F7EC7; font-size: 28px;">
<use xlink:href="#icon-ios" /> <use xlink:href="#icon-ios" />
</svg>Ios版下载 </svg>Ios版下载
</div> </div>
</a>
</div> </div>
</div> </div>
<div class="ig-page2"> <div class="ig-page2">
...@@ -62,7 +64,8 @@ ...@@ -62,7 +64,8 @@
Andriod版下载 Andriod版下载
</div> </div>
</a> </a>
<div class="ig-btn" @click="notify2('暂未开放')"> <a :href="iosUrl">
<div class="ig-btn">
<svg <svg
class="iconfont icon" class="iconfont icon"
aria-hidden="true" aria-hidden="true"
...@@ -72,6 +75,7 @@ ...@@ -72,6 +75,7 @@
</svg> </svg>
Ios版下载 Ios版下载
</div> </div>
</a>
</div> </div>
</div> </div>
<div class="notify" v-if="notifyStr">{{ notifyStr }}</div> <div class="notify" v-if="notifyStr">{{ notifyStr }}</div>
...@@ -94,6 +98,7 @@ onBeforeMount(() => { ...@@ -94,6 +98,7 @@ onBeforeMount(() => {
isInWeChat.value = isWeChat(); isInWeChat.value = isWeChat();
}) })
const iosUrl = 'https://testflight.apple.com/join/QGlUXSr0'
const notify = (str: string) => { const notify = (str: string) => {
notifyStr.value = str notifyStr.value = str
...@@ -264,7 +269,7 @@ a { ...@@ -264,7 +269,7 @@ a {
} }
} }
.ig-btns-container { .ig-btns-container {
margin-top: 106px; margin-top: 126px;
.ig-btn { .ig-btn {
cursor: pointer; cursor: pointer;
display: flex; 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