Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
1e2e71ef
Commit
1e2e71ef
authored
May 08, 2025
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IOS下载
parent
f22d8017
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
29 deletions
+33
-29
pages.json
+6
-9
pages/courseDetail/courseDetail.vue
+1
-1
pages/downloadApp/index.vue
+26
-19
No files found.
pages.json
View file @
1e2e71ef
...
@@ -399,6 +399,12 @@
...
@@ -399,6 +399,12 @@
"navigationBarTitleText"
:
"申请加盟-结果"
,
"navigationBarTitleText"
:
"申请加盟-结果"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
{
"path"
:
"pages/downloadApp/index"
,
"style"
:
{
"navigationBarTitleText"
:
"下载"
,
"enablePullDownRefresh"
:
false
}
}
}
,
{
,
{
...
@@ -460,15 +466,6 @@
...
@@ -460,15 +466,6 @@
"navigationBarTitleText"
:
"批量数据计算"
"navigationBarTitleText"
:
"批量数据计算"
}
}
}
}
,
{
"path"
:
"pages/downloadApp/downloadApp"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
],
"subPackages"
:
[{
"subPackages"
:
[{
"root"
:
"myPackageA"
,
"root"
:
"myPackageA"
,
...
...
pages/courseDetail/courseDetail.vue
View file @
1e2e71ef
...
@@ -965,7 +965,7 @@
...
@@ -965,7 +965,7 @@
// window.location.href = "http://itunes.apple.com/us/app/id399608199";
// window.location.href = "http://itunes.apple.com/us/app/id399608199";
// }else {
// }else {
// uni.navigateTo({
// uni.navigateTo({
// url:'/pages/downloadApp/
downloadApp
'
// url:'/pages/downloadApp/
index
'
// })
// })
// // alert('android')
// // alert('android')
// }
// }
...
...
pages/downloadApp/
downloadApp
.vue
→
pages/downloadApp/
index
.vue
View file @
1e2e71ef
<
template
>
<
template
>
<view
class=
"container downContainer"
>
<view
class=
"container"
>
<view
class=
"downContainer"
>
<view
class=
"logoContainer"
>
<view
class=
"logoContainer"
>
<image
src=
"/static/downlogo.png"
mode=
"widthFix"
></image>
<image
src=
"
../..
/static/downlogo.png"
mode=
"widthFix"
></image>
</view>
</view>
<view
class=
"logoName"
>
银盾家办APP
</view>
<view
class=
"logoName"
>
银盾家办APP
</view>
<view
class=
"downBtn"
@
click=
"handleBtnDown"
>
立即下载
</view>
<view
class=
"downBtn"
@
click=
"handleBtnDown"
>
立即下载
</view>
<view
class=
"qrcodeContainer"
>
<view
class=
"qrcodeContainer"
v-if=
"!iosFlag"
>
<image
:src=
"'/static/'+ (iosFlag ? 'iosDownLoadQrcode' : 'androidDownLoadQrcode')+'.png'"
mode=
"widthFix"
></image>
<image
:src=
"'
../..
/static/'+ (iosFlag ? 'iosDownLoadQrcode' : 'androidDownLoadQrcode')+'.png'"
mode=
"widthFix"
></image>
</view>
</view>
<view
class=
"footerTitle"
>
【成为注册家庭财务策划师】
</view>
<view
class=
"footerTitle"
>
【成为注册家庭财务策划师】
</view>
<view
class=
"footerSubtitle"
>
金融·风险管理·咨询·投资组合
</view>
<view
class=
"footerSubtitle"
>
金融·风险管理·咨询·投资组合
</view>
<!-- 遮罩 -->
<!-- 遮罩 -->
<view
class=
"markContainer"
v-if=
"markFlag"
>
<view
class=
"markContainer"
v-if=
"markFlag"
>
<view
class=
"tipsIcon"
>
<view
class=
"tipsIcon"
>
<image
src=
"/static/Group132.png"
mode=
"widthFix"
></image>
<image
src=
"
../..
/static/Group132.png"
mode=
"widthFix"
></image>
</view>
</view>
<view
class=
"tipsContent"
>
<view
class=
"tipsContent"
>
<view
style=
"display: flex;justify-content: center;align-items: center;"
>
戳这里,点击
<image
src=
"/static/browser.png"
mode=
"widthFix"
style=
"width:100rpx!important;height:100rpx;margin:0 30rpx"
></image>
按钮
</view>
<view
style=
"display: flex;justify-content: center;align-items: center;"
>
戳这里,点击
<image
src=
"
../..
/static/browser.png"
mode=
"widthFix"
style=
"width:100rpx!important;height:100rpx;margin:0 30rpx"
></image>
按钮
</view>
<view
class=
""
>
<view
class=
""
>
<view>
使用系统浏览器即可安装
</view>
<view>
使用系统浏览器即可安装
</view>
</view>
</view>
...
@@ -24,10 +25,12 @@
...
@@ -24,10 +25,12 @@
<view
class=
"confirmBtn"
>
知道了
</view>
<view
class=
"confirmBtn"
>
知道了
</view>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
companyInfo
}
from
"@/environments/environment"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -36,17 +39,19 @@
...
@@ -36,17 +39,19 @@
browser
:{}
browser
:{}
}
}
},
},
onShow
()
{
},
methods
:
{
methods
:
{
// 下载app
// 下载app
handleBtnDown
()
{
handleBtnDown
()
{
if
(
browser
.
versions
.
weixin
){
if
(
this
.
browser
.
versions
.
weixin
){
this
.
markFlag
=
true
;
this
.
markFlag
=
true
;
return
;
return
;
}
}
if
(
browser
.
versions
.
android
)
{
if
(
this
.
browser
.
versions
.
android
)
{
window
.
location
.
href
=
"https://
mdev.anjibao
.cn/app.apk"
;
window
.
location
.
href
=
"https://
app.ydhomeoffice
.cn/app.apk"
;
}
else
if
(
browser
.
versions
.
ios
)
{
}
else
if
(
this
.
browser
.
versions
.
ios
)
{
window
.
location
.
href
=
"http://itunes.apple.com/us/app/id
399608199
"
;
window
.
location
.
href
=
"http://itunes.apple.com/us/app/id
6447550987
"
;
}
}
}
}
...
@@ -85,19 +90,19 @@
...
@@ -85,19 +90,19 @@
}(),
}(),
language
:
(
navigator
.
browserLanguage
||
navigator
.
language
).
toLowerCase
()
language
:
(
navigator
.
browserLanguage
||
navigator
.
language
).
toLowerCase
()
}
}
if
(
browser
.
versions
.
ios
){
if
(
this
.
browser
.
versions
.
ios
){
this
.
iosFlag
=
true
this
.
iosFlag
=
true
}
else
{
}
else
{
this
.
iosFlag
=
false
this
.
iosFlag
=
false
}
}
if
(
browser
.
versions
.
weixin
){
if
(
this
.
browser
.
versions
.
weixin
){
return
;
return
;
}
}
//页面初始化进入app,进不去就说明没安装app,然后可以点击下载去应用市场去下载
//页面初始化进入app,进不去就说明没安装app,然后可以点击下载去应用市场去下载
if
(
browser
.
versions
.
ios
)
{
if
(
this
.
browser
.
versions
.
ios
)
{
console
.
log
(
'ios'
)
console
.
log
(
'ios'
)
// window.location.href = "http://itunes.apple.com/us/app/id
399608199
";
// window.location.href = "http://itunes.apple.com/us/app/id
6447550987
";
}
else
if
(
browser
.
versions
.
android
)
{
}
else
if
(
this
.
browser
.
versions
.
android
)
{
console
.
log
(
'android'
)
console
.
log
(
'android'
)
// window.location.href = "cffpapp://" //manifest.json配置的schemes
// window.location.href = "cffpapp://" //manifest.json配置的schemes
}
}
...
@@ -106,8 +111,9 @@
...
@@ -106,8 +111,9 @@
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
scoped
>
.downContainer
{
.container
{
.downContainer{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
...
@@ -181,6 +187,7 @@
...
@@ -181,6 +187,7 @@
background-color
:
#999
;
background-color
:
#999
;
}
}
.footerTitle
{
.footerTitle
{
margin-top
:
30
rpx
;
font-size
:
30
rpx
;
font-size
:
30
rpx
;
color
:
#333
;
color
:
#333
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -191,5 +198,5 @@
...
@@ -191,5 +198,5 @@
color
:
#666
;
color
:
#666
;
}
}
}
}
}
</
style
>
</
style
>
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