Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-12-20 17:17:50 +0800
Commit
bdb76e4d89af62c6c50ad896f85bfc8bc7423be1
1 parent
257af04b
fix: 小程序解码 review by 李其昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libs/miniQRCodeRoute.js
libs/miniQRCodeRoute.js
View file @
bdb76e4
...
...
@@ -7,6 +7,7 @@ function getQRCodeSource(code) {
return
new
Promise
(
function
(
resolve
,
reject
)
{
let
param
=
{
md5Param
:
code
,
miniapp_type
:
29
}
GET
(
API_HOST
+
'/wechat/miniapp/getMiniAppRealParam'
,
param
)
.
then
(
data
=>
{
...
...
Please
register
or
login
to post a comment