Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sph
上药订单生命周期升级
Commits
797beb9d
Commit
797beb9d
authored
May 19, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加按钮下载弹框
parent
43b07f81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
src/assets/img/guide.png
src/assets/img/guide.png
+0
-0
src/assets/img/guide1.png
src/assets/img/guide1.png
+0
-0
src/views/scanQRCode/index.vue
src/views/scanQRCode/index.vue
+12
-1
No files found.
src/assets/img/guide.png
View replaced file @
43b07f81
View file @
797beb9d
2.03 KB
|
W:
|
H:
1.62 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/img/guide1.png
0 → 100644
View file @
797beb9d
2.03 KB
src/views/scanQRCode/index.vue
View file @
797beb9d
...
...
@@ -137,6 +137,7 @@ export default {
if
(
browser
.
versions
.
weixin
)
{
this
.
activeTab
=
this
.
activeTab
+
'
/weixin
'
this
.
isShowNoticeBar
=
true
this
.
showDialogAction
()
}
if
(
browser
.
versions
.
Safari
)
{
this
.
activeTab
=
this
.
activeTab
+
'
/Safari
'
...
...
@@ -148,6 +149,7 @@ export default {
if
(
browser
.
versions
.
weixin
)
{
this
.
activeTab
=
this
.
activeTab
+
'
/weixin
'
this
.
isShowNoticeBar
=
true
this
.
showDialogAction
()
}
else
{
this
.
activeTab
=
this
.
activeTab
+
'
/android
'
this
.
versionUpdateHttpAction
(
'
43
'
,
false
)
...
...
@@ -158,6 +160,15 @@ export default {
this
.
activeTab
=
'
weixin
'
}
},
// 弹框提示
showDialogAction
()
{
Dialog
.
alert
({
title
:
'
标题
'
,
message
:
'
请点击右上角按钮,使用默认浏览器打开本页面!
'
,
}).
then
(()
=>
{
// on close
});
},
// 版本更新接口
versionUpdateHttpAction
(
type
,
isFirst
)
{
let
_this
=
this
...
...
@@ -243,7 +254,7 @@ export default {
// background: transparent;
.headTitle
{
color
:
#
7F7F7F
;
color
:
#
dadada
;
width
:
90%
;
font-size
:
16px
;
font-weight
:
600
;
...
...
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