Commit 583b111d authored by 郭志伟's avatar 郭志伟

style: eslint

parent b27f8720
This diff is collapsed.
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
import store from '../store'; import store from '../store';
import { mapState, mapActions } from '@wepy/x'; import { mapState, mapActions } from '@wepy/x';
import wepy from '@wepy/core'; import wepy from '@wepy/core';
import { debounce } from "../common/utils"; import { debounce } from '../common/utils';
import Notify from '../components/vant/notify/notify'; import Notify from '../components/vant/notify/notify';
import Dialog from '../components/vant/dialog/dialog'; import Dialog from '../components/vant/dialog/dialog';
import { login, register, getMainInfo, addGold, getPrizeList, signIn, getActivityFeed, checkCornCode } from '../common/api.js'; import { login, register, getMainInfo, addGold, getPrizeList, signIn, getActivityFeed, checkCornCode } from '../common/api.js';
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
} }
} }
wepy.wx.showLoading({ wepy.wx.showLoading({
title: "请稍候...", title: '请稍候...',
mask: true mask: true
}); });
wx.requestSubscribeMessage({ wx.requestSubscribeMessage({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment