Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
73548c04
Commit
73548c04
authored
Jan 06, 2021
by
haitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fd
parent
fa1643be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
+30
-3
manifest.json
manifest.json
+17
-3
pages/storeqrcode/storeqrcode.vue
pages/storeqrcode/storeqrcode.vue
+13
-0
No files found.
manifest.json
View file @
73548c04
...
...
@@ -22,7 +22,9 @@
"modules"
:
{
"Maps"
:
{},
"Push"
:
{},
"Webview-x5"
:
{}
"Webview-x5"
:
{},
"Share"
:
{},
"OAuth"
:
{}
},
/*
应用发布信息
*/
"distribute"
:
{
...
...
@@ -87,7 +89,19 @@
"push"
:
{
"unipush"
:
{}
},
"share"
:
{}
"share"
:
{
"weixin"
:
{
"appid"
:
"wx36c7f886d0d8a306"
,
"UniversalLinks"
:
"https://luma.jxdsy.cn/ulink/2/"
}
},
"oauth"
:
{
"weixin"
:
{
"appid"
:
"wx36c7f886d0d8a306"
,
"appsecret"
:
"baba0be829dfe62f4de25cb98516297d"
,
"UniversalLinks"
:
"https://luma.jxdsy.cn/ulink/2/"
}
}
},
"icons"
:
{
"android"
:
{
...
...
@@ -185,7 +199,7 @@
"mp-weixin"
:
{
"appid"
:
""
,
"setting"
:
{
"urlCheck"
:
fals
e
"urlCheck"
:
tru
e
},
"usingComponents"
:
true
,
"uniStatistics"
:
{
...
...
pages/storeqrcode/storeqrcode.vue
View file @
73548c04
...
...
@@ -123,6 +123,13 @@
},
shareToFriend
(
type
){
uni
.
getProvider
({
service
:
'
oauth
'
,
success
:
function
(
res
)
{
console
.
log
(
res
.
provider
)
}
});
let
wxType
=
''
;
if
(
type
==
3
){
//收藏
wxType
=
'
WXSceneFavorite
'
;
...
...
@@ -275,6 +282,12 @@
<
style
>
.bgf
{
background
:
#fff
;
}
.lh90
{
line-height
:
90
upx
;
}
.posf
{
position
:
fixed
;
}
...
...
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