Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
72168b6c
Commit
72168b6c
authored
Sep 24, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3c31b0de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
share-qrcode.vue
pages/share-qrcode/share-qrcode.vue
+10
-3
No files found.
pages/share-qrcode/share-qrcode.vue
View file @
72168b6c
...
...
@@ -39,6 +39,15 @@
console
.
log
(
options
,
'options'
)
if
(
options
&&
options
.
type
){
this
.
type
=
options
.
type
if
(
this
.
type
==
1
){
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
}
else
{
uni
.
setNavigationBarTitle
({
title
:
'校园二维码'
,
});
}
this
.
init
()
}
},
...
...
@@ -47,9 +56,7 @@
},
mounted
()
{
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
},
methods
:
{
init
(){
...
...
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