Commit 95168df7 by 展昭

record del setBarHeight

parent fc2d6362
Showing with 2 additions and 2 deletions
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
import { Icon } from "vant"; import { Icon } from "vant";
import { HeaderW } from "@/components"; import { HeaderW } from "@/components";
import MescrollMixins from "../../assets/js/MescrollMixins.js"; import MescrollMixins from "../../assets/js/MescrollMixins.js";
import setBarHeight from "../../assets/js/setBarHeight.js"; //import setBarHeight from "../../assets/js/setBarHeight.js";
import MescrollVue from "mescroll.js/mescroll.vue"; import MescrollVue from "mescroll.js/mescroll.vue";
import { mapGetters, mapActions } from "vuex"; import { mapGetters, mapActions } from "vuex";
import dayjs from "dayjs"; import dayjs from "dayjs";
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
[Icon.name]: Icon, [Icon.name]: Icon,
MescrollVue MescrollVue
}, },
mixins: [MescrollMixins,setBarHeight], mixins: [MescrollMixins],
computed: { computed: {
...mapGetters(["getBeginDate"]) ...mapGetters(["getBeginDate"])
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment