Skip to content

Commit

Permalink
build: 修改记错题显示BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope committed Oct 25, 2017
1 parent d11c437 commit 02c709a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/features/statistics/assemble/modules/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import state from './state'

const mutations = {
[types.STATISTICS_REMEMBER] (state, payload) {
state.remember.index.offset = payload.data.offset
state.remember.count = payload.data.count
if (payload.data.list.length === 0) return
state.remember.index.reset = false
state.remember.index.list = state.remember.index.list ? state.remember.index.list.concat(payload.data.list) : payload.data.list
state.remember.count = payload.data.count
state.remember.index.offset = payload.data.offset
},
[types.STATISTICS_REMEMBER_OPTIONS] (state, payload) {
state.remember.index.options = {
Expand Down

0 comments on commit 02c709a

Please sign in to comment.