Browse Source

细节调整

remotes/origin/HEAD
wally 5 years ago
parent
commit
1a4a26d7af
  1. 1
      pages/statistics/components/location-map.vue
  2. 2
      store/modules/statistics/actions.js

1
pages/statistics/components/location-map.vue

@ -49,7 +49,6 @@ export default {
};
result.push(obj);
});
console.log('result: ', result);
return result;
},

2
store/modules/statistics/actions.js

@ -35,8 +35,6 @@ const actions = {
getSchoolSigns({ commit }, params) {
return new Promise((resolve, reject) => {
showLoading();
console.log('SCHOOL_SIGNS: ', SCHOOL_SIGNS);
http
.post(SCHOOL_SIGNS, params)
.then(res => {

Loading…
Cancel
Save