John-Hong 2 éve
szülő
commit
195282ae1b
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      src/components/wx-points-commit/wx-points-commit.vue

+ 3 - 2
src/components/wx-points-commit/wx-points-commit.vue

@@ -18,7 +18,8 @@
 <script>
 import { mapState } from 'vuex';
 import { kipGetPointsConfig } from '@/utils/api-kip.js';
-const app = getApp();
+// const app = getApp();
+const app = {};
 export default {
   props: {},
   created() {
@@ -139,7 +140,7 @@ export default {
   },
 };
 </script>
-<style>
+<style scoped lang="less">
 .box {
   position: fixed;
   z-index: 10000;