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
4a0000f6
Commit
4a0000f6
authored
May 10, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加安装包 大小 更新时间问题
parent
43d2ed84
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
12 deletions
+16
-12
src/assets/img/qrImage.png
src/assets/img/qrImage.png
+0
-0
src/router/scanQRCode/index.js
src/router/scanQRCode/index.js
+1
-1
src/views/scanQRCode/index.vue
src/views/scanQRCode/index.vue
+15
-11
No files found.
src/assets/img/qrImage.png
View replaced file @
43d2ed84
View file @
4a0000f6
7.41 KB
|
W:
|
H:
12.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/router/scanQRCode/index.js
View file @
4a0000f6
...
...
@@ -3,7 +3,7 @@ const scanQRCode = [
path
:
'
/scanQRCode
'
,
name
:
'
scanQRCode
'
,
meta
:
{
title
:
'
二维码扫描
'
,
title
:
'
上药移动下载
'
,
auth
:
false
,
keepAlive
:
true
},
...
...
src/views/scanQRCode/index.vue
View file @
4a0000f6
...
...
@@ -18,9 +18,13 @@
:style=
"
{backgroundImage: 'url(' + bagImage + ')' }" style="background-repeat: no-repeat;background-size: contain;">
<img
class=
'subImg'
:src=
"sphImage"
/>
<div
class=
"subTitle"
>
上药移动APP
</div>
<div
class=
"updateTime"
>
版本:
{{
versionNumber
}}
</div>
<div
class=
"updateTime"
>
更新时间:2021-04-30
</div>
<div
class=
"updateTime"
>
<span
style=
"margin-right: 10px;"
>
版本:
{{
versionNumber
}}
</span>
|
<span
style=
"margin-left: 10px;"
>
大小:28 MB
</span>
</div>
<div
class=
"updateTime"
>
更新时间:2021-03-10
</div>
<img
class=
'qrImg'
:src=
"qrImage"
/>
<van-button
@
click=
"getJudgeBrowserAction()"
round
type=
"info"
class=
"bottom-button"
>
安 装
</van-button>
<!--
<van-button
@
click=
"versionUpdateHttpAction('42')"
round
type=
"info"
class=
"bottom-button"
>
iOS版下载(V.
{{
this
.
iosInfo
.
title
}}
)
</van-button>
-->
<!--
<van-button
@
click=
"versionUpdateHttpAction('43')"
round
type=
"info"
style=
"margin-top: 10px"
class=
"bottom-button"
>
Android下载(V.
{{
this
.
androidInfo
.
title
}}
)
</van-button>
-->
</div>
...
...
@@ -73,7 +77,7 @@ export default {
show
:
false
,
leftArrow
:
false
,
rightIcon
:
false
,
title
:
'
二维码扫描
'
,
title
:
'
上药移动
'
,
leftText
:
''
,
leftClick
:
this
.
closeAppPage
,
rightClick
:
this
.
onMoreSearch
...
...
@@ -236,7 +240,7 @@ export default {
// background: transparent;
.headTitle
{
color
:
#7
37172
;
color
:
#7
F7F7F
;
width
:
90%
;
font-size
:
16px
;
font-weight
:
600
;
...
...
@@ -260,19 +264,19 @@ export default {
.updateTime
{
color
:
#999999
;
font-size
:
15px
;
margin-top
:
5
px
;
margin-top
:
10
px
;
}
.subTitle
{
padding
:
5px
;
color
:
#333333
;
font-size
:
2
0
px
;
font-size
:
2
4
px
;
font-weight
:
600
;
margin-top
:
20
px
;
margin-top
:
15
px
;
}
.subImg
{
width
:
8
0px
;
height
:
8
0px
;
width
:
9
0px
;
height
:
9
0px
;
display
:
block
;
margin-top
:
25%
;
border-radius
:
8px
;
...
...
@@ -281,7 +285,7 @@ export default {
width
:
180px
;
height
:
180px
;
display
:
block
;
margin-top
:
25
px
;
margin-top
:
40
px
;
border-radius
:
8px
;
}
.bottom-button
{
...
...
@@ -289,7 +293,7 @@ export default {
margin-top
:
50px
;
background-color
:
#1989fa
;
margin-bottom
:
10px
;
font-size
:
1
6
px
;
font-size
:
1
8
px
;
}
}
...
...
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