Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
mini-program-wepy
Commits
583b111d
Commit
583b111d
authored
Jul 09, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: eslint
parent
b27f8720
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.eslintcache
.eslintcache
+1
-1
index.wpy
src/pages/index.wpy
+2
-2
No files found.
.eslintcache
View file @
583b111d
This diff is collapsed.
Click to expand it.
src/pages/index.wpy
View file @
583b111d
...
@@ -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({
...
...
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