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> <script>
import debounce from 'lodash/debounce' import debounce from 'lodash/debounce'
import Cookies from "js-cookie"; import Cookies from 'js-cookie'
export default { export default {
data () { data () {
return { return {

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

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

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

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

Loading…
Cancel
Save