Authored by 黄敬囿

优化有赚分享review by 李奇

  1 +# Windows
  2 +[Dd]esktop.ini
  3 +Thumbs.db
  4 +$RECYCLE.BIN/
  5 +
  6 +# macOS
  7 +.DS_Store
  8 +.fseventsd
  9 +.Spotlight-V100
  10 +.TemporaryItems
  11 +.Trashes
  12 +
  13 +# Node.js
  14 +node_modules/
@@ -16,7 +16,7 @@ export function getQRCodeSource(code) { @@ -16,7 +16,7 @@ export function getQRCodeSource(code) {
16 }).then(data => { 16 }).then(data => {
17 if (data.code === 200) { 17 if (data.code === 200) {
18 if (data.data) { 18 if (data.data) {
19 - let resultJson = JSON.parse(result.data); 19 + let resultJson = JSON.parse(data.data);
20 if (resultJson) { 20 if (resultJson) {
21 let app = getApp(); 21 let app = getApp();
22 let yas = new Yas(app); 22 let yas = new Yas(app);