Browse Source

dd

shibei_master
13176889840 4 years ago
parent
commit
7ee0695826
  1. 2
      src/js/store/index.js

2
src/js/store/index.js

@ -91,7 +91,7 @@ export default new Vuex.Store({
commit('SET_TIPS_TIME', times)
}
})
}, 10000)
}, 60000)
},
setTipsList({ commit }, time) {
return new Promise(async (resolve, reject) => {

Loading…
Cancel
Save