Browse Source

格式化代码;消除全局变量报错

feature/yujt_analysis_pc
yujt 5 years ago
parent
commit
fdb03638d4
  1. 2
      src/views/modules/activity/group-add-or-update.vue
  2. 1
      src/views/modules/activity/map-select.vue
  3. 4
      src/views/modules/section/sectioncategory.vue

2
src/views/modules/activity/group-add-or-update.vue

@ -55,7 +55,7 @@
<script>
import debounce from 'lodash/debounce'
import Cookies from "js-cookie";
import Cookies from 'js-cookie'
export default {
data () {
return {

1
src/views/modules/activity/map-select.vue

@ -69,6 +69,7 @@ export default {
})
},
getMyLocation () {
/* global qq */
var geolocation = new qq.maps.Geolocation(
'MQFBZ-LTWW6-R7XSK-MFXUQ-DVSIE-BGB4M',
'e家党群-管理端'

4
src/views/modules/section/sectioncategory.vue

@ -77,8 +77,8 @@ export default {
AddOrUpdate
},
mounted () {
this.getOptions();
this.getsectionCodeList();
this.getOptions()
this.getsectionCodeList()
},
methods: {
getsectionCodeList () {

Loading…
Cancel
Save