Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_app_page
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_app_page
Commits
79e7337a
Commit
79e7337a
authored
Nov 02, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增ios版下载
parent
ea0e78a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
17 deletions
+22
-17
index.html
index.html
+1
-1
App.vue
src/App.vue
+21
-16
No files found.
index.html
View file @
79e7337a
...
@@ -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>
...
...
src/App.vue
View file @
79e7337a
...
@@ -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"
>
<svg
class=
"iconfont icon"
aria-hidden=
"true"
style=
"color: #3F7EC7; font-size: 28px;"
>
<div
class=
"btn btnTxt ios"
>
<use
xlink:href=
"#icon-ios"
/>
<svg
class=
"iconfont icon"
aria-hidden=
"true"
style=
"color: #3F7EC7; font-size: 28px;"
>
</svg>
Ios版下载
<use
xlink:href=
"#icon-ios"
/>
</div>
</svg>
Ios版下载
</div>
</a>
</div>
</div>
</div>
</div>
<div
class=
"ig-page2"
>
<div
class=
"ig-page2"
>
...
@@ -62,16 +64,18 @@
...
@@ -62,16 +64,18 @@
Andriod版下载
Andriod版下载
</div>
</div>
</a>
</a>
<div
class=
"ig-btn"
@
click=
"notify2('暂未开放')"
>
<a
:href=
"iosUrl"
>
<svg
<div
class=
"ig-btn"
>
class=
"iconfont icon"
<svg
aria-hidden=
"true"
class=
"iconfont icon"
style=
"color: #3F7EC7; font-size: 51px;margin-right: 34px"
aria-hidden=
"true"
>
style=
"color: #3F7EC7; font-size: 51px;margin-right: 34px"
<use
xlink:href=
"#icon-pinpaibiaoshi_anzhuo"
/>
>
</svg>
<use
xlink:href=
"#icon-pinpaibiaoshi_anzhuo"
/>
Ios版下载
</svg>
</div>
Ios版下载
</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: 1
0
6px;
margin-top: 1
2
6px;
.ig-btn {
.ig-btn {
cursor: pointer;
cursor: pointer;
display: flex;
display: flex;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment