Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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-13 10:16:35 +0800
Commit
c8e326ca9b1edb54133230ca896e6cdb7caee852
1 parent
ed0b31f8
优化有赚分享review by 李奇
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
app/.gitignore
app/common/miniQRCodeRoute.js
app/.gitignore
0 → 100644
View file @
c8e326c
# Windows
[Dd]esktop.ini
Thumbs.db
$RECYCLE.BIN/
# macOS
.DS_Store
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
# Node.js
node_modules/
...
...
app/common/miniQRCodeRoute.js
View file @
c8e326c
...
...
@@ -16,7 +16,7 @@ export function getQRCodeSource(code) {
}).
then
(
data
=>
{
if
(
data
.
code
===
200
)
{
if
(
data
.
data
)
{
let
resultJson
=
JSON
.
parse
(
result
.
data
);
let
resultJson
=
JSON
.
parse
(
data
.
data
);
if
(
resultJson
)
{
let
app
=
getApp
();
let
yas
=
new
Yas
(
app
);
...
...
Please
register
or
login
to post a comment